aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-132-3/+17
* 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-139-4/+74
* 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
* f2fs: fix wrong percentageJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2017-04-131-1/+2
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2017-04-134-6/+6
* f2fs: avoid wrong count on dirty inodesJaegeuk Kim2017-04-131-2/+2
* f2fs: remove deprecated parameterJaegeuk Kim2017-04-133-6/+5
* f2fs: handle writepage correctlyJaegeuk Kim2017-04-131-30/+14
* f2fs: return error of f2fs_lookupJaegeuk Kim2017-04-132-2/+5
* f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2017-04-131-5/+11
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2017-04-131-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2017-04-132-9/+6
* f2fs: inject to produce some orphan inodesJaegeuk Kim2017-04-133-0/+9
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2017-04-133-8/+24
* f2fs: remove writepages lockJaegeuk Kim2017-04-133-9/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2017-04-131-0/+6
* f2fs: detect congestion of flush command issuesJaegeuk Kim2017-04-132-1/+7
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-137-6/+43
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-1310-115/+17