summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: give a chance to detach from dirty listChao Yu2016-11-231-3/+5
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-121-1/+1
* f2fs: don't submit irrelevant pageChao Yu2016-10-011-1/+7
* f2fs: support configuring fault injection per superblockChao Yu2016-10-011-1/+1
* f2fs: add customized migrate_page callbackWeichao Guo2016-10-011-0/+55
* f2fs: preallocate blocks for encrypted fileYunlei He2016-09-221-5/+1Star
* f2fs: support IO error injectionChao Yu2016-09-221-0/+5
* f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim2016-09-131-10/+19
* f2fs: check free_sections for defragmentationJaegeuk Kim2016-09-121-2/+2
* f2fs: no need to make zeros beyond i_sizeJaegeuk Kim2016-09-081-9/+0Star
* f2fs: fix to preallocate block only aligned to 4KChao Yu2016-08-301-1/+9
* f2fs: fix non static symbol warningWei Yongjun2016-08-301-2/+2
* f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu2016-08-301-0/+1
* Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2016-08-191-1/+1
* f2fs: drop bio->bi_rw manual assignmentJens Axboe2016-08-041-1/+0Star
* Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-271-149/+162
|\
| * f2fs: clean up coding style and redundancyJaegeuk Kim2016-07-251-2/+2
| * f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-161-0/+3
| * f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-161-1/+5
| * f2fs: fix ERR_PTR returned by bioJaegeuk Kim2016-07-161-1/+3
| * f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2016-07-081-1/+1
| * f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-081-6/+12
| * f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2016-07-081-1/+32
| * f2fs: fix to detect truncation prior rather than EIO during readChao Yu2016-07-081-8/+8
| * f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2016-07-081-43/+47
| * f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-061-1/+1
| * f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-061-1/+2
| * f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+2
| * f2fs: drop any block pluggingJaegeuk Kim2016-06-081-7/+10
| * f2fs: set mapping error for EIOJaegeuk Kim2016-06-081-1/+1
| * f2fs: handle writepage correctlyJaegeuk Kim2016-06-031-30/+14Star
| * f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-031-10/+1Star
| * f2fs: do not skip writing data pagesJaegeuk Kim2016-06-031-6/+5Star
| * f2fs: remove writepages lockJaegeuk Kim2016-06-031-7/+0Star
| * f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-031-0/+3
| * f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-031-10/+1Star
| * f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-1/+0Star
| * f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-6/+4Star
| * f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-031-11/+10Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-271-1/+2
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-271-1/+2
| |/
* | f2fs: use bio op accessorsMike Christie2016-06-071-20/+27
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
|/
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-221-60/+137
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-1/+1
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-11/+15
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-111-1/+2
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-111-37/+95
| * f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-071-2/+2
| * f2fs: fix incorrect mapping in ->bmapChao Yu2016-05-071-4/+7