linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-18 04:14:44 to 2018-05-01 22:55:41 UTC [more...]

[PATCH] f2fs-tools: get kernel version via uname(2)
 2018-05-01 22:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] mkfs.f2fs: avoid selinux denial for unnecessary sysfs node
 2018-05-01  2:44 UTC 

[xfstests-bld PATCH 1/2] test-appliance: fix specifying f2fs mount options in config file
 2018-05-01  2:17 UTC  (6+ messages)
` [xfstests-bld PATCH 2/2] test-appliance: add 'encrypt' config for f2fs

[PATCH v2 00/15] fscrypt: improved logging and other cleanups
 2018-04-30 22:51 UTC  (16+ messages)
` [PATCH 01/15] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
` [PATCH 02/15] fscrypt: clean up after fscrypt_prepare_lookup() conversions
` [PATCH 03/15] fscrypt: remove unnecessary NULL check when allocating skcipher
` [PATCH 04/15] fscrypt: remove error messages for skcipher_request_alloc() failure
` [PATCH 05/15] fscrypt: remove stale comment from fscrypt_d_revalidate()
` [PATCH 06/15] fscrypt: don't clear flags on crypto transform
` [PATCH 07/15] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
` [PATCH 08/15] fscrypt: drop max_namelen check from fname_decrypt()
` [PATCH 09/15] fscrypt: drop empty name "
` [PATCH 10/15] fscrypt: make fscrypt_operations.max_namelen an integer
` [PATCH 11/15] fscrypt: remove unnecessary check for non-logon key type
` [PATCH 12/15] fscrypt: remove internal key size constants
` [PATCH 13/15] fscrypt: use a common logging function
` [PATCH 14/15] fscrypt: separate key lookup from key derivation
` [PATCH 15/15] fscrypt: only derive the needed portion of the key

[PATCH] libf2fs: Track AOSP libsparse API change
 2018-04-30 20:45 UTC  (2+ messages)

[PATCH] f2fs: fix spelling mistake: "extenstion" -> "extension"
 2018-04-30 15:27 UTC 

[PATCH] fsck.f2fs: add -O features to tune the bits
 2018-04-28  2:49 UTC  (10+ messages)
    ` [RFC PATCH] f2fs-tools: introduce tune.f2fs

[PATCH v2] f2fs: fix to avoid race during access gc_thread pointer
 2018-04-28  2:37 UTC  (6+ messages)

[PATCH v2] f2fs: avoid stucking GC due to atomic write
 2018-04-28  2:34 UTC  (4+ messages)

[PATCH v11 00/63] Convert page cache to XArray
 2018-04-27  3:24 UTC  (10+ messages)
` [PATCH v11 10/63] xarray: Add xa_for_each
` [PATCH v11 18/63] page cache: Add and replace pages using the XArray
` [PATCH v11 19/63] page cache: Convert page deletion to XArray

[PATCH 1/2] f2fs: treat volatile file's data as hot one
 2018-04-27  2:55 UTC  (3+ messages)
` [PATCH 2/2] Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"

[f2fs:dev-test 40/41] fs/f2fs/segment.c:1601:6: sparse: symbol 'release_discard_addr' was not declared. Should it be static?
 2018-04-27  2:38 UTC  (3+ messages)
` [RFC PATCH f2fs] f2fs: release_discard_addr() can be static

[PATCH] f2fs: fix to wait IO writeback in __revoke_inmem_pages()
 2018-04-27  2:37 UTC  (5+ messages)

[PATCH 1/5] f2fs: give message and set need_fsck given broken node id
 2018-04-27  1:52 UTC  (16+ messages)
` [PATCH 2/5] f2fs: avoid bug_on on corrupted inode
  ` [f2fs-dev] "
` [PATCH 3/5] f2fs: sanity check on sit entry
  ` [f2fs-dev] "
` [PATCH 4/5] f2fs: sanity check for total valid blocks
  ` [f2fs-dev] "
    ` [f2fs-dev] [PATCH 4/5 v2] "
` [PATCH 5/5] f2fs: enforce fsync_mode=strict for renamed directory
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/5] f2fs: give message and set need_fsck given broken node id

[PATCH 1/3] f2fs: introduce release_discard_addr() for cleanup
 2018-04-26 16:08 UTC  (5+ messages)
` [PATCH 2/3] f2fs: introduce {create, destroy}_discard_caches "
  ` [PATCH 2/3] f2fs: introduce {create,destroy}_discard_caches "
` [PATCH 3/3] f2fs: maintain discard interface separately

[PATCH] f2fs: clear page_error for all the writebacking pages
 2018-04-26 15:16 UTC  (3+ messages)

[PATCH v3] f2fs: build free nid bitmap during flush nat entries
 2018-04-26  6:06 UTC 

[PATCH v2] f2fs: wait IO writeback in commit_inmem_pages()
 2018-04-26  1:36 UTC  (2+ messages)

[PATCH v2] f2fs: build free nid bitmap during flush nat entries
 2018-04-25 13:28 UTC  (3+ messages)

[PATCH] f2fs: allow ssa journal with nat bits enabled
 2018-04-25 13:21 UTC  (2+ messages)

[PATCH v3] f2fs: move mnt_want_write_file after range check
 2018-04-25 13:17 UTC  (2+ messages)

[PATCH] f2fs: fix potential overflow
 2018-04-25 11:38 UTC 

Lack of strictly ordered metadata crash recovery in f2fs
 2018-04-25 11:15 UTC  (3+ messages)

[PATCH] f2fs: build free nid bitmap during flush nat entries
 2018-04-25  1:42 UTC 

[PATCH] f2fs: avoid bug_on on corrupted inode
 2018-04-24 19:47 UTC 

kernel BUG at fs/f2fs/node.c:LINE!
 2018-04-24 16:27 UTC  (8+ messages)

[PATCH v2] f2fs: move mnt_want_write_file after range check
 2018-04-24  9:35 UTC  (2+ messages)

[PATCH v2] f2fs: fix missing clear FI_NO_PREALLOC in some error case
 2018-04-24  9:35 UTC  (2+ messages)

[PATCH] f2fs: fix features filename in sysfs documentation
 2018-04-24  9:34 UTC  (2+ messages)

[PATCH] f2fs: give message and set need_fsck given broken node id
 2018-04-24  5:55 UTC 

[PATCH] f2fs: rename dio_rwsem to i_gc_rwsem
 2018-04-24  2:55 UTC 

[PATCH 1/3] f2fs: fix to wait page writeback during revoking atomic write
 2018-04-23 15:01 UTC  (4+ messages)
` [PATCH 2/3] f2fs: clean up commit_inmem_pages()
` [PATCH 3/3] f2fs: wait IO writeback in commit_inmem_pages()

[PATCH] f2fs: sepearte hot/cold in free nid
 2018-04-23 14:53 UTC  (10+ messages)
` [f2fs-dev] "
` [RFC PATCH] f2fs: load_nat_block() can be static

[PATCH] f2fs: move mnt_want_write_file after range check
 2018-04-23 10:52 UTC  (4+ messages)

[PATCH] f2fs: fix missing clear FI_NO_PREALLOC in some error case
 2018-04-23  8:38 UTC  (2+ messages)

[PATCH] f2fs: do not check F2FS_INLINE_DOTS in recover
 2018-04-23  8:26 UTC  (2+ messages)

[PATCH] f2fs: remove duplicated dquot_initialize and fix error handling
 2018-04-23  8:22 UTC  (2+ messages)

[PATCH] f2fs: check cap_resource only for data blocks
 2018-04-23  8:23 UTC  (2+ messages)

[PATCH] Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
 2018-04-23  8:22 UTC  (2+ messages)

[PATCH] fsck.f2fs: fix stack overflow when reading out nat block
 2018-04-23  7:44 UTC  (2+ messages)

[PATCH] fsck.f2fs: fix to avoid accessing invalid memory address
 2018-04-23  6:01 UTC 

[PATCH] mkfs.f2fs: factor out feature table from mkfs.f2fs
 2018-04-23  3:56 UTC  (2+ messages)

[PATCH] f2fs-tools: add -g to give default options
 2018-04-23  3:53 UTC  (2+ messages)

[PATCH] f2fs: call unlock_new_inode() before d_instantiate()
 2018-04-23  3:25 UTC  (2+ messages)

[PATCH v2 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
 2018-04-23  3:25 UTC  (6+ messages)
` [PATCH v2 1/2] fscrypt: allow synchronous bio decryption
` [PATCH v2 2/2] f2fs: refactor read path to allow multiple postprocessing steps

kernel BUG at fs/f2fs/segment.c:LINE!
 2018-04-21 11:02 UTC 

[PATCH] f2fs: fix to detect failure of dquot_initialize
 2018-04-21  9:53 UTC 

kernel BUG at fs/f2fs/inode.c:LINE!
 2018-04-21  7:02 UTC 

BUG: unable to handle kernel paging request in build_segment_manager
 2018-04-20 18:02 UTC 

KASAN: slab-out-of-bounds Read in build_segment_manager
 2018-04-20 16:55 UTC 

KASAN: use-after-free Read in build_segment_manager
 2018-04-20 16:55 UTC 

[PATCH v2] f2fs: use cur_map instead of ckpt_map
 2018-04-20  7:36 UTC  (9+ messages)

[PATCH 1/5] f2fs: fix race in between GC and atomic open
 2018-04-20  7:25 UTC  (15+ messages)
` [PATCH 2/5] f2fs: fix return value in f2fs_ioc_commit_atomic_write
` [PATCH 3/5] f2fs: avoid stucking GC due to atomic write
` [PATCH 4/5] f2fs: show GC failure info in debugfs
` [PATCH 5/5] f2fs: fix to avoid race during access gc_thread pointer

[PATCH v5] f2fs: stop issue discard if something wrong with f2fs
 2018-04-20  1:41 UTC  (2+ messages)

[PATCH 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
 2018-04-19 14:41 UTC  (10+ messages)
` [PATCH 1/2] fscrypt: allow synchronous bio decryption
` [PATCH 2/2] f2fs: refactor read path to allow multiple postprocessing steps

[PATCH v2 5/5] f2fs: fix to avoid race during access gc_thread pointer
 2018-04-18  9:52 UTC 

[PATCH v2] f2fs: allocate hot_data for atomic write more strictly
 2018-04-18  6:28 UTC  (2+ messages)

[PATCH] f2fs: set deadline to drop expired inmem pages
 2018-04-18  4:14 UTC  (10+ messages)


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).