aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-10-29iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)
2020-10-29iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)
2020-10-29btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo
2020-10-29fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers
2020-10-29smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-29smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-29SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-29cifs: remove bogus debug codeDan Carpenter
2020-10-20Merge tag 'v5.8.16' into v5.8/standard/baseBruce Ashfield
2020-10-17reiserfs: Fix oops during mountJan Kara
2020-10-17reiserfs: Initialize inode keys properlyJan Kara
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