aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-291-1/+3
* f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-04-291-1/+2
* f2fs: show simple call stack in fault injection messageChao Yu2017-04-291-1/+3
* f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-04-291-2/+5
* f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-04-291-1/+1
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-04-291-4/+4
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-04-291-1/+5
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-04-291-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-04-291-21/+22
* f2fs: check io submission more preciselyJaegeuk Kim2017-04-291-6/+17
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-04-291-2/+8
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-04-291-1/+1
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-04-291-1/+1
* f2fs: clean up with list_{first, last}_entryChao Yu2017-04-291-2/+2
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-291-2/+53
* f2fs: add submit_bio tracepointJaegeuk Kim2017-04-291-4/+8
* f2fs: add a case of no need to read a page in write beginYunlei He2017-04-291-1/+6
* f2fs: add migrate_page to avoid patch conflictsJaegeuk Kim2017-04-291-0/+55
* f2fs: resolve op and op_flags confilctsJaegeuk Kim2017-04-291-24/+30
* f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2017-04-291-0/+11
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-291-6/+29
* f2fs: fix redundant block allocationJaegeuk Kim2017-04-291-6/+12
* f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2017-04-291-13/+14
* f2fs: support multiple devicesJaegeuk Kim2017-04-291-7/+48
* f2fs: allow dio read for LFS modeJaegeuk Kim2017-04-291-1/+1
* f2fs: revert segment allocation for direct IOJaegeuk Kim2017-04-291-5/+1
* f2fs: Use generic zoned block device terminologyDamien Le Moal2017-04-291-1/+1
* f2fs: hide a maybe-uninitialized warningArnd Bergmann2017-04-291-1/+1
* f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2017-04-291-3/+1
* f2fs: be aware of extent beyond EOF in fiemapChao Yu2017-04-291-14/+4
* f2fs: don't miss any f2fs_balance_fs casesChao Yu2017-04-291-8/+3
* f2fs: give a chance to detach from dirty listChao Yu2017-04-291-3/+5
* f2fs: don't submit irrelevant pageChao Yu2017-04-291-1/+7
* f2fs: support configuring fault injection per superblockChao Yu2017-04-291-1/+1
* f2fs: preallocate blocks for encrypted fileYunlei He2017-04-291-5/+1
* f2fs: support IO error injectionChao Yu2017-04-291-0/+5
* f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim2017-04-291-10/+19
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-291-2/+2
* f2fs: no need to make zeros beyond i_sizeJaegeuk Kim2017-04-291-9/+0
* f2fs: fix to preallocate block only aligned to 4KChao Yu2017-04-291-1/+9
* f2fs: fix non static symbol warningWei Yongjun2017-04-291-2/+2
* f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu2017-04-291-0/+1
* Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2017-04-291-1/+1
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2017-04-291-0/+3
* f2fs: fix to avoid data update racing between GC and DIOChao Yu2017-04-291-0/+2
* f2fs: fix ERR_PTR returned by bioJaegeuk Kim2017-04-291-1/+3
* f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2017-04-291-1/+1
* f2fs: call SetPageUptodate if neededJaegeuk Kim2017-04-291-6/+12
* f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2017-04-291-1/+30
* f2fs: fix to detect truncation prior rather than EIO during readChao Yu2017-04-291-8/+8