summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun1-4/+8
2019-12-17splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong1-3/+11
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-12-17quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov1-4/+5
2019-12-17ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov2-2/+2
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein1-1/+1
2019-12-17ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein1-1/+7
2019-12-17ovl: fix lookup failure on multi lower squashfsAmir Goldstein3-7/+27
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
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