summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2019-12-011-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2019-12-011-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2019-12-011-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2019-12-011-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2019-12-011-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2019-12-014-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2019-12-015-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2019-12-011-0/+1
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2019-12-011-0/+1
* vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong2019-12-011-0/+33
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2019-12-011-1/+1
* fs/cifs: fix uninitialised variable warningsGarry McNulty2019-12-011-3/+3
* f2fs: spread f2fs_set_inode_flags()Chao Yu2019-12-013-4/+5
* f2fs: fix to spread clear_cold_data()Chao Yu2019-12-013-2/+11
* ceph: only allow punch hole mode in fallocateLuis Henriques2019-12-011-36/+9
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-12-011-1/+0
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2019-12-012-6/+29
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2019-12-011-1/+37
* btrfs: handle error of get_old_rootNikolay Borisov2019-12-011-0/+4
* btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2019-12-011-1/+1
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2019-12-011-2/+11
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-12-011-23/+33
* orangefs: rate limit the client not running info messageColin Ian King2019-11-241-1/+1
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2019-11-241-1/+1
* proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2019-11-241-0/+10
* gfs2: slow the deluge of io error messagesBob Peterson2019-11-243-8/+13
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2019-11-241-3/+3
* ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2019-11-241-1/+1
* f2fs: keep lazytime on remountJaegeuk Kim2019-11-241-0/+1
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-241-1/+1
* 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: update i_size after DIO completionJaegeuk Kim2019-11-202-8/+8
* f2fs: fix remount problem of option io_bitsChengguang Xu2019-11-201-1/+2
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-201-0/+2
* f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2019-11-201-2/+3
* 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 setattr project check upon fssetxattr ioctlWang Shilong2019-11-201-23/+37
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2019-11-201-1/+1
* f2fs: submit bio after shutdownJaegeuk Kim2019-11-201-0/+2
* udf: Fix crash during mountJan Kara2019-11-201-5/+60
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2019-11-204-12/+17
* 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
* Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-201-0/+15
* cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-121-3/+6