summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-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
* ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-11-061-0/+1
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-11-062-7/+22
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-11-062-6/+7
* NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2019-11-061-1/+1
* Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2019-11-063-11/+46
* f2fs: fix to recover inode->i_flags of inode block during PORChao Yu2019-11-061-0/+1
* f2fs: fix to recover inode's i_gc_failures during PORChao Yu2019-11-061-0/+2
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-11-061-2/+2
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-11-067-26/+20
* Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-11-061-1/+12
* Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana2019-11-061-0/+1
* Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-291-19/+17
* Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-291-0/+2
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-291-3/+3
* 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
* 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