summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-28f2fs crypto: filename encryption facilitiesJaegeuk Kim3-1/+542
2015-05-28f2fs crypto: add encryption key management facilitiesJaegeuk Kim4-1/+232
2015-05-28f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim4-1/+589
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim5-0/+319
2015-05-28f2fs crypto: add encryption xattr supportJaegeuk Kim1-0/+4
2015-05-28f2fs crypto: add f2fs encryption KconfigJaegeuk Kim1-0/+19
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2-0/+202
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2-4/+117
2015-05-28f2fs: avoid value overflow in showing current statusJaegeuk Kim1-1/+2
2015-05-28f2fs: support FALLOC_FL_ZERO_RANGEChao Yu1-1/+105
2015-05-28f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu1-3/+132
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu3-10/+27
2015-05-28f2fs: do not re-lookup nat cache with same nidChao Yu1-1/+2
2015-05-28f2fs: remove unneeded f2fs_make_empty declarationChao Yu1-1/+0
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim3-10/+8
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim5-30/+68
2015-05-28f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim1-3/+6
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim5-95/+68
2015-05-28f2fs: fix counting the number of inline_data inodesJaegeuk Kim1-3/+3
2015-05-28f2fs: add need_dentry_markJaegeuk Kim2-18/+18
2015-05-28f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim1-15/+12
2015-05-28f2fs: introduce dot and dotdot name checkJaegeuk Kim2-2/+12
2015-05-28f2fs: move get_page for gc victimsJaegeuk Kim1-13/+15
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim11-59/+83
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim4-5/+17
2015-05-28f2fs: clean up f2fs_lookupJaegeuk Kim1-15/+16
2015-05-28f2fs: expose f2fs_mpage_readpagesJaegeuk Kim1-3/+154
2015-05-28f2fs: introduce f2fs_commit_superJaegeuk Kim2-0/+25
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim2-31/+57
2015-05-28f2fs: add feature facility in superblockJaegeuk Kim1-0/+7
2015-05-28f2fs: move existing definitions into f2fs.hJaegeuk Kim2-22/+22
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-11/+7
2015-05-07f2fs: make has_fsynced_inode staticChao Yu2-2/+1
2015-05-07f2fs: add offset check routine before punch_hole() in f2fs_fallocate()Taehee Yoo1-6/+7
2015-05-07f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu3-5/+5
2015-05-07f2fs: make posix_acl_create() safer and cleanerChao Yu1-26/+20
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim1-5/+3
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim3-0/+9
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-17/+17
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-260/+1229
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim3-2/+7
2015-04-16f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim1-1/+19
2015-04-16f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim1-0/+11
2015-04-15f2fs: change 0 to false for bool typeTaehee Yoo1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells4-17/+17
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-8/+8
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1