summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-261-10/+0
|\
| * io_uring: don't cancel all work on process exitJens Axboe2020-01-261-4/+0
| * Revert "io_uring: only allow submit from owning task"Jens Axboe2020-01-261-6/+0
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-01-261-7/+10
|\ \
| * | do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-261-7/+10
* | | afs: Fix characters allowed into cell namesDavid Howells2020-01-261-1/+10
* | | Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-252-9/+29
|\ \ \
| * | | btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba2020-01-251-4/+1
| * | | btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo2020-01-241-5/+28
* | | | Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2020-01-231-2/+6
|\ \ \ \
| * | | | ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-211-2/+6
* | | | | readdir: make user_access_begin() use the real access rangeLinus Torvalds2020-01-231-38/+35
* | | | | readdir: be more conservative with directory entry namesLinus Torvalds2020-01-231-1/+5
* | | | | Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-221-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-201-1/+3
* | | | | Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-201-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-161-2/+6
* | | | | Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-172-28/+56
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | io_uring: only allow submit from owning taskJens Axboe2020-01-161-0/+6
| * | | | io_uring: ensure workqueue offload grabs ring mutex for poll listJens Axboe2020-01-151-0/+9
| * | | | io_uring: clear req->result always before issuing a read/write requestBijan Mottahedeh2020-01-151-0/+2
| * | | | io_uring: be consistent in assigning next work from handlerJens Axboe2020-01-141-24/+28
| * | | | io-wq: cancel work if we fail getting a mm referenceJens Axboe2020-01-141-4/+8
| * | | | io_uring: don't setup async context for read/write fixedJens Axboe2020-01-131-0/+3
* | | | | Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-176-46/+114
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-171-1/+5
| * | | | Btrfs: always copy scrub arguments back to user spaceFilipe Manana2020-01-171-1/+13
| * | | | btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo2020-01-131-5/+46
| * | | | btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-081-1/+5
| * | | | btrfs: do not delete mismatched root refsJosef Bacik2020-01-081-4/+6
| * | | | btrfs: fix invalid removal of root refJosef Bacik2020-01-081-8/+19
| * | | | btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-081-26/+20
* | | | | Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-171-1/+3
|\ \ \ \ \
| * | | | | fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi2020-01-161-1/+3
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-01-152-79/+13
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fix autofs regression caused by follow_managed() changesAl Viro2020-01-151-0/+1
| * | | | | reimplement path_mountpoint() with less magicAl Viro2020-01-152-79/+12
* | | | | | Merge branch 'dhowells' (patches from DavidH)Linus Torvalds2020-01-141-10/+8
|\ \ \ \ \ \
| * | | | | | afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells2020-01-141-5/+1
| * | | | | | afs: Fix use-after-loss-of-refDavid Howells2020-01-141-5/+7
* | | | | | | Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-01-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-103-6/+6
|\ \ \ \ \ \ \
| * | | | | | | fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-093-6/+6
* | | | | | | | Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-101-12/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | io_uring: remove punt of short reads to async contextJens Axboe2020-01-071-12/+0
* | | | | | | | Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-092-3/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | pstore/ram: Regularize prz label allocation lifetimeKees Cook2020-01-082-3/+3
* | | | | | | | ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
* | | | | | | | ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8