summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2019-11-201-2/+2
* f2fs: mark inode dirty explicitly in recover_inode()Chao Yu2019-11-201-0/+2
* f2fs: fix to recover inode's project id during PORChao Yu2019-11-201-0/+13
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-201-0/+2
* kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2019-11-201-1/+4
* media: dvb: fix compat ioctl translationArnd Bergmann2019-11-201-4/+6
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2019-11-201-1/+1
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-201-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-201-2/+10
* cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-121-3/+6
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-123-5/+13
* configfs: fix a deadlock in configfs_symlink()Al Viro2019-11-121-1/+32
* configfs: provide exclusion between IO and removalsAl Viro2019-11-122-18/+80
* configfs: new object reprsenting tree fragmentsAl Viro2019-11-123-27/+97
* configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-11-121-11/+0
* configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-11-121-134/+95
* configfs: Fix bool initialization/comparisonThomas Meyer2019-11-121-6/+6
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-11-121-0/+1
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-11-121-5/+5
* cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-11-104-9/+22
* 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