summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-9/+27
2019-12-05ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-12-05io_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
2019-11-06btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo7-27/+20
2019-11-06Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana1-0/+1
2019-11-06io_uring: fix up O_NONBLOCK handling for socketsJens Axboe1-18/+39
2019-10-29ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-10-29btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo1-2/+2
2019-10-29Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-19/+17
2019-10-29Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana1-1/+0
2019-10-29btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2-8/+0
2019-10-29Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana1-0/+2
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo1-0/+1
2019-10-29fs/dax: Fix pmd vs pte conflict detectionDan Williams1-2/+3
2019-10-29CIFS: Fix use after free of file info structuresPavel Shilovsky1-3/+3
2019-10-29cifs: Fix missed free operationsChuhong Yuan1-2/+2
2019-10-29CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas1-0/+3
2019-10-29io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe1-5/+8