summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap2020-01-041-2/+5
* | | | | | | | fs/namespace.c: make to_mnt_ns() staticEric Biggers2020-01-041-1/+1
* | | | | | | | fs/nsfs.c: include headers for missing declarationsEric Biggers2020-01-041-0/+3
* | | | | | | | fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers2020-01-041-0/+2
* | | | | | | | Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-032-4/+9
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2019-12-301-3/+3
| * | | | | | | btrfs: fix compressed write bio blkcg attributionDennis Zhou2019-12-301-4/+5
| * | | | | | | btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou2019-12-301-0/+4
* | | | | | | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-031-24/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-24/+1
* | | | | | | | mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek2020-01-031-1/+3
* | | | | | | | Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-021-0/+13
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin2020-01-021-0/+11
| * | | | | | | pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook2020-01-021-0/+2
* | | | | | | | Revert "fs: remove ksys_dup()"Dominik Brodowski2020-01-021-1/+6
* | | | | | | | Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-12-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1