Linux-f2fs-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-24 07:37:14 to 2015-05-18 05:55:53 UTC [more...]

[PATCH 2/2] f2fs: reserve space for tmpfile
 2015-05-18  5:55 UTC 

[PATCH 1/2] f2fs: support RENAME_WHITEOUT
 2015-05-18  5:54 UTC 

Space leak in f2fs
 2015-05-18  5:44 UTC  (11+ messages)
` [f2fs-dev] "

[PATCH 01/18] f2fs: avoid value overflow in showing current status
 2015-05-16 17:13 UTC  (34+ 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] 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  (10+ 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)

[PATCH 3/3] f2fs: make has_fsynced_inode static
 2015-04-18 10:06 UTC 

[PATCH 2/3] f2fs: use is_valid_blkaddr to verify blkaddr for readability
 2015-04-18 10:05 UTC 

[PATCH 1/3] f2fs: make posix_acl_create() safer and cleaner
 2015-04-18 10:03 UTC 

[PATCH 2/2] f2fs: support FALLOC_FL_ZERO_RANGE
 2015-04-18 10:02 UTC 

[GIT PULL] f2fs updates for v4.1
 2015-04-17 18:25 UTC 

[PATCH] f2fs: remove duplicated code in the f2fs_lookup()
 2015-04-16 17:37 UTC  (3+ messages)

[PATCH 1/3] f2fs: flush symlink path to avoid broken symlink after POR
 2015-04-16 16:51 UTC  (5+ messages)
` [PATCH 2/3] f2fs: avoid abnormal behavior on broken symlink
` [PATCH 3/3] f2fs: pass checkpoint reason on roll-forward recovery
` [f2fs-dev] [PATCH 1/3] f2fs: flush symlink path to avoid broken symlink after POR

[PATCH] fsck.f2fs: show ckeckpoint version info
 2015-04-16  7:31 UTC 

[PATCH] f2fs: change 0 to false for bool type
 2015-04-13 12:48 UTC 

[SPAM] être belle oui, mais fidèle non
 2015-04-13  1:03 UTC 

[PATCH 2/2][v2] blk-plug: don't flush nested plug lists
 2015-04-11  4:11 UTC  (6+ messages)
        ` [f2fs-dev] "

welding equipments
 2015-04-10  5:19 UTC 

[SPAM] Le bonheur n’est pas dans la fidélité
 2015-04-08  0:34 UTC 

[RFC PATCH 0/5] Remove rw parameter from direct_IO()
 2015-04-05 16:27 UTC  (2+ messages)

[PATCH] Revert "mkfs.f2fs: 512 UTF-16 characters for label"
 2015-04-03 23:00 UTC 

Le bonheur n’est pas dans la fidélité
 2015-04-03 10:38 UTC 

[PATCH 1/8] fsck.f2fs: return summary block pointer and types
 2015-04-02 17:50 UTC  (8+ messages)
` [PATCH 2/8] fsck.f2fs: fix summary block
` [PATCH 3/8] fsck.f2fs: fix corrupted dentries
` [PATCH 4/8] fsck.f2fs: count child directories correctly for i_links
` [PATCH 5/8] fsck.f2fs: fix missing i_links
` [PATCH 6/8] fsck.f2fs: clean up child information
` [PATCH 7/8] fsck.f2fs: fix missing dentries
` [PATCH 8/8] fsck.f2fs: fix orphan inode's link count

[PATCH 1/5] f2fs: fix mismatching lock and unlock pages for roll-forward recovery
 2015-04-02 17:49 UTC  (5+ messages)
` [PATCH 2/5] f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
` [PATCH 3/5] f2fs: assign parent's i_mode for empty dir
` [PATCH 4/5] f2fs: do not increase link count during recovery
` [PATCH 5/5] f2fs: do not recover wrong data index

fsck handling of inode incorrectly used as DIR and REG_FILE?
 2015-03-27 17:38 UTC  (3+ messages)

[PATCH 1/6] fsck.f2fs: reduce redundant message
 2015-03-27  0:03 UTC  (6+ messages)
` [PATCH 2/6] fsck.f2fs: remove inconsistent named directories
` [PATCH 3/6] fsck.f2fs: check file types
` [PATCH 4/6] fsck.f2fs: fix inodes having wrong i_links
` [PATCH 5/6] fsck.f2fs: skip block count fix when i_links is fixed
` [PATCH 6/6] fsck.f2fs: preserve orphan blocks

performance changes on d4b4c2cd: 37.6% fsmark.files_per_sec, -15.9% fsmark.files_per_sec, and few more
 2015-03-25  3:05 UTC  (2+ messages)

[PATCH] f2fs: fix sparse warnings
 2015-03-24 19:07 UTC 

[PATCH v3 1/2] f2fs: enable inline data by default
 2015-03-24  7:43 UTC  (4+ messages)
` [PATCH v3 2/2] f2fs: enable fast symlink by utilizing inline data

[PATCH 1/2] mkfs.f2fs: add quite mode, -q
 2015-03-24  7:37 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).