aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAge
* f2fs: hide a maybe-uninitialized warningArnd Bergmann2017-01-12
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-11
* f2fs: don't submit irrelevant pageChao Yu2016-09-30
* f2fs: support configuring fault injection per superblockChao Yu2016-09-30
* f2fs: add customized migrate_page callbackWeichao Guo2016-09-30
* f2fs: preallocate blocks for encrypted fileYunlei He2016-09-22
* f2fs: support IO error injectionChao Yu2016-09-22
* f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim2016-09-13
* f2fs: check free_sections for defragmentationJaegeuk Kim2016-09-12
* f2fs: no need to make zeros beyond i_sizeJaegeuk Kim2016-09-07
* f2fs: fix to preallocate block only aligned to 4KChao Yu2016-08-29
* f2fs: fix non static symbol warningWei Yongjun2016-08-29
* f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu2016-08-29
* Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2016-08-18
* f2fs: drop bio->bi_rw manual assignmentJens Axboe2016-08-04
* Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-27
|\
| * f2fs: clean up coding style and redundancyJaegeuk Kim2016-07-25
| * f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-15
| * f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-15
| * f2fs: fix ERR_PTR returned by bioJaegeuk Kim2016-07-15
| * f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2016-07-08
| * f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-08
| * f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2016-07-08
| * f2fs: fix to detect truncation prior rather than EIO during readChao Yu2016-07-08
| * f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2016-07-08
| * f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-06
| * f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-06
| * f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-13
| * f2fs: drop any block pluggingJaegeuk Kim2016-06-08
| * f2fs: set mapping error for EIOJaegeuk Kim2016-06-08
| * f2fs: handle writepage correctlyJaegeuk Kim2016-06-02
| * f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-02
| * f2fs: do not skip writing data pagesJaegeuk Kim2016-06-02
| * f2fs: remove writepages lockJaegeuk Kim2016-06-02
| * f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-02
| * f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-02
| * f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
| * f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
| * f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-26
| |/
* | f2fs: use bio op accessorsMike Christie2016-06-07
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
|/
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-21
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-20
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-18
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-11
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-11
| * f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-07
| * f2fs: fix incorrect mapping in ->bmapChao Yu2016-05-07