summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix the locking in dcache_readdir() and friendsAl Viro2019-10-171-65/+69
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-171-35/+43
* btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-171-1/+1
* btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-171-9/+27
* cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski2019-10-171-16/+11
* CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-171-1/+7
* CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-171-0/+4
* CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky2019-10-171-0/+6
* f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-10-171-18/+18
* vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen2019-10-111-13/+4
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-111-0/+1
* pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-10-111-2/+7
* ceph: reconnect connection if session hang in opening stateErqi Chen2019-10-111-1/+3
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-111-1/+6
* 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-10-111-0/+3
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-10-111-1/+1
* 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham2019-10-071-0/+2
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-10-071-4/+19
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-10-072-2/+14
* ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2019-10-072-52/+147
* pstore: fs superblock limitsDeepa Dinamani2019-10-071-0/+2
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-10-053-44/+51
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-10-051-2/+2
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-10-051-14/+19
* btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-10-051-0/+3
* btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-10-051-1/+1
* btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-10-051-0/+1
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-10-051-1/+3
* btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-10-053-7/+20
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-10-051-2/+1
* smb3: allow disabling requesting leasesSteve French2019-10-054-2/+13
* gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-10-051-0/+1
* binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook2019-10-051-1/+2
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-10-053-2/+10
* Revert "ceph: use ceph_evict_inode to cleanup inode's resource"Sasha Levin2019-10-053-7/+4
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-10-051-0/+8
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-0112-26/+36
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-011-8/+21
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-011-0/+39
* Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-011-5/+0
* f2fs: check all the data segments against all node onesSurbhi Palande2019-10-011-2/+2
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-10-011-0/+44
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-09-211-0/+11
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-09-212-26/+48
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1