aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+3
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-65/+127
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir1-1/+0
2016-11-29f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu1-0/+11
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-6/+29
2016-11-25f2fs: fix redundant block allocationJaegeuk Kim1-6/+12
2016-11-25f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim1-13/+13
2016-11-25f2fs: support multiple devicesJaegeuk Kim1-7/+48
2016-11-25f2fs: allow dio read for LFS modeJaegeuk Kim1-1/+1
2016-11-25f2fs: revert segment allocation for direct IOJaegeuk Kim1-5/+1
2016-11-23f2fs: Use generic zoned block device terminologyDamien Le Moal1-1/+1
2016-11-23f2fs: hide a maybe-uninitialized warningArnd Bergmann1-1/+1
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim1-3/+1
2016-11-23f2fs: be aware of extent beyond EOF in fiemapChao Yu1-14/+4
2016-11-23f2fs: don't miss any f2fs_balance_fs casesChao Yu1-8/+3
2016-11-23f2fs: give a chance to detach from dirty listChao Yu1-3/+5
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir1-2/+3
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-9/+7
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-1/+1
2016-09-30f2fs: don't submit irrelevant pageChao Yu1-1/+7
2016-09-30f2fs: support configuring fault injection per superblockChao Yu1-1/+1
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo1-0/+55
2016-09-22f2fs: preallocate blocks for encrypted fileYunlei He1-5/+1
2016-09-22f2fs: support IO error injectionChao Yu1-0/+5
2016-09-13f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim1-10/+19
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim1-2/+2
2016-09-07f2fs: no need to make zeros beyond i_sizeJaegeuk Kim1-9/+0
2016-08-29f2fs: fix to preallocate block only aligned to 4KChao Yu1-1/+9
2016-08-29f2fs: fix non static symbol warningWei Yongjun1-2/+2
2016-08-29f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu1-0/+1
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu1-1/+1
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe1-1/+0
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-149/+162
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+2
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim1-2/+2
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-0/+3
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu1-1/+5
2016-07-15f2fs: fix ERR_PTR returned by bioJaegeuk Kim1-1/+3
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim1-1/+1
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim1-6/+12
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim1-1/+32
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu1-8/+8
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu1-43/+47
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim1-1/+1
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim1-1/+2
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-0/+2
2016-06-08f2fs: drop any block pluggingJaegeuk Kim1-7/+10