summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2015-05-28f2fs crypto: filename encryption facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add encryption key management facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim
2015-05-28f2fs crypto: add encryption xattr supportJaegeuk Kim
2015-05-28f2fs crypto: add f2fs encryption KconfigJaegeuk Kim
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim
2015-05-28f2fs: avoid value overflow in showing current statusJaegeuk Kim
2015-05-28f2fs: support FALLOC_FL_ZERO_RANGEChao Yu
2015-05-28f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu
2015-05-28f2fs: do not re-lookup nat cache with same nidChao Yu
2015-05-28f2fs: remove unneeded f2fs_make_empty declarationChao Yu
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim
2015-05-28f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim
2015-05-28f2fs: fix counting the number of inline_data inodesJaegeuk Kim
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-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
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