summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-052-6/+26
| * | | | | smb3: fix bytes_read statisticsSteve French2019-03-051-2/+0Star
| * | | | | cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg2019-03-051-0/+10
| * | | | | cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-052-7/+22
| * | | | | cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-055-19/+19
| * | | | | cifs: Fix NULL pointer dereference of devnameYao Liu2019-03-051-0/+5
| * | | | | CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-03-051-4/+13
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-0933-145/+88Star
|\ \ \ \ \ \
| * | | | | | fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-242-5/+4Star
| * | | | | | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-2422-84/+44Star
| * | | | | | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-246-23/+18Star
| * | | | | | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-2410-32/+22Star
| * | | | | | fscrypt: remove CRYPTO_CTR dependencyEric Biggers2019-01-241-1/+0Star
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-092-35/+32Star
|\ \ \ \ \ \
| * | | | | | pstore/ram: Avoid needless alloc during header writeKees Cook2019-02-121-7/+3Star
| * | | | | | pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu2019-02-121-0/+3
| * | | | | | pstore/ram: Move initialization earlierYue Hu2019-02-121-9/+9
| * | | | | | pstore: Avoid writing records with zero sizeYue Hu2019-02-122-2/+7
| * | | | | | pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu2019-01-221-21/+14Star
| |/ / / / /
* | | | | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-084-7/+2989
|\ \ \ \ \ \
| * | | | | | io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe2019-03-061-52/+229
| * | | | | | io_uring: add support for IORING_OP_POLLJens Axboe2019-03-061-1/+262
| * | | | | | io_uring: add io_kiocb ref countJens Axboe2019-02-281-2/+6
| * | | | | | io_uring: add submission pollingJens Axboe2019-02-281-7/+242
| * | | | | | io_uring: add file set registrationJens Axboe2019-02-281-31/+280
| * | | | | | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-13/+361
| * | | | | | io_uring: batch io_kiocb allocationJens Axboe2019-02-281-7/+38
| * | | | | | io_uring: use fget/fput_many() for file referencesJens Axboe2019-02-281-21/+121
| * | | | | | fs: add fget_many() and fput_many()Jens Axboe2019-02-282-7/+17
| * | | | | | io_uring: support for IO pollingJens Axboe2019-02-281-9/+266
| * | | | | | io_uring: add fsync supportChristoph Hellwig2019-02-281-0/+54
| * | | | | | Add io_uring IO interfaceJens Axboe2019-02-282-0/+1256
* | | | | | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0821-53/+123
|\ \ \ \ \ \ \
| * | | | | | | fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-02-281-0/+7
| |/ / / / / /
| * | | | | | iomap: wire up the iopoll methodChristoph Hellwig2019-02-243-15/+31
| * | | | | | block: add bio_set_polled() helperJens Axboe2019-02-241-2/+2
| * | | | | | block: wire up block device iopoll methodChristoph Hellwig2019-02-241-1/+17
| * | | | | | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-1530-119/+313
| |\ \ \ \ \ \
| * | | | | | | block: enable multipage bvecsMing Lei2019-02-152-4/+4
| * | | | | | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-1518-28/+56
| * | | | | | | btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei2019-02-151-2/+3
| * | | | | | | fs/buffer.c: use bvec iterator to truncate the bioMing Lei2019-02-151-1/+4
| * | | | | | | btrfs: look at bi_size for repair decisionsChristoph Hellwig2019-02-151-1/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-088-105/+168
|\ \ \ \ \ \ \ \
| * | | | | | | | exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-081-1/+1
| * | | | | | | | fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-081-6/+1Star
| * | | | | | | | fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-081-0/+1
| * | | | | | | | autofs: clear O_NONBLOCK on the pipeNeilBrown2019-03-081-0/+2
| * | | | | | | | fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-03-081-6/+6
| * | | | | | | | autofs: add ignore mount optionIan Kent2019-03-082-1/+9