summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-29f2fs crypto: add symlink encryptionJaegeuk Kim3-6/+142
2015-05-29f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim5-9/+41
2015-05-29f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim3-41/+56
2015-05-29f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim3-22/+60
2015-05-29f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim1-12/+27
2015-05-29f2fs crypto: add encryption support in read/write pathsJaegeuk Kim8-29/+177
2015-05-29f2fs crypto: activate encryption support for fs APIsJaegeuk Kim7-8/+98
2015-05-29f2fs crypto: filename encryption facilitiesJaegeuk Kim3-1/+542
2015-05-29f2fs crypto: add encryption key management facilitiesJaegeuk Kim4-1/+232
2015-05-29f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim4-1/+589
2015-05-29f2fs crypto: add encryption policy and password salt supportJaegeuk Kim5-0/+319
2015-05-29f2fs crypto: add encryption xattr supportJaegeuk Kim1-0/+4
2015-05-29f2fs crypto: add f2fs encryption KconfigJaegeuk Kim1-0/+19
2015-05-29f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2-0/+202
2015-05-29f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2-4/+117
2015-05-29f2fs: avoid value overflow in showing current statusJaegeuk Kim1-1/+2
2015-05-29f2fs: support FALLOC_FL_ZERO_RANGEChao Yu1-1/+105
2015-05-29f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu1-3/+132
2015-05-29f2fs: introduce f2fs_replace_block() for reuseChao Yu3-10/+27
2015-05-29f2fs: do not re-lookup nat cache with same nidChao Yu1-1/+2
2015-05-29f2fs: remove unneeded f2fs_make_empty declarationChao Yu1-1/+0
2015-05-29f2fs: issue discard with finally produced len and minlenJaegeuk Kim3-10/+8
2015-05-29f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim5-30/+68
2015-05-29f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim1-3/+6
2015-05-29f2fs: split find_data_page according to specific purposesJaegeuk Kim5-95/+68
2015-05-29f2fs: fix counting the number of inline_data inodesJaegeuk Kim1-3/+3
2015-05-29f2fs: add need_dentry_markJaegeuk Kim2-18/+18
2015-05-29f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim1-15/+12
2015-05-29f2fs: introduce dot and dotdot name checkJaegeuk Kim2-2/+12
2015-05-29f2fs: move get_page for gc victimsJaegeuk Kim1-13/+15
2015-05-29f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim11-59/+83
2015-05-29f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim4-5/+17
2015-05-29f2fs: clean up f2fs_lookupJaegeuk Kim1-15/+16
2015-05-29f2fs: expose f2fs_mpage_readpagesJaegeuk Kim1-3/+154
2015-05-29f2fs: introduce f2fs_commit_superJaegeuk Kim2-0/+25
2015-05-29f2fs: add f2fs_map_blocksJaegeuk Kim2-31/+57
2015-05-29f2fs: add feature facility in superblockJaegeuk Kim1-0/+7
2015-05-29f2fs: move existing definitions into f2fs.hJaegeuk Kim2-22/+22
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-07Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+12
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-1/+1
2015-05-06ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-06nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-06configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-05f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim1-5/+3
2015-05-05Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim3-0/+9