summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2019-11-283-10/+1
* dlm: don't leak kernel pointer to userspaceTycho Andersen2019-11-281-1/+1
* dlm: fix invalid freeTycho Andersen2019-11-281-2/+3
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2019-11-281-0/+17
* ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2019-11-281-18/+59
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2019-11-281-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2019-11-281-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2019-11-281-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2019-11-281-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2019-11-281-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2019-11-284-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2019-11-285-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2019-11-281-0/+1
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2019-11-281-0/+1
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2019-11-281-1/+1
* f2fs: fix to spread clear_cold_data()Chao Yu2019-11-283-2/+11
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-11-281-1/+0
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2019-11-281-1/+37
* btrfs: handle error of get_old_rootNikolay Borisov2019-11-281-0/+4
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2019-11-281-2/+11
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-281-23/+33
* orangefs: rate limit the client not running info messageColin Ian King2019-11-251-1/+1
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2019-11-251-1/+1
* proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2019-11-251-0/+10
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2019-11-251-3/+3
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-251-1/+1
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2019-11-251-2/+2
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-251-0/+2
* kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2019-11-251-1/+4
* media: dvb: fix compat ioctl translationArnd Bergmann2019-11-251-4/+6
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-251-1/+5
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2019-11-251-1/+1
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-251-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-251-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: 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