summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2017-10-21f2fs: do not wait for writeback in write_beginJaegeuk Kim
2017-01-12f2fs: hide a maybe-uninitialized warningArnd Bergmann
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-09-30f2fs: don't submit irrelevant pageChao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo
2016-09-22f2fs: preallocate blocks for encrypted fileYunlei He
2016-09-22f2fs: support IO error injectionChao Yu
2016-09-13f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-07f2fs: no need to make zeros beyond i_sizeJaegeuk Kim
2016-08-29f2fs: fix to preallocate block only aligned to 4KChao Yu
2016-08-29f2fs: fix non static symbol warningWei Yongjun
2016-08-29f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe
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-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: fix ERR_PTR returned by bioJaegeuk Kim
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-02f2fs: handle writepage correctlyJaegeuk Kim
2016-06-02f2fs: remove two steps to flush dirty data pagesJaegeuk Kim
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim
2016-06-02f2fs: remove writepages lockJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-11f2fs: fix deadlock when flush inline dataChao Yu
2016-05-11f2fs: support in batch multi blocks preallocationChao Yu