summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-01ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1
2019-12-01dlm: don't leak kernel pointer to userspaceTycho Andersen1-1/+1
2019-12-01dlm: fix invalid freeTycho Andersen1-2/+3
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2019-12-01ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen1-0/+17
2019-12-01ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2019-12-01ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2019-12-01ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34
2019-12-01fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King1-1/+1
2019-12-01hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2019-12-01hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2019-12-01hfs: fix return value of hfs_get_block()Ernesto A. Fernández1-1/+3
2019-12-01hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2019-12-01hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2019-12-01hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2019-12-01hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2019-12-01hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2019-12-01vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong1-0/+33
2019-12-01fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2019-12-01fs/cifs: fix uninitialised variable warningsGarry McNulty1-3/+3
2019-12-01f2fs: spread f2fs_set_inode_flags()Chao Yu3-4/+5
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu3-2/+11
2019-12-01ceph: only allow punch hole mode in fallocateLuis Henriques1-36/+9
2019-12-01ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2019-12-01xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2-6/+29
2019-12-01xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37
2019-12-01btrfs: handle error of get_old_rootNikolay Borisov1-0/+4
2019-12-01btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue1-1/+1
2019-12-01gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher1-2/+11
2019-12-01Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-11-24orangefs: rate limit the client not running info messageColin Ian King1-1/+1
2019-11-24GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith1-1/+1
2019-11-24proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov1-0/+10
2019-11-24gfs2: slow the deluge of io error messagesBob Peterson3-8/+13
2019-11-24NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2019-11-24ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi1-1/+1
2019-11-24f2fs: keep lazytime on remountJaegeuk Kim1-0/+1
2019-11-24f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2019-11-20fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai1-2/+2
2019-11-20f2fs: mark inode dirty explicitly in recover_inode()Chao Yu1-0/+2
2019-11-20f2fs: fix to recover inode's project id during PORChao Yu1-0/+13
2019-11-20f2fs: update i_size after DIO completionJaegeuk Kim2-8/+8
2019-11-20f2fs: fix remount problem of option io_bitsChengguang Xu1-1/+2
2019-11-20f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2019-11-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim1-2/+3
2019-11-20kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger1-1/+4
2019-11-20media: dvb: fix compat ioctl translationArnd Bergmann1-4/+6
2019-11-20f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong1-23/+37
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2019-11-20f2fs: fix memory leak of write_io in fill_super()Chao Yu1-1/+1