summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix deadlock between writeback and truncateDavid Howells2020-10-143-9/+50
* pipe: Fix memory leaks in create_pipe_files()Qian Cai2020-10-141-6/+5
* btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-10-142-1/+5
* io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe2020-10-141-5/+14
* btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-10-143-9/+9
* cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-141-1/+1
* splice: teach splice pipe reading about empty pipe buffersLinus Torvalds2020-10-141-0/+20
* exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-144-15/+6
* ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-10-071-3/+4
* epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-10-071-0/+1
* epoll: replace ->visited/visited_list with generation countAl Viro2020-10-071-19/+8
* epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-10-071-19/+18
* pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-072-25/+45
* autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-10-072-1/+9
* pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-10-071-5/+6
* NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia2020-10-071-1/+9
* nfs: Fix security label length not being resetJeffrey Mitchell2020-10-071-0/+3
* io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe2020-10-071-2/+4
* fuse: fix the ->direct_IO() treatment of iov_iterAl Viro2020-10-071-13/+12
* vboxsf: Fix the check for the old binary mount-arguments structHans de Goede2020-10-071-1/+1
* btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-10-071-1/+39
* io_uring: always delete double poll wait entry on matchJens Axboe2020-10-071-0/+2
* io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe2020-10-011-0/+2
* btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-10-011-6/+5
* btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain2020-10-011-6/+10
* io_uring: fix openat/openat2 unified prep handlingJens Axboe2020-10-011-2/+4
* f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-231-0/+3
* f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-231-0/+3
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-231-0/+4
* NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-231-1/+3
* NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-09-231-1/+6
* debugfs: Fix module state check conditionVladis Dronov2020-09-171-2/+2
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-171-1/+2
* btrfs: free data reloc tree on failed mountJosef Bacik2020-09-171-0/+2
* btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-171-0/+10
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-172-15/+16
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-171-2/+2
* xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-09-172-3/+3
* btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-171-0/+1
* io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-121-2/+23
* io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-121-0/+26
* io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe2020-09-091-0/+13
* io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue2020-09-091-1/+1
* io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue2020-09-091-0/+1
* affs: fix basic permission bits to actually workMax Staudt2020-09-092-1/+52
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-09-091-1/+1
* btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-09-092-1/+7
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-09-091-1/+5
* btrfs: set the correct lockdep class for new nodesJosef Bacik2020-09-091-1/+1
* btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-09-091-52/+70