summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix sparse warningsJaegeuk Kim2015-04-111-1/+3
* f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-111-6/+4Star
* f2fs: persist system.advise into on-disk inodeChao Yu2015-04-111-0/+1
* f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-111-1/+2
* f2fs: preallocate fallocated blocks for direct IOChao Yu2015-04-111-2/+9
* f2fs: enable inline data by defaultWanpeng Li2015-04-111-0/+8
* f2fs: preserve extent info for extent cacheChao Yu2015-04-113-0/+62
* f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-113-3/+45
* f2fs: introduce __{find,grab}_extent_treeChao Yu2015-04-111-31/+48
* f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-115-6/+8
* f2fs: enable fast symlink by utilizing inline dataWanpeng Li2015-04-111-1/+1
* f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-113-0/+10
* f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-114-0/+24
* f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim2015-04-111-7/+0Star
* f2fs: enhance multi-threads performanceJaegeuk Kim2015-04-113-9/+0Star
* f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim2015-04-111-2/+3
* f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu2015-04-111-4/+6
* f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-111-1/+1
* f2fs: fix to check current blkaddr in __allocate_data_blocksChao Yu2015-04-111-1/+4
* f2fs: fix to truncate inline data past EOFChao Yu2015-04-113-10/+33
* f2fs: fix reference leaks in f2fs_acl_createChao Yu2015-04-111-5/+9
* f2fs: fix to calculate max length of contiguous free slots correctlyChao Yu2015-04-111-7/+4Star
* f2fs: fix unlocked nat set cache operationWanpeng Li2015-04-111-0/+5
* f2fs: cleanup statement about max orphan inodes calcChangman Lee2015-04-111-7/+0Star
* f2fs: remove unnecessary condition judgmentYuan Zhong2015-04-111-1/+1
* f2fs: set the correct place of initializing *res_pageYuan Zhong2015-04-111-2/+2
* f2fs: reduce searching region of segmap when set free sectionWanpeng Li2015-04-111-1/+2
* f2fs: fix extent cache memory leakWanpeng Li2015-04-111-0/+1
* f2fs: relocate Kconfig from misc filesystemsJaegeuk Kim2015-04-112-2/+2
* f2fs: report -ENOENT for unreached data indicesJaegeuk Kim2015-04-111-1/+1
* f2fs: clear append/update flags once fsync is doneJaegeuk Kim2015-04-111-0/+2
* f2fs: avoid to trigger writepage during PORJaegeuk Kim2015-04-111-0/+4
* f2fs: add stat info for moved blocks by background gcChangman Lee2015-04-113-16/+28
* f2fs: fix to issue small discard in real-time mode discardChao Yu2015-04-111-1/+1
* f2fs: add cond_resched() to sync_dirty_dir_inodes()Sebastian Andrzej Siewior2015-04-111-0/+1
* f2fs: fix max orphan inodes calculationWanpeng Li2015-04-111-5/+7
* f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li2015-04-111-3/+3
* f2fs: fix block_ops trace pointWanpeng Li2015-04-111-2/+3
* f2fs: check its block allocation to avoid producing wrong dirty pagesJaegeuk Kim2015-04-111-1/+9
* f2fs: clear page's up-to-date if block was deallocatedJaegeuk Kim2015-04-113-1/+8
* f2fs: fix the number of orphan inode blocksWanpeng Li2015-04-111-4/+4
* f2fs: introduce macro __cp_payloadWanpeng Li2015-04-112-5/+9
* f2fs: support fs shutdownJaegeuk Kim2015-04-112-0/+46
* f2fs: avoid wrong error during recoveryJaegeuk Kim2015-03-031-1/+3
* f2fs: remove obsolete codeJaegeuk Kim2015-03-031-2/+0Star
* f2fs: use extent cache for dirChao Yu2015-03-031-0/+14
* f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cacheChao Yu2015-03-031-12/+6Star
* f2fs: support fast lookup in extent cacheChao Yu2015-03-032-3/+17
* f2fs: add trace for rb-tree extent cache opsChao Yu2015-03-031-2/+14
* f2fs: show extent tree, node stat info in debugfsChao Yu2015-03-032-1/+8