summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-16f2fs: change 0 to false for bool typeTaehee Yoo1-1/+1
2015-04-11f2fs: do not recover wrong data indexJaegeuk Kim1-1/+3
2015-04-11f2fs: do not increase link count during recoveryJaegeuk Kim1-8/+3
2015-04-11f2fs: assign parent's i_mode for empty dirJaegeuk Kim1-1/+1
2015-04-11f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim5-42/+111
2015-04-11f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim1-17/+31
2015-04-11f2fs: fix sparse warningsJaegeuk Kim1-1/+3
2015-04-11f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu1-6/+4
2015-04-11f2fs: persist system.advise into on-disk inodeChao Yu1-0/+1
2015-04-11f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu1-1/+2
2015-04-11f2fs: preallocate fallocated blocks for direct IOChao Yu1-2/+9
2015-04-11f2fs: enable inline data by defaultWanpeng Li1-0/+8
2015-04-11f2fs: preserve extent info for extent cacheChao Yu3-0/+62
2015-04-11f2fs: initialize extent tree with on-disk extent info of inodeChao Yu3-3/+45
2015-04-11f2fs: introduce __{find,grab}_extent_treeChao Yu1-31/+48
2015-04-11f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu5-6/+8
2015-04-11f2fs: enable fast symlink by utilizing inline dataWanpeng Li1-1/+1
2015-04-11f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim3-0/+10
2015-04-11f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim4-0/+24
2015-04-11f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim1-7/+0
2015-04-11f2fs: enhance multi-threads performanceJaegeuk Kim3-9/+0
2015-04-11f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim1-2/+3
2015-04-11f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu1-4/+6
2015-04-11f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim1-1/+1
2015-04-11f2fs: fix to check current blkaddr in __allocate_data_blocksChao Yu1-1/+4
2015-04-11f2fs: fix to truncate inline data past EOFChao Yu3-10/+33
2015-04-11f2fs: fix reference leaks in f2fs_acl_createChao Yu1-5/+9
2015-04-11f2fs: fix to calculate max length of contiguous free slots correctlyChao Yu1-7/+4
2015-04-11f2fs: fix unlocked nat set cache operationWanpeng Li1-0/+5
2015-04-11f2fs: cleanup statement about max orphan inodes calcChangman Lee1-7/+0
2015-04-11f2fs: remove unnecessary condition judgmentYuan Zhong1-1/+1
2015-04-11f2fs: set the correct place of initializing *res_pageYuan Zhong1-2/+2
2015-04-11f2fs: reduce searching region of segmap when set free sectionWanpeng Li1-1/+2
2015-04-11f2fs: fix extent cache memory leakWanpeng Li1-0/+1
2015-04-11f2fs: relocate Kconfig from misc filesystemsJaegeuk Kim2-2/+2
2015-04-11f2fs: report -ENOENT for unreached data indicesJaegeuk Kim1-1/+1
2015-04-11f2fs: clear append/update flags once fsync is doneJaegeuk Kim1-0/+2
2015-04-11f2fs: avoid to trigger writepage during PORJaegeuk Kim1-0/+4
2015-04-11f2fs: add stat info for moved blocks by background gcChangman Lee3-16/+28
2015-04-11f2fs: fix to issue small discard in real-time mode discardChao Yu1-1/+1
2015-04-11f2fs: add cond_resched() to sync_dirty_dir_inodes()Sebastian Andrzej Siewior1-0/+1
2015-04-11f2fs: fix max orphan inodes calculationWanpeng Li1-5/+7
2015-04-11f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li1-3/+3
2015-04-11f2fs: fix block_ops trace pointWanpeng Li1-2/+3
2015-04-11f2fs: check its block allocation to avoid producing wrong dirty pagesJaegeuk Kim1-1/+9
2015-04-11f2fs: clear page's up-to-date if block was deallocatedJaegeuk Kim3-1/+8
2015-04-11f2fs: fix the number of orphan inode blocksWanpeng Li1-4/+4
2015-04-11f2fs: introduce macro __cp_payloadWanpeng Li2-5/+9
2015-04-11f2fs: support fs shutdownJaegeuk Kim2-0/+46
2015-03-03f2fs: avoid wrong error during recoveryJaegeuk Kim1-1/+3