summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | f2fs: introduce update_meta_pageChao Yu2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: zero next free dnode blockChao Yu2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: fix incorrect release for crypto ctxChao Yu2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: fix to release buffer for fname cryptoChao Yu2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs crypto: use slab cachesJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: truncate data blocks for orphan inodeJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: cleanup a confusing indentDan Carpenter2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: fix building on 32-bit architecturesArnd Bergmann2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: avoid buggy functionsJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: add compat_ioctl to provide backward compatabilityhujianyang2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: do not issue next dnode discard redundantlyJaegeuk Kim2015-06-01
| * | | | | | | | | | | | | | | | | | f2fs: add default mount options to remountYunlei He2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: remove checking key context during lookupJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: fix missing key when reading a pageJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add symlink encryptionJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: filename encryption facilitiesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add encryption key management facilitiesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add encryption xattr supportJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: add f2fs encryption KconfigJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: avoid value overflow in showing current statusJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: support FALLOC_FL_ZERO_RANGEChao Yu2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: do not re-lookup nat cache with same nidChao Yu2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: remove unneeded f2fs_make_empty declarationChao Yu2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: issue discard with finally produced len and minlenJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: split find_data_page according to specific purposesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: fix counting the number of inline_data inodesJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: add need_dentry_markJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: introduce dot and dotdot name checkJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: move get_page for gc victimsJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim2015-05-28
| * | | | | | | | | | | | | | | | | | f2fs: clean up f2fs_lookupJaegeuk Kim2015-05-28