aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-10-16Merge tag 'v5.8.15' into v5.8/standard/baseBruce Ashfield
2020-10-16Merge tag 'v5.8.14' into v5.8/standard/baseBruce Ashfield
2020-10-14afs: Fix deadlock between writeback and truncateDavid Howells
2020-10-14pipe: Fix memory leaks in create_pipe_files()Qian Cai
2020-10-14btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-10-14io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-10-14btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-14splice: teach splice pipe reading about empty pipe buffersLinus Torvalds
2020-10-14exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro
2020-10-07pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds
2020-10-07autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds
2020-10-07pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust
2020-10-07NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia
2020-10-07nfs: Fix security label length not being resetJeffrey Mitchell
2020-10-07io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe
2020-10-07fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-10-07vboxsf: Fix the check for the old binary mount-arguments structHans de Goede
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-10-07io_uring: always delete double poll wait entry on matchJens Axboe
2020-10-06Merge tag 'v5.8.13' into v5.8/standard/baseBruce Ashfield
2020-10-01io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-10-01btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain
2020-10-01io_uring: fix openat/openat2 unified prep handlingJens Axboe
2020-09-23Merge tag 'v5.8.11' into v5.8/standard/baseBruce Ashfield
2020-09-23Merge tag 'v5.8.10' into v5.8/standard/baseBruce Ashfield
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-23cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-09-23NFS: Zero-stateid SETATTR should first return delegationChuck Lever
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia
2020-09-17debugfs: Fix module state check conditionVladis Dronov
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-17btrfs: free data reloc tree on failed mountJosef Bacik
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-17xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-09-17btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-09-14Merge tag 'v5.8.9' into v5.8/standard/baseBruce Ashfield
2020-09-12io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-12io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-09Merge tag 'v5.8.8' into v5.8/standard/baseBruce Ashfield
2020-09-09Merge tag 'v5.8.6' into v5.8/standard/baseBruce Ashfield
2020-09-09io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe