summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-09-191-5/+11
* Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-191-4/+4
* ext4: unsigned int compared against zeroColin Ian King2019-09-161-1/+2
* ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-09-161-0/+5
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-09-161-4/+8
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-09-163-15/+14
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-09-161-6/+6
* btrfs: correctly validate compression typeJohannes Thumshirn2019-09-163-5/+18
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-09-163-4/+7
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-09-163-2/+12