summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorLines
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+5
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy-1/+1
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells-9/+50
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada-7/+6
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds-0/+20
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+18
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-41/+31
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+52
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds-25/+45
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai-6/+5
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana-1/+39
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik-1/+5
2020-09-29autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds-1/+9
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu-0/+2
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-22/+34
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe-5/+14
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe-0/+2
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+7
2020-09-25io_uring: ensure async buffered read-retry is setup properlyJens Axboe-4/+2
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe-3/+0
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik-9/+9
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe-0/+5
2020-09-24ep_create_wakeup_source(): dentry name can change under you...Al Viro-3/+4
2020-09-23Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+15
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-14/+13
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+38
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain-6/+10
2020-09-21io_uring: fix openat/openat2 unified prep handlingJens Axboe-2/+4
2020-09-21io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe-2/+4
2020-09-21io_uring: don't use retry based buffered reads for non-async bdevJens Axboe-1/+5
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe-6/+10
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn-6/+5
2020-09-19fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot...Tobias Klauser-1/+1
2020-09-18pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust-17/+17
2020-09-18pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust-5/+6
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro-13/+12
2020-09-16NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia-1/+9
2020-09-16nfs: Fix security label length not being resetJeffrey Mitchell-0/+3
2020-09-14Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2020-09-14io_uring: don't run task work on an exiting taskJens Axboe-0/+11
2020-09-14io_uring: drop 'ctx' ref on task work cancelationJens Axboe-0/+2
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana-1/+2
2020-09-13io_uring: grab any needed state during defer prepJens Axboe-0/+2
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+29
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+4
2020-09-10epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro-0/+1
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+10