summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-13iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-12-13kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-12-13nfsd: restore NFSv3 ACL supportJ. Bruce Fields1-2/+1
2019-12-13nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust3-3/+10
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-12-13io_uring: ensure req->submit is copied when req is deferredJens Axboe1-3/+4
2019-12-13fuse: verify attributesMiklos Szeredi3-7/+19
2019-12-13fuse: verify nlinkMiklos Szeredi1-1/+2
2019-12-13io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe1-0/+2
2019-12-13afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-12-13ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-12-13exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
2019-12-13autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-12-13aio: Fix io_pgetevents() struct __compat_aio_sigset layoutGuillem Jover1-5/+5
2019-12-04ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-9/+27
2019-12-04ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-12-04io_uring: async workers should inherit the user credsJens Axboe1-1/+22
2019-11-29Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-11-20io_uring: ensure registered buffer import returns the IO lengthJens Axboe1-1/+1
2019-11-20ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-20ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-20Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-12cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo1-3/+6
2019-11-12ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang1-44/+90
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust3-5/+13
2019-11-12configfs: fix a deadlock in configfs_symlink()Al Viro1-1/+32
2019-11-12SMB3: Fix persistent handles reconnectPavel Shilovsky1-0/+1
2019-11-12ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-12ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
2019-11-12ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-11-12ceph: fix RCU case handling in ceph_d_revalidate()Al Viro1-7/+8
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-11-12btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik1-1/+14
2019-11-12btrfs: tree-checker: Fix wrong check on max devidQu Wenruo1-8/+0
2019-11-12btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo1-0/+1
2019-11-10CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2-20/+32
2019-11-10cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2019-11-06io_uring: ensure we clear io_kiocb->result before each issueJens Axboe1-0/+1
2019-11-06NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust1-1/+1
2019-11-06fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-11-06fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-11-06NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-11-06btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1
2019-11-06fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai1-1/+1
2019-11-06fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-11-06fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-11-06ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-11-06fs: cifs: mute -Wunused-const-variable messageAustin Kim1-4/+0
2019-11-06nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu1-2/+3