aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: set encryption name flag in add inline entry pathShuoran Liu2017-04-131-0/+2
* f2fs crypto: avoid unneeded memory allocation in ->readdirChao Yu2017-04-131-7/+0
* f2fs: fix to do security initialization of encrypted inode with original file...Chao Yu2017-04-133-20/+26
* f2fs: do in batch synchronously readahead during GCChao Yu2017-04-131-10/+23
* f2fs: schedule in between two continous batch discardsChao Yu2017-04-131-0/+2
* f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu2017-04-131-0/+8
* f2fs: fix a bug when using namehash to locate dentry bucketShuoran Liu2017-04-131-1/+4
* 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: remove unnecessary initializationSheng Yong2017-04-131-1/+1
* f2fs: remove redundant judgement condition in available_free_memoryChao Yu2017-04-131-2/+0
* f2fs: check return value of write_checkpoint during fstrimChao Yu2017-04-131-0/+2
* f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu2017-04-131-0/+1
* f2fs: avoid unneeded loop in build_sit_entriesChao Yu2017-04-131-16/+32
* f2fs: clean up foreground GC flowChao Yu2017-04-131-11/+8
* f2fs: set dirty state for filesystem only when updating meta dataChao Yu2017-04-131-0/+4
* f2fs: skip new checkpoint when doing fstrim without fs changeYunlei He2017-04-131-0/+11
* f2fs: add discard info to sys entry of f2fs statusYunlei He2017-04-132-3/+14
* f2fs: reduce batch size of fstrimJaegeuk Kim2017-04-131-1/+1
* f2fs: do not use discard_map for hard disksJaegeuk Kim2017-04-133-10/+29
* f2fs: not allow to write illegal blkaddrYunlei He2017-04-131-2/+2
* Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2017-04-131-1/+1
* f2fs: fix build for v3.10Alexander Gordeev2017-04-131-5/+5
* f2fs: adjust other changesJaegeuk Kim2017-04-138-43/+61
* f2fs: get victim segment again after new cpYunlei He2017-04-131-2/+5
* f2fs: handle error case with f2fs_bug_onJaegeuk Kim2017-04-131-0/+2
* f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim2017-04-131-2/+11
* f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2017-04-132-0/+142
* f2fs: fix to report error number of f2fs_find_entryChao Yu2017-04-134-15/+34
* f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2017-04-131-18/+28
* f2fs: reset default idle interval valueChao Yu2017-04-131-1/+1
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2017-04-136-2/+29
* f2fs: fix to avoid data update racing between GC and DIOChao Yu2017-04-134-0/+25
* f2fs: add maximum prefree segmentsJaegeuk Kim2017-04-132-0/+4
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2017-04-133-0/+19
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2017-04-132-66/+171
* f2fs: fix ERR_PTR returned by bioJaegeuk Kim2017-04-131-1/+3
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2017-04-1310-40/+58
* f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2017-04-131-1/+1
* f2fs: fix to avoid redundant discard during fstrimChao Yu2017-04-131-2/+3
* f2fs: avoid mismatching block range for discardYunlei He2017-04-131-0/+4
* f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu2017-04-131-1/+1
* f2fs: skip to check the block address of node pageJaegeuk Kim2017-04-131-3/+3
* f2fs: shrink critical region in spin_lockJaegeuk Kim2017-04-131-15/+8
* f2fs: call SetPageUptodate if neededJaegeuk Kim2017-04-135-15/+30
* f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2017-04-134-3/+33
* f2fs: remove unnecessary goto statementTiezhu Yang2017-04-131-2/+2
* f2fs: add nodiscard mount optionChao Yu2017-04-131-0/+4
* f2fs: fix to redirty page if fail to gc data pageChao Yu2017-04-131-1/+12
* f2fs: fix to detect truncation prior rather than EIO during readChao Yu2017-04-133-13/+13