summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-08-03f2fs: fix race in between GC and atomic openChao Yu
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu
2018-08-03f2fs: fix error path of move_data_pageChao Yu
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-16f2fs: fix a dead loop in f2fs_fiemap()Wei Fang
2018-03-22f2fs: relax node version check for victim data in gcJaegeuk Kim
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