summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-05-16f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2018-03-22f2fs: relax node version check for victim data in gcJaegeuk Kim1-2/+4
2018-03-03f2fs: fix a bug caused by NULL extent treeYunlei He1-1/+11
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2-3/+6
2017-10-21f2fs: do not wait for writeback in write_beginJaegeuk Kim1-1/+6
2017-10-21f2fs: do SSR for data when there is enough free spaceYunlong Song1-1/+1
2017-10-12f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-09-20f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-09-20f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-07-28f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-28f2fs: sanity check size of nat and sit cacheJin Qian1-0/+7
2017-06-24crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-1/+4
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-14f2fs: sanity check segment countJin Qian1-0/+7
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-03-12f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-03-12f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-01-12f2fs: hide a maybe-uninitialized warningArnd Bergmann1-1/+1
2017-01-12f2fs: remove percpu_count due to performance regressionJaegeuk Kim3-23/+17
2017-01-06f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2-11/+23
2017-01-06f2fs: fix overflow due to condition check orderJaegeuk Kim1-1/+1
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-06Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim3-12/+7
2016-10-19Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2016-10-13f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim1-5/+5
2016-10-12fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-17/+17
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-15/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-5/+3
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-15/+0
2016-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-6/+6
2016-10-07Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-510/+904
2016-10-01f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim1-23/+33
2016-10-01f2fs: don't submit irrelevant pageChao Yu1-1/+7
2016-10-01f2fs: fix to commit bio cache after flushing node pagesChao Yu1-2/+16
2016-10-01f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang1-28/+38
2016-10-01f2fs: remove dead variableSheng Yong1-2/+2