messages from 2015-04-21 06:44:28 to 2015-05-28 04:21:25 UTC [more...]
[PATCH 1/3] f2fs crypto: use per-inode tfm structure
2015-05-28 4:21 UTC (8+ messages)
` [PATCH 2/3] f2fs crypto: use bounce pages from mempool first
` [f2fs-dev] "
` [PATCH 2/3 v2] "
` [PATCH 3/3] f2fs crypto: preallocate BIO_MAX_PAGES for writeback
[PATCH 2/3] f2fs crypto: check dir entry just for directory
2015-05-27 7:27 UTC (2+ messages)
[PATCH 3/3] f2fs crypto: allow setting encryption policy once
2015-05-25 10:09 UTC
[PATCH 1/3] f2fs crypto: check context consistent for rename2
2015-05-25 10:07 UTC
[PATCH v2 1/2] f2fs: avoid duplicated code by reusing f2fs_read_end_io
2015-05-25 10:03 UTC
[PATCH 1/2] f2fs: avoid duplicated code by reusing f2fs_read_end_io
2015-05-25 10:02 UTC (3+ messages)
[PATCH RFC] f2fs: recovering broken superblock during mount
2015-05-22 0:19 UTC (5+ messages)
[PATCH] crypto: allow to assign gfp_t for __crypto_alloc_tfm
2015-05-20 15:42 UTC (20+ messages)
` [f2fs-dev] [PATCH v2] "
` "
[PATCH] f2fs crypto: add rwsem to avoid data races
2015-05-20 12:38 UTC (9+ messages)
` [f2fs-dev] "
[PATCH 1/4] f2fs crypto: preallocate a tfm for the data path
2015-05-20 6:00 UTC (7+ messages)
` [PATCH 2/4] f2fs crypto: add two spinlocks to avoid data races
` [PATCH 3/4] f2fs crypto: check encryption for tmpfile
` [f2fs-dev] "
` [PATCH 4/4] f2fs crypto: assign GFP_KERNEL for f2fs_derive_key_aes
[PATCH 1/2] f2fs: support RENAME_WHITEOUT
2015-05-19 17:43 UTC (4+ messages)
[PATCH 2/2] f2fs: introduce update_meta_page
2015-05-19 9:40 UTC
[PATCH v2] f2fs: support RENAME_WHITEOUT
2015-05-19 9:37 UTC
[PATCH] f2fs crypto: zero next free dnode block
2015-05-18 10:00 UTC
[PATCH 01/18] f2fs: avoid value overflow in showing current status
2015-05-18 6:24 UTC (35+ messages)
` [PATCH 02/18] f2fs: report unwritten area in f2fs_fiemap
` [PATCH 03/18] f2fs crypto: declare some definitions for f2fs encryption feature
` [PATCH 04/18] f2fs crypto: add f2fs encryption Kconfig
` [PATCH 05/18] f2fs crypto: add encryption xattr support
` [PATCH 06/18] f2fs crypto: add encryption policy and password salt support
` [PATCH 07/18] f2fs crypto: add f2fs encryption facilities
` [PATCH 08/18] f2fs crypto: add encryption key management facilities
` [PATCH 09/18] f2fs crypto: filename encryption facilities
` [PATCH 10/18] f2fs crypto: activate encryption support for fs APIs
` [PATCH 11/18] f2fs crypto: add encryption support in read/write paths
` [PATCH 12/18] f2fs crypto: add filename encryption for f2fs_add_link
` [PATCH 13/18] f2fs crypto: add filename encryption for f2fs_readdir
` [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup
` [f2fs-dev] "
` [PATCH 15/18] f2fs crypto: add filename encryption for roll-forward recovery
` [PATCH 16/18] f2fs crypto: add symlink encryption
` [PATCH 16/18 v2] "
` [PATCH 17/18] f2fs crypto: fix missing key when reading a page
` [PATCH 18/18] f2fs crypto: remove checking key context during lookup
[PATCH 2/2] f2fs: reserve space for tmpfile
2015-05-18 5:55 UTC
Space leak in f2fs
2015-05-18 5:44 UTC (11+ messages)
` [f2fs-dev] "
[PATCH] f2fs crypto: split f2fs_crypto_init/exit with two parts
2015-05-16 3:59 UTC
[PATCH] f2fs crypto: fix incorrect release for crypto ctx
2015-05-15 3:14 UTC
[patch] f2fs: cleanup a confusing indent
2015-05-14 8:52 UTC
[PATCH] f2fs: fix building on 32-bit architectures
2015-05-14 0:23 UTC (2+ messages)
[PATCH] f2fs crypto: fix to release buffer for fname crypto
2015-05-13 10:20 UTC
[PATCH 1/6] f2fs crypto: free encryption_info at f2fs_evict_inode
2015-05-13 0:40 UTC (6+ messages)
` [PATCH 2/6] f2fs crypto: not support fcollapse for encrypted inode
` [PATCH 3/6] f2fs crypto: use slab caches
` [PATCH 4/6] f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
` [PATCH 5/6] f2fs crypto: shrink size of the f2fs_crypto_ctx structure
` [PATCH 6/6] f2fs crypto: require CONFIG_CRYPTO_CTR if f2fs encryption is enabled
[PATCH] f2fs crypto: use inode number for xts_tweak
2015-05-13 0:20 UTC (3+ messages)
f2fs crypto: add symlink encryption
2015-05-12 18:39 UTC (4+ messages)
f2fs crypto: filename encryption facilities
2015-05-12 18:19 UTC (2+ messages)
[PATCH] f2fs: add compat_ioctl to f2fs_dir_operations
2015-05-12 9:54 UTC (2+ messages)
[PATCH] f2fs: add default mount options to remount
2015-05-12 9:52 UTC (2+ messages)
[PATCH 1/3] f2fs: disable the discard option when device does not support
2015-05-12 6:00 UTC (5+ messages)
` [PATCH 2/3] f2fs: do not issue next dnode discard redundantly
` [PATCH 3/3] f2fs: get rid of buggy function
` [f2fs-dev] "
[PATCH 1/5] mkfs.f2fs: set encryption feature
2015-05-09 4:24 UTC (5+ messages)
` [PATCH 2/5] fsck.f2fs: show superblock features and encryption info
` [PATCH 3/5] dump.f2fs: show i_advise field in inode
` [PATCH 4/5] fsck.f2fs: avoid build warning
` [PATCH 5/5] fsck.f2fs: add hash conversion for encrypted dentries
[GIT PULL] f2fs fix for v4.1-rc3
2015-05-07 18:09 UTC
[PATCH] f2fs: add default mount options to remount
2015-05-07 9:32 UTC (2+ messages)
[PATCH v3 3/3] f2fs: support FALLOC_FL_ZERO_RANGE
2015-05-06 5:11 UTC
[PATCH v3 2/3] f2fs: support FALLOC_FL_COLLAPSE_RANGE
2015-05-06 5:09 UTC
[PATCH v3 1/3] f2fs: introduce f2fs_replace_block() for reuse
2015-05-06 5:08 UTC
[PATCH v2 1/3] f2fs: introduce replace_block() for reuse
2015-05-06 5:05 UTC (3+ messages)
[PATCH] F2FS support
2015-05-03 6:28 UTC (6+ messages)
` [PATCH v2] "
` [f2fs-dev] "
[SPAM] welding equipments
2015-05-02 8:00 UTC
[PATCH 01/19] f2fs: fix not to check IS_ERR for null pointer
2015-05-02 0:48 UTC (19+ messages)
` [PATCH 02/19] f2fs: add missing version info in superblock
` [PATCH 03/19] f2fs: move existing definitions into f2fs.h
` [PATCH 04/19] f2fs: add feature facility in superblock
` [PATCH 05/19] f2fs: add f2fs_map_blocks
` [PATCH 06/19] f2fs: introduce f2fs_commit_super
` [PATCH 07/19] f2fs: expose f2fs_mpage_readpages
` [PATCH 08/19] f2fs: clean up f2fs_lookup
` [PATCH 09/19] f2fs: add f2fs_may_inline_{data, dentry}
` [PATCH 10/19] f2fs: add sbi and page pointer in f2fs_io_info
` [PATCH 11/19] f2fs: move get_page for gc victims
` [PATCH 12/19] f2fs: introduce dot and dotdot name check
` [PATCH 13/19] f2fs: fix race on allocating and deallocating a dentry block
` [PATCH 14/19] f2fs: add need_dentry_mark
` [PATCH 15/19] f2fs: fix counting the number of inline_data inodes
` [PATCH 16/19] f2fs: split find_data_page according to specific purposes
` [PATCH 17/19] f2fs: revmove spin_lock for write_orphan_inodes
` [PATCH 18/19] f2fs: introduce discard_map for f2fs_trim_fs
` [PATCH 19/19] f2fs: issue discard with finally produced len and minlen
[PATCH 2/2] f2fs: don not re-lookup nat cache with same nid
2015-04-30 10:35 UTC
[PATCH 1/2] f2fs: remove unneeded f2fs_make_empty declaration
2015-04-30 10:34 UTC
[PATCH v2 3/3] f2fs: support FALLOC_FL_ZERO_RANGE
2015-04-30 10:13 UTC
[PATCH v2 2/3] f2fs: support FALLOC_FL_COLLAPSE_RANGE
2015-04-30 10:12 UTC
[PATCH 1/2] f2fs: support FALLOC_FL_COLLAPSE_RANGE
2015-04-30 1:38 UTC (4+ messages)
` [f2fs-dev] "
[PATCH] f2fs: fix wrong error hanlder in f2fs_follow_link
2015-04-24 6:23 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] f2fs: export more enums for tracepoint
2015-04-22 23:17 UTC
f2fs: avoid abnormal behavior on broken symlink
2015-04-22 19:19 UTC (9+ messages)
[SPAM] aller à fonds dans la tromperie
2015-04-22 3:09 UTC
[PATCH v2] f2fs: Add offset check routine before punch_hole() in f2fs_fallocate()
2015-04-21 6:59 UTC
[PATCH] f2fs: Add offset check routine before punch_hole() in f2fs_fallocate()
2015-04-21 6:44 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).