aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-04-131-1/+1
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-04-131-1/+1
* f2fs: clean up with list_{first, last}_entryChao Yu2017-04-131-2/+2
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-131-2/+53
* f2fs: add submit_bio tracepointJaegeuk Kim2017-04-131-4/+8
* f2fs: add a case of no need to read a page in write beginYunlei He2017-04-131-1/+6
* f2fs: add migrate_page to avoid patch conflictsJaegeuk Kim2017-04-131-0/+55
* f2fs: resolve op and op_flags confilctsJaegeuk Kim2017-04-131-24/+30
* f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2017-04-131-0/+11
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-131-6/+29
* f2fs: fix redundant block allocationJaegeuk Kim2017-04-131-6/+12
* f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2017-04-131-13/+14
* f2fs: support multiple devicesJaegeuk Kim2017-04-131-7/+48
* f2fs: allow dio read for LFS modeJaegeuk Kim2017-04-131-1/+1
* f2fs: revert segment allocation for direct IOJaegeuk Kim2017-04-131-5/+1
* f2fs: Use generic zoned block device terminologyDamien Le Moal2017-04-131-1/+1
* f2fs: hide a maybe-uninitialized warningArnd Bergmann2017-04-131-1/+1
* f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2017-04-131-3/+1
* f2fs: be aware of extent beyond EOF in fiemapChao Yu2017-04-131-14/+4
* f2fs: don't miss any f2fs_balance_fs casesChao Yu2017-04-131-8/+3
* f2fs: give a chance to detach from dirty listChao Yu2017-04-131-3/+5
* f2fs: don't submit irrelevant pageChao Yu2017-04-131-1/+7
* f2fs: support configuring fault injection per superblockChao Yu2017-04-131-1/+1
* f2fs: preallocate blocks for encrypted fileYunlei He2017-04-131-5/+1
* f2fs: support IO error injectionChao Yu2017-04-131-0/+5
* f2fs: fix to set PageUptodate in f2fs_write_end correctlyJaegeuk Kim2017-04-131-10/+19
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-131-2/+2
* f2fs: no need to make zeros beyond i_sizeJaegeuk Kim2017-04-131-9/+0
* f2fs: fix to preallocate block only aligned to 4KChao Yu2017-04-131-1/+9
* f2fs: fix non static symbol warningWei Yongjun2017-04-131-2/+2
* f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu2017-04-131-0/+1
* Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2017-04-131-1/+1
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2017-04-131-0/+3
* f2fs: fix to avoid data update racing between GC and DIOChao Yu2017-04-131-0/+2
* f2fs: fix ERR_PTR returned by bioJaegeuk Kim2017-04-131-1/+3
* f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2017-04-131-1/+1
* f2fs: call SetPageUptodate if neededJaegeuk Kim2017-04-131-6/+12
* f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2017-04-131-1/+30
* f2fs: fix to detect truncation prior rather than EIO during readChao Yu2017-04-131-8/+8
* f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2017-04-131-43/+47
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2017-04-131-1/+1
* f2fs: detect host-managed SMR by feature flagJaegeuk Kim2017-04-131-1/+2
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-131-0/+2
* f2fs: drop any block pluggingJaegeuk Kim2017-04-131-7/+10
* f2fs: set mapping error for EIOJaegeuk Kim2017-04-131-1/+1
* f2fs: handle writepage correctlyJaegeuk Kim2017-04-131-30/+14
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2017-04-131-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2017-04-131-6/+5
* f2fs: remove writepages lockJaegeuk Kim2017-04-131-7/+0
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-131-0/+3