summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2019-11-061-1/+1
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-11-061-0/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-11-061-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-11-061-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-11-061-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-11-061-1/+21
* fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-11-061-4/+0
* nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-11-061-2/+3
* exec: load_script: Do not exec truncated interpreter pathKees Cook2019-11-061-9/+48
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-291-12/+16
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-292-2/+4
* xfs: clear sb->s_fs_info on mount failureDave Chinner2019-10-171-0/+10
* 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 incorrect updating of log root treeJosef Bacik2019-10-171-9/+27
* 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
* 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
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-10-051-14/+19
* btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi2019-10-051-6/+6
* 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: 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
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* 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
* 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-0510-19/+28
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-051-8/+21
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-051-0/+39