summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-12-171-4/+8
* splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong2019-12-171-3/+11
* ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o2019-12-171-6/+5
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-12-176-14/+32
* ext4: Fix credit estimate for final inode freeingJan Kara2019-12-171-2/+11
* quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-12-171-4/+5
* ext2: check err when partial != NULLChengguang Xu2019-12-171-2/+5
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-172-2/+2
* ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-171-1/+1
* ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-171-1/+7
* ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-173-7/+27
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-12-171-0/+3
* Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-12-171-1/+24
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-12-171-1/+0
* btrfs: Avoid getting stuck during cyclic writebacksTejun Heo2019-12-171-11/+1
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-12-171-1/+1
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-12-171-1/+5
* btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik2019-12-171-3/+10
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-12-171-0/+6
* iomap: Fix pipe page leakage during splicingJan Kara2019-12-131-1/+8
* kernfs: fix ino wrap-around detectionTejun Heo2019-12-131-3/+2
* nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-12-131-2/+1
* nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-12-133-3/+10
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-131-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-131-3/+4
* io_uring: ensure req->submit is copied when req is deferredJens Axboe2019-12-131-3/+4
* fuse: verify attributesMiklos Szeredi2019-12-133-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-131-1/+2
* io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe2019-12-131-0/+2
* afs: Fix race in commit bulk status fetchDavid Howells2019-12-131-1/+6
* ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-12-131-25/+40
* exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro2019-12-131-12/+19
* autofs: fix a leak in autofs_expire_indirect()Al Viro2019-12-131-2/+3
* aio: Fix io_pgetevents() struct __compat_aio_sigset layoutGuillem Jover2019-12-131-5/+5
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2019-12-042-9/+27
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-12-041-1/+10
* io_uring: async workers should inherit the user credsJens Axboe2019-12-041-1/+22
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-291-23/+33
* io_uring: ensure registered buffer import returns the IO lengthJens Axboe2019-11-201-1/+1
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-201-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-201-2/+10
* Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-201-0/+15
* cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-121-3/+6
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-121-44/+90
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-123-5/+13
* configfs: fix a deadlock in configfs_symlink()Al Viro2019-11-121-1/+32
* SMB3: Fix persistent handles reconnectPavel Shilovsky2019-11-121-0/+1
* ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques2019-11-121-2/+10
* ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton2019-11-121-0/+3
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-11-121-0/+1