summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-02-231-1/+6
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-02-231-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-02-231-21/+22
* f2fs: check io submission more preciselyJaegeuk Kim2017-02-231-6/+17
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-02-231-2/+8
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-02-231-1/+1
* f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim2017-02-231-1/+5
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-231-1/+1
* f2fs: clean up with list_{first, last}_entryChao Yu2017-02-231-2/+2
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-2/+53
* f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-4/+8
* f2fs: add a case of no need to read a page in write beginYunlei He2017-01-291-1/+6
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-1/+3
|\
| * fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+0Star
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-141-2/+3
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-141-0/+2
* | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-141-65/+127
|\ \
| * | f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2016-11-301-0/+11
| * | f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-251-6/+29
| * | f2fs: fix redundant block allocationJaegeuk Kim2016-11-251-6/+12
| * | f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2016-11-251-13/+13
| * | f2fs: support multiple devicesJaegeuk Kim2016-11-251-7/+48
| * | f2fs: allow dio read for LFS modeJaegeuk Kim2016-11-251-1/+1
| * | f2fs: revert segment allocation for direct IOJaegeuk Kim2016-11-251-5/+1Star
| * | f2fs: Use generic zoned block device terminologyDamien Le Moal2016-11-231-1/+1
| * | f2fs: hide a maybe-uninitialized warningArnd Bergmann2016-11-231-1/+1
| * | f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2016-11-231-3/+1Star
| * | f2fs: be aware of extent beyond EOF in fiemapChao Yu2016-11-231-14/+4Star
| * | f2fs: don't miss any f2fs_balance_fs casesChao Yu2016-11-231-8/+3Star
| * | f2fs: give a chance to detach from dirty listChao Yu2016-11-231-3/+5
| |/
* | writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-1/+1
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-9/+7Star
|/
* 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