aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-132-2/+2
* f2fs: avoid writing node/metapages during writesJaegeuk Kim2017-04-131-3/+3
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2017-04-136-8/+18
* f2fs: detect host-managed SMR by feature flagJaegeuk Kim2017-04-134-8/+35
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2017-04-136-24/+8
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2017-04-131-2/+3
* f2fs: find parent dentry correctlySheng Yong2017-04-133-36/+3
* f2fs: fix deadlock in add_link failureJaegeuk Kim2017-04-131-3/+0
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-138-4/+71
* f2fs: skip clean segment for gcJaegeuk Kim2017-04-131-0/+4
* f2fs: drop any block pluggingJaegeuk Kim2017-04-134-22/+11
* f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2017-04-133-0/+9
* f2fs: set mapping error for EIOJaegeuk Kim2017-04-131-1/+1
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2017-04-133-0/+16