summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-03-03f2fs: fix a bug caused by NULL extent treeYunlei He
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2017-10-21f2fs: do not wait for writeback in write_beginJaegeuk Kim
2017-10-21f2fs: do SSR for data when there is enough free spaceYunlong Song
2017-10-12f2fs: don't allow encrypted operations without keysJaegeuk Kim
2017-09-20f2fs: check hot_data for roll-forward recoveryJaegeuk Kim
2017-09-20f2fs: let fill_super handle roll-forward errorsJaegeuk Kim
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-07-27f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim
2017-07-27f2fs: sanity check size of nat and sit cacheJin Qian
2017-06-24crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-14f2fs: sanity check segment countJin Qian
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-03-12f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim
2017-03-12f2fs: fix a problem of using memory after freeYunlei He
2017-01-12f2fs: hide a maybe-uninitialized warningArnd Bergmann
2017-01-12f2fs: remove percpu_count due to performance regressionJaegeuk Kim
2017-01-06f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2017-01-06f2fs: fix overflow due to condition check orderJaegeuk Kim
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2017-01-06Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-10-18Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-09-30f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim
2016-09-30f2fs: don't submit irrelevant pageChao Yu
2016-09-30f2fs: fix to commit bio cache after flushing node pagesChao Yu
2016-09-30f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang
2016-09-30f2fs: remove dead variableSheng Yong
2016-09-30f2fs: remove redundant io plugChao Yu
2016-09-30f2fs: support checkpoint error injectionChao Yu
2016-09-30f2fs: fix to recover old fault injection config in ->remount_fsChao Yu
2016-09-30f2fs: do fault injection initialization in default_optionsChao Yu
2016-09-30f2fs: remove redundant value definitionYunlei He
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: adjust display format of segment bitChao Yu
2016-09-30f2fs: remove dirty inode pages in error pathJaegeuk Kim
2016-09-30f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers
2016-09-30f2fs: handle errors during recover_orphan_inodesJaegeuk Kim