summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim2015-05-041-5/+3
* Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim2015-05-043-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-264-17/+17
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-154-17/+17
* | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-1819-260/+1229
|\ \ | |/ |/|
| * f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-163-2/+7
| * f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-161-1/+19
| * f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-161-0/+11
| * f2fs: change 0 to false for bool typeTaehee Yoo2015-04-151-1/+1
| * f2fs: do not recover wrong data indexJaegeuk Kim2015-04-101-1/+3
| * f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-101-8/+3
| * f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-101-1/+1
| * f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-105-42/+111
| * f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-101-17/+31
| * f2fs: fix sparse warningsJaegeuk Kim2015-04-101-1/+3
| * f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-101-6/+4
| * f2fs: persist system.advise into on-disk inodeChao Yu2015-04-101-0/+1
| * f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-101-1/+2
| * f2fs: preallocate fallocated blocks for direct IOChao Yu2015-04-101-2/+9
| * f2fs: enable inline data by defaultWanpeng Li2015-04-101-0/+8
| * f2fs: preserve extent info for extent cacheChao Yu2015-04-103-0/+62
| * f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-103-3/+45
| * f2fs: introduce __{find,grab}_extent_treeChao Yu2015-04-101-31/+48
| * f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-105-6/+8
| * f2fs: enable fast symlink by utilizing inline dataWanpeng Li2015-04-101-1/+1
| * f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-103-0/+10
| * f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-104-0/+24
| * f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim2015-04-101-7/+0
| * f2fs: enhance multi-threads performanceJaegeuk Kim2015-04-103-9/+0
| * f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim2015-04-101-2/+3
| * f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu2015-04-101-4/+6
| * f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-101-1/+1
| * f2fs: fix to check current blkaddr in __allocate_data_blocksChao Yu2015-04-101-1/+4
| * f2fs: fix to truncate inline data past EOFChao Yu2015-04-103-10/+33
| * f2fs: fix reference leaks in f2fs_acl_createChao Yu2015-04-101-5/+9
| * f2fs: fix to calculate max length of contiguous free slots correctlyChao Yu2015-04-101-7/+4
| * f2fs: fix unlocked nat set cache operationWanpeng Li2015-04-101-0/+5
| * f2fs: cleanup statement about max orphan inodes calcChangman Lee2015-04-101-7/+0
| * f2fs: remove unnecessary condition judgmentYuan Zhong2015-04-101-1/+1
| * f2fs: set the correct place of initializing *res_pageYuan Zhong2015-04-101-2/+2
| * f2fs: reduce searching region of segmap when set free sectionWanpeng Li2015-04-101-1/+2
| * f2fs: fix extent cache memory leakWanpeng Li2015-04-101-0/+1
| * f2fs: relocate Kconfig from misc filesystemsJaegeuk Kim2015-04-101-1/+1
| * f2fs: report -ENOENT for unreached data indicesJaegeuk Kim2015-04-101-1/+1
| * f2fs: clear append/update flags once fsync is doneJaegeuk Kim2015-04-101-0/+2
| * f2fs: avoid to trigger writepage during PORJaegeuk Kim2015-04-101-0/+4
| * f2fs: add stat info for moved blocks by background gcChangman Lee2015-04-103-16/+28
| * f2fs: fix to issue small discard in real-time mode discardChao Yu2015-04-101-1/+1
| * f2fs: add cond_resched() to sync_dirty_dir_inodes()Sebastian Andrzej Siewior2015-04-101-0/+1
| * f2fs: fix max orphan inodes calculationWanpeng Li2015-04-101-5/+7
OpenPOWER on IntegriCloud