summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2019-12-17splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara
2019-12-17quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov
2019-12-17ext2: check err when partial != NULLChengguang Xu
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein
2019-12-17ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein
2019-12-17ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-13iomap: Fix pipe page leakage during splicingJan Kara
2019-12-13kernfs: fix ino wrap-around detectionTejun Heo
2019-12-13nfsd: restore NFSv3 ACL supportJ. Bruce Fields
2019-12-13nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-12-13io_uring: ensure req->submit is copied when req is deferredJens Axboe
2019-12-13fuse: verify attributesMiklos Szeredi
2019-12-13fuse: verify nlinkMiklos Szeredi
2019-12-13io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe
2019-12-13afs: Fix race in commit bulk status fetchDavid Howells
2019-12-13ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro
2019-12-13exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro
2019-12-13autofs: fix a leak in autofs_expire_indirect()Al Viro
2019-12-13aio: Fix io_pgetevents() struct __compat_aio_sigset layoutGuillem Jover
2019-12-04ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-12-04ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-12-04io_uring: async workers should inherit the user credsJens Axboe
2019-11-29Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi
2019-11-20io_uring: ensure registered buffer import returns the IO lengthJens Axboe
2019-11-20ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-20ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-11-20Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-11-12cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo
2019-11-12ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-11-12configfs: fix a deadlock in configfs_symlink()Al Viro
2019-11-12SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-11-12ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-12ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-11-12ceph: add missing check in d_revalidate snapdir handlingAl Viro