summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce update_meta_pageChao Yu2015-06-013-30/+22
* f2fs crypto: zero next free dnode blockChao Yu2015-06-011-1/+1
* f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim2015-06-014-47/+65
* f2fs crypto: fix incorrect release for crypto ctxChao Yu2015-06-011-8/+0
* f2fs crypto: fix to release buffer for fname cryptoChao Yu2015-06-011-5/+5
* f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim2015-06-013-30/+33
* f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim2015-06-014-15/+13
* f2fs crypto: use slab cachesJaegeuk Kim2015-06-013-32/+33
* f2fs: truncate data blocks for orphan inodeJaegeuk Kim2015-06-011-1/+23
* f2fs: cleanup a confusing indentDan Carpenter2015-06-011-2/+2
* f2fs: fix building on 32-bit architecturesArnd Bergmann2015-06-011-3/+3
* f2fs: avoid buggy functionsJaegeuk Kim2015-06-011-0/+18
* f2fs: add compat_ioctl to provide backward compatabilityhujianyang2015-06-011-0/+3
* f2fs: do not issue next dnode discard redundantlyJaegeuk Kim2015-06-011-1/+14
* f2fs: add default mount options to remountYunlei He2015-05-281-13/+18
* f2fs crypto: remove checking key context during lookupJaegeuk Kim2015-05-281-10/+0
* f2fs crypto: fix missing key when reading a pageJaegeuk Kim2015-05-281-1/+3
* f2fs crypto: add symlink encryptionJaegeuk Kim2015-05-283-6/+142
* f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim2015-05-285-9/+41
* f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim2015-05-283-41/+56
* f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim2015-05-283-22/+60
* f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim2015-05-281-12/+27
* f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-288-29/+177
* f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-287-8/+98
* f2fs crypto: filename encryption facilitiesJaegeuk Kim2015-05-283-1/+542
* f2fs crypto: add encryption key management facilitiesJaegeuk Kim2015-05-284-1/+232
* f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim2015-05-284-1/+589
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-285-0/+319
* f2fs crypto: add encryption xattr supportJaegeuk Kim2015-05-281-0/+4
* f2fs crypto: add f2fs encryption KconfigJaegeuk Kim2015-05-281-0/+19
* f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2015-05-283-1/+205
* f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2015-05-282-4/+117
* f2fs: avoid value overflow in showing current statusJaegeuk Kim2015-05-281-1/+2
* f2fs: support FALLOC_FL_ZERO_RANGEChao Yu2015-05-281-1/+105
* f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu2015-05-281-3/+132
* f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-283-10/+27
* f2fs: do not re-lookup nat cache with same nidChao Yu2015-05-281-1/+2
* f2fs: remove unneeded f2fs_make_empty declarationChao Yu2015-05-281-1/+0
* f2fs: issue discard with finally produced len and minlenJaegeuk Kim2015-05-283-10/+8
* f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-285-30/+68
* f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim2015-05-281-3/+6
* f2fs: split find_data_page according to specific purposesJaegeuk Kim2015-05-285-95/+68
* f2fs: fix counting the number of inline_data inodesJaegeuk Kim2015-05-281-3/+3
* f2fs: add need_dentry_markJaegeuk Kim2015-05-282-18/+18
* f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim2015-05-281-15/+12
* f2fs: introduce dot and dotdot name checkJaegeuk Kim2015-05-282-2/+12
* f2fs: move get_page for gc victimsJaegeuk Kim2015-05-281-13/+15
* f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-2811-59/+83
* f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim2015-05-284-5/+17
* f2fs: clean up f2fs_lookupJaegeuk Kim2015-05-281-15/+16
OpenPOWER on IntegriCloud