summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: set fs_context::user_ns for reconfigureEric Biggers2019-10-071-3/+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
* f2fs: fix to drop meta/node pages during umountChao Yu2019-10-071-0/+14
* pstore: fs superblock limitsDeepa Dinamani2019-10-071-0/+2
* 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
* xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-10-051-0/+26
* 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: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-10-051-0/+9
* 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/+22
* 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: fix leak in "open on server" perf counterSteve French2019-10-052-0/+6
* 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 beyond-end-of-page access in fuse_parse_cache()Tejun Heo2019-10-051-1/+3
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-10-053-45/+52
* btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2019-10-052-0/+16
* btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo2019-10-051-0/+92
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-10-051-0/+8
* btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo2019-10-051-2/+11
* io_uring: fix wrong sequence setting logicJackie Liu2019-10-051-1/+3
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-0114-35/+44
* 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
* smb3: fix unmount hang in open_shrootSteve French2019-10-011-10/+11
* vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-09-211-0/+1
* 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
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* NFS: remove set but not used variable 'mapping'YueHaibing2019-09-211-2/+0
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust2019-09-211-8/+13
* NFS: Fix spurious EIO read errorsTrond Myklebust2019-09-213-21/+36
* pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust2019-09-211-2/+9
* NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Trond Myklebust2019-09-211-0/+3
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1