aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12f2fs: fix to avoid deadlock of atomic file operationsChao Yu1-12/+31
2019-03-12f2fs: fix to dirty inode for i_mode recoveryChao Yu1-4/+1
2019-03-12f2fs: give random value to i_generationJaegeuk Kim3-4/+2
2019-03-12f2fs: no need to take page lock in readdirGao Xiang1-3/+3
2019-03-12f2fs: fix to update iostat correctly in IPU pathChao Yu1-3/+3
2019-03-12f2fs: fix encrypted page memory leakChao Yu1-2/+7
2019-03-12f2fs: make fault injection covering __submit_flush_wait()Chao Yu1-1/+5
2019-03-12f2fs: fix to retry fill_super only if recovery failedChao Yu1-8/+11
2019-03-12f2fs: silence VM_WARN_ON_ONCE in mempool_allocGao Xiang1-1/+2
2019-03-12f2fs: fix wrong #endifJaegeuk Kim1-2/+2
2019-03-05f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim1-2/+4
2019-03-05f2fs: don't allow negative ->write_io_size_bitsChao Yu1-1/+1
2019-03-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2-7/+7
2019-03-05f2fs: do not use mutex lock in atomic contextSahitya Tummala1-7/+13
2019-03-05f2fs: fix potential data inconsistence of checkpointChao Yu4-13/+11
2019-03-05f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu1-1/+1
2019-03-05f2fs: fix to data block override node segment by mistakezhengliang1-0/+4
2019-02-15f2fs: use xattr_prefix to wrap upGao Xiang1-1/+1
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim3-14/+39
2019-02-15f2fs: flush quota blocks after turnning it offJaegeuk Kim1-0/+6
2019-02-15f2fs: avoid null pointer exception in dcc_infoJaegeuk Kim1-3/+10
2019-02-15f2fs: don't wake up too frequently, if there is lots of IOsJaegeuk Kim1-1/+1
2019-02-15f2fs: try to keep CP_TRIMMED_FLAG after successful umountJaegeuk Kim1-0/+2
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim5-3/+18
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim4-3/+20
2019-01-22f2fs: fix to set sbi dirty correctlyChao Yu1-7/+6
2019-01-22f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu1-1/+1
2019-01-22f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong1-3/+9
2019-01-22f2fs: add brackets for macrosSheng Yong1-5/+5
2019-01-22f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2019-01-22f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu1-0/+4
2019-01-08f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-23/+6
2019-01-08f2fs: export FS_NOCOW_FL flag to userJaegeuk Kim2-1/+4
2019-01-08f2fs: check inject_rate validity during configuringChao Yu1-0/+2
2019-01-08f2fs: remove set but not used variable 'err'YueHaibing1-4/+1
2019-01-08f2fs: change error code to -ENOMEM from -EINVALChengguang Xu1-1/+1
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2-7/+17
2019-01-08f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim1-5/+7
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-10/+19
2019-01-06fscrypt: add Adiantum supportEric Biggers5-110/+363
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-16/+32
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+0
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-128/+153
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-174/+166
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-313/+399
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov7-11/+12
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso5-6/+6
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian4-42/+40