summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-11-10f2fs: sanity check segment countJin Qian
2017-03-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim
2017-03-27f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-03-27f2fs: fix a problem of using memory after freeYunlei He
2017-02-05f2fs: hide a maybe-uninitialized warningArnd Bergmann
2017-02-05f2fs: remove percpu_count due to performance regressionJaegeuk 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-31posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe
2016-07-30qstr: constify instances in f2fsAl Viro
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim
2016-07-22f2fs: get victim segment again after new cpYunlei He
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-20f2fs: handle error case with f2fs_bug_onJaegeuk Kim
2016-07-20f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim
2016-07-15f2fs: reset default idle interval valueChao Yu
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu
2016-07-15f2fs: add maximum prefree segmentsJaegeuk Kim
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-15f2fs: fix ERR_PTR returned by bioJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim
2016-07-08f2fs: fix to avoid redundant discard during fstrimChao Yu
2016-07-08f2fs: avoid mismatching block range for discardYunlei He
2016-07-08f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim
2016-07-08f2fs: skip to check the block address of node pageJaegeuk Kim
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-08f2fs: remove unnecessary goto statementTiezhu Yang
2016-07-08f2fs: add nodiscard mount optionChao Yu
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu