summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2015-05-28f2fs: add need_dentry_markJaegeuk Kim
2015-05-28f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim
2015-05-28f2fs: introduce dot and dotdot name checkJaegeuk Kim
2015-05-28f2fs: move get_page for gc victimsJaegeuk Kim
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim
2015-05-28f2fs: clean up f2fs_lookupJaegeuk Kim
2015-05-28f2fs: expose f2fs_mpage_readpagesJaegeuk Kim
2015-05-28f2fs: introduce f2fs_commit_superJaegeuk Kim
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim
2015-05-28f2fs: add feature facility in superblockJaegeuk Kim
2015-05-28f2fs: move existing definitions into f2fs.hJaegeuk Kim
2015-05-07f2fs: make has_fsynced_inode staticChao Yu
2015-05-07f2fs: add offset check routine before punch_hole() in f2fs_fallocate()Taehee Yoo
2015-05-07f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu
2015-05-07f2fs: make posix_acl_create() safer and cleanerChao Yu
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim
2015-04-16f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim
2015-04-16f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim
2015-04-15f2fs: change 0 to false for bool typeTaehee Yoo
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-10f2fs: do not recover wrong data indexJaegeuk Kim
2015-04-10f2fs: do not increase link count during recoveryJaegeuk Kim
2015-04-10f2fs: assign parent's i_mode for empty dirJaegeuk Kim
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim
2015-04-10f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim
2015-04-10f2fs: fix sparse warningsJaegeuk Kim
2015-04-10f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu
2015-04-10f2fs: persist system.advise into on-disk inodeChao Yu
2015-04-10f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu
2015-04-10f2fs: preallocate fallocated blocks for direct IOChao Yu
2015-04-10f2fs: enable inline data by defaultWanpeng Li
2015-04-10f2fs: preserve extent info for extent cacheChao Yu
2015-04-10f2fs: initialize extent tree with on-disk extent info of inodeChao Yu
2015-04-10f2fs: introduce __{find,grab}_extent_treeChao Yu
2015-04-10f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu
2015-04-10f2fs: enable fast symlink by utilizing inline dataWanpeng Li
2015-04-10f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim
2015-04-10f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim
2015-04-10f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim
2015-04-10f2fs: enhance multi-threads performanceJaegeuk Kim
2015-04-10f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim