summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim2015-05-294-1/+589
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-295-0/+319
* f2fs crypto: add encryption xattr supportJaegeuk Kim2015-05-291-0/+4
* f2fs crypto: add f2fs encryption KconfigJaegeuk Kim2015-05-291-0/+19
* f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2015-05-292-0/+202
* f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2015-05-292-4/+117
* f2fs: avoid value overflow in showing current statusJaegeuk Kim2015-05-291-1/+2
* f2fs: support FALLOC_FL_ZERO_RANGEChao Yu2015-05-291-1/+105
* f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu2015-05-291-3/+132
* f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-293-10/+27
* f2fs: do not re-lookup nat cache with same nidChao Yu2015-05-291-1/+2
* f2fs: remove unneeded f2fs_make_empty declarationChao Yu2015-05-291-1/+0
* f2fs: issue discard with finally produced len and minlenJaegeuk Kim2015-05-293-10/+8
* f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-295-30/+68
* f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim2015-05-291-3/+6
* f2fs: split find_data_page according to specific purposesJaegeuk Kim2015-05-295-95/+68
* f2fs: fix counting the number of inline_data inodesJaegeuk Kim2015-05-291-3/+3
* f2fs: add need_dentry_markJaegeuk Kim2015-05-292-18/+18
* f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim2015-05-291-15/+12
* f2fs: introduce dot and dotdot name checkJaegeuk Kim2015-05-292-2/+12
* f2fs: move get_page for gc victimsJaegeuk Kim2015-05-291-13/+15
* f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-2911-59/+83
* f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim2015-05-294-5/+17
* f2fs: clean up f2fs_lookupJaegeuk Kim2015-05-291-15/+16
* f2fs: expose f2fs_mpage_readpagesJaegeuk Kim2015-05-291-3/+154
* f2fs: introduce f2fs_commit_superJaegeuk Kim2015-05-292-0/+25
* f2fs: add f2fs_map_blocksJaegeuk Kim2015-05-292-31/+57
* f2fs: add feature facility in superblockJaegeuk Kim2015-05-291-0/+7
* f2fs: move existing definitions into f2fs.hJaegeuk Kim2015-05-292-22/+22
* f2fs: make has_fsynced_inode staticChao Yu2015-05-072-2/+1
* f2fs: add offset check routine before punch_hole() in f2fs_fallocate()Taehee Yoo2015-05-071-6/+7
* f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu2015-05-073-5/+5
* f2fs: make posix_acl_create() safer and cleanerChao Yu2015-05-071-26/+20
* f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim2015-05-041-5/+3
* Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim2015-05-043-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-274-17/+17
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-154-17/+17
* | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-1819-260/+1229
|\ \ | |/ |/|
| * f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-163-2/+7
| * f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-161-1/+19
| * f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-161-0/+11
| * f2fs: change 0 to false for bool typeTaehee Yoo2015-04-161-1/+1
| * f2fs: do not recover wrong data indexJaegeuk Kim2015-04-111-1/+3
| * f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-111-8/+3
| * f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-111-1/+1
| * f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-115-42/+111
| * f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-111-17/+31
| * f2fs: fix sparse warningsJaegeuk Kim2015-04-111-1/+3
| * f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-111-6/+4
| * f2fs: persist system.advise into on-disk inodeChao Yu2015-04-111-0/+1