summaryrefslogtreecommitdiff
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAge
...
| * | f2fs: expose f2fs_mpage_readpagesJaegeuk Kim2015-05-28
| * | f2fs: introduce f2fs_commit_superJaegeuk Kim2015-05-28
| * | f2fs: add f2fs_map_blocksJaegeuk Kim2015-05-28
| * | f2fs: add feature facility in superblockJaegeuk Kim2015-05-28
| * | f2fs: move existing definitions into f2fs.hJaegeuk Kim2015-05-28
| * | f2fs: make has_fsynced_inode staticChao Yu2015-05-07
| * | f2fs: add offset check routine before punch_hole() in f2fs_fallocate()Taehee Yoo2015-05-07
| * | f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu2015-05-07
| * | f2fs: make posix_acl_create() safer and cleanerChao Yu2015-05-07
* | | switch ->put_link() from dentry to inodeAl Viro2015-05-11
* | | don't pass nameidata to ->follow_link()Al Viro2015-05-10
* | | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
|/ /
* | f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim2015-05-04
* | Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim2015-05-04
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-18
|\ \ | |/ |/|
| * f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-16
| * f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-16
| * f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-16
| * f2fs: change 0 to false for bool typeTaehee Yoo2015-04-15
| * f2fs: do not recover wrong data indexJaegeuk Kim2015-04-10
| * f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-10
| * f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-10
| * f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-10
| * f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-10
| * f2fs: fix sparse warningsJaegeuk Kim2015-04-10
| * f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-10
| * f2fs: persist system.advise into on-disk inodeChao Yu2015-04-10
| * f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-10
| * f2fs: preallocate fallocated blocks for direct IOChao Yu2015-04-10
| * f2fs: enable inline data by defaultWanpeng Li2015-04-10
| * f2fs: preserve extent info for extent cacheChao Yu2015-04-10
| * f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-10
| * f2fs: introduce __{find,grab}_extent_treeChao Yu2015-04-10
| * f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-10
| * f2fs: enable fast symlink by utilizing inline dataWanpeng Li2015-04-10
| * f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-10
| * f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-10
| * f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim2015-04-10
| * f2fs: enhance multi-threads performanceJaegeuk Kim2015-04-10
| * f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim2015-04-10
| * f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu2015-04-10
| * f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-10
| * f2fs: fix to check current blkaddr in __allocate_data_blocksChao Yu2015-04-10
| * f2fs: fix to truncate inline data past EOFChao Yu2015-04-10
| * f2fs: fix reference leaks in f2fs_acl_createChao Yu2015-04-10
| * f2fs: fix to calculate max length of contiguous free slots correctlyChao Yu2015-04-10
| * f2fs: fix unlocked nat set cache operationWanpeng Li2015-04-10
| * f2fs: cleanup statement about max orphan inodes calcChangman Lee2015-04-10