linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-28 22:30:22 to 2022-05-13 23:26:31 UTC [more...]

[f2fs-dev] [PATCH v2 0/7] test_dummy_encryption fixes and cleanups
 2022-05-13 23:26 UTC  (21+ messages)
` [f2fs-dev] [PATCH v2 1/7] ext4: only allow test_dummy_encryption when supported
` [f2fs-dev] [PATCH v2 2/7] f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
` [f2fs-dev] [PATCH v2 3/7] fscrypt: factor out fscrypt_policy_to_key_spec()
` [f2fs-dev] [PATCH v2 4/7] fscrypt: add new helper functions for test_dummy_encryption
` [f2fs-dev] [PATCH v2 5/7] ext4: fix up test_dummy_encryption handling for new mount API
` [f2fs-dev] [PATCH v2 6/7] f2fs: use the updated test_dummy_encryption helper functions
` [f2fs-dev] [PATCH v2 7/7] fscrypt: remove fscrypt_set_test_dummy_encryption()

[f2fs-dev] [PATCH v3 0/5] test_dummy_encryption fixes and cleanups
 2022-05-13 23:16 UTC  (6+ messages)
` [f2fs-dev] [PATCH v3 1/5] ext4: fix memory leak in parse_apply_sb_mount_options()
` [f2fs-dev] [PATCH v3 2/5] ext4: only allow test_dummy_encryption when supported
` [f2fs-dev] [PATCH v3 3/5] ext4: fix up test_dummy_encryption handling for new mount API
` [f2fs-dev] [PATCH v3 4/5] f2fs: use the updated test_dummy_encryption helper functions
` [f2fs-dev] [PATCH v3 5/5] fscrypt: remove fscrypt_set_test_dummy_encryption()

[f2fs-dev] [PATCH] f2fs: fix to do sanity check for inline inode
 2022-05-13 21:35 UTC  (9+ messages)

[f2fs-dev] [PATCH] f2fs: separate NOCoW and pinfile semantics
 2022-05-13 17:58 UTC  (4+ messages)

[f2fs-dev] [PATCH 1/2] f2fs-tools: build silently
 2022-05-13 17:52 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs-tools: upgrade version 1.15.0

[f2fs-dev] [PATCH] fsck.f2fs: fix broken file_map output
 2022-05-13 16:55 UTC 

[f2fs-dev] [PATCH] f2fs-tools: show segment/section layout correctly
 2022-05-13 16:50 UTC 

[f2fs-dev] [PATCH 1/5] f2fs: stop allocating pinned sections if EAGAIN happens
 2022-05-12 21:54 UTC  (26+ messages)
` [f2fs-dev] [PATCH 2/5] f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
  ` [f2fs-dev] [PATCH 2/5 v2] "
` [f2fs-dev] [PATCH 3/5] f2fs: keep wait_ms if EAGAIN happens
` [f2fs-dev] [PATCH 4/5] f2fs: do not stop GC when requiring a free section
  ` [f2fs-dev] [PATCH 4/5 v2] "
` [f2fs-dev] [PATCH 5/5] f2fs: don't need inode lock for system hidden quota

[f2fs-dev] [PATCH] f2fs: fix error code in f2fs_ioc_start_atomic_write()
 2022-05-12 16:15 UTC  (5+ messages)

[f2fs-dev] [PATCH v4 00/10] Clean up the case-insensitive lookup path
 2022-05-12  5:48 UTC  (18+ messages)
` [f2fs-dev] [PATCH v4 01/10] ext4: Match the f2fs ci_compare implementation
` [f2fs-dev] [PATCH v4 02/10] ext4: Simplify the handling of cached insensitive names
` [f2fs-dev] [PATCH v4 03/10] f2fs: "
` [f2fs-dev] [PATCH v4 04/10] ext4: Implement ci comparison using unicode_name
` [f2fs-dev] [PATCH v4 05/10] ext4: Simplify hash check on ext4_match
` [f2fs-dev] [PATCH v4 06/10] ext4: Log error when lookup of encoded dentry fails
` [f2fs-dev] [PATCH v4 07/10] ext4: Move ext4_match_ci into libfs
` [f2fs-dev] [PATCH v4 08/10] f2fs: Reuse generic_ci_match for ci comparisons
` [f2fs-dev] [PATCH v4 09/10] ext4: Move CONFIG_UNICODE defguards into the code flow
` [f2fs-dev] [PATCH v4 10/10] f2fs: "

[f2fs-dev] [SPAM] Your kind attention
 2022-05-12  4:32 UTC 

[f2fs-dev] [PATCH] f2fs: fix hungtask when decompressed fail
 2022-05-11  7:14 UTC 

[f2fs-dev] [PATCH v3 0/7] Clean up the case-insenstive lookup path
 2022-05-09 22:29 UTC  (11+ messages)
` [f2fs-dev] [PATCH v3 1/7] ext4: Match the f2fs ci_compare implementation
` [f2fs-dev] [PATCH v3 2/7] ext4: Simplify the handling of cached insensitive names
` [f2fs-dev] [PATCH v3 3/7] ext4: Implement ci comparison using unicode_name
` [f2fs-dev] [PATCH v3 4/7] ext4: Simplify hash check on ext4_match
` [f2fs-dev] [PATCH v3 5/7] ext4: Log error when lookup of encoded dentry fails
` [f2fs-dev] [PATCH v3 6/7] ext4: Move ext4_match_ci into libfs
` [f2fs-dev] [PATCH v3 7/7] f2fs: Reuse generic_ci_match for ci comparisons

[f2fs-dev] [PATCH v2 0/3] support compressed file write/read amplifiction
 2022-05-07  8:17 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2 1/3] f2fs: intorduce f2fs_all_cluster_page_ready
` [f2fs-dev] [PATCH v2 2/3] f2fs: use onstack pages instead of pvec
` [f2fs-dev] [PATCH v2 3/3] f2fs: support compressed file write/read amplifiction

[f2fs-dev] [PATCH] f2fs: skip GC if possible when checkpoint disabling
 2022-05-07  3:38 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: kill volatile write support
 2022-05-06 23:23 UTC 

[f2fs-dev] [PATCH v4] f2fs: fix to do sanity check on total_data_blocks
 2022-05-06 23:22 UTC  (2+ messages)

[f2fs-dev] [PATCH v4] f2fs: avoid to select pinned section during checkpoint=disable
 2022-05-06 18:13 UTC  (2+ messages)

[f2fs-dev] [PATCH v6] f2fs: give priority to select unpinned section for foreground GC
 2022-05-06 10:30 UTC 

[f2fs-dev] [PATCH 0/3] *** support compressed file write amplifiction accounting ***
 2022-05-06  8:13 UTC  (6+ messages)
` [f2fs-dev] [PATCH 1/3] f2fs: intorduce f2fs_all_cluster_page_uptodate
` [f2fs-dev] [PATCH 2/3] f2fs: use onstack pages instead of pvec
` [f2fs-dev] [PATCH 3/3] f2fs: support compressed file write amplifiction accounting

[f2fs-dev] [PATCH v3] f2fs: fix to do sanity check on total_data_blocks
 2022-05-06  1:27 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix to do sanity check on total_data_blocks
 2022-05-06  0:53 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: write checkpoint during FG_GC
 2022-05-05 11:35 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: avoid to select pinned section during checkpoint=disable
  ` [f2fs-dev] [PATCH 2/2 v2] "

[f2fs-dev] [PATCH 00/16] support non power of 2 zoned devices
 2022-05-05  7:28 UTC  (25+ messages)
    ` [f2fs-dev] [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
    ` [f2fs-dev] [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [f2fs-dev] [PATCH 06/16] nvmet: use blk_queue_zone_no()
    ` [f2fs-dev] [PATCH 13/16] null_blk: allow non power of 2 zoned devices
    ` [f2fs-dev] [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
    ` [f2fs-dev] [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed

[f2fs-dev] [Bug 215935] New: kernel hangs when invoking system calls
 2022-05-05  3:45 UTC  (3+ messages)
` [f2fs-dev] [Bug 215935] "

[f2fs-dev] [PATCH v3] f2fs: fix deadloop in foreground GC
 2022-05-04  6:09 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix deadloop in foreground GC
 2022-05-04  1:47 UTC 

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on total_data_blocks
 2022-05-04  0:42 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix deadloop in foreground GC
 2022-05-03 16:24 UTC 

[f2fs-dev] [PATCH] f2fs: fix deadloop in foreground GC
 2022-05-04  0:39 UTC  (3+ messages)

[f2fs-dev] 2nd Quater puchase request
 2022-05-03 14:48 UTC 

[f2fs-dev] [Bug 215905] New: BUG: KASAN: slab-out-of-bounds in f2fs_allocate_data_block+0x23d0/0x31f0
 2022-05-03  0:56 UTC  (4+ messages)
` [f2fs-dev] [Bug 215905] "

[f2fs-dev] [Bug 215904] New: kernel BUG at fs/f2fs/inode.c:825!
 2022-05-03  0:56 UTC  (6+ messages)
` [f2fs-dev] [Bug 215904] "

[f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system
 2022-05-03  0:56 UTC  (4+ messages)
` [f2fs-dev] [Bug 215900] "

[f2fs-dev] [Bug 215929] New: kernel deadlocks while performing file operations
 2022-05-02 21:16 UTC  (4+ messages)
` [f2fs-dev] [Bug 215929] "

[f2fs-dev] [SPAM] proposal UAE
 2022-05-01 20:20 UTC 

[f2fs-dev] [PATCH] f2fs: fix to clear dirty inode in f2fs_evict_inode()
 2022-04-30 13:19 UTC 

[f2fs-dev] [Bug 215895] New: kernel BUG at fs/inode.c:611!
 2022-04-30  7:34 UTC  (3+ messages)
` [f2fs-dev] [Bug 215895] "

[f2fs-dev] [Bug 215916] New: kernel BUG at fs/f2fs/segment.c:2560!
 2022-04-30  7:34 UTC  (6+ messages)
` [f2fs-dev] [Bug 215916] "

[f2fs-dev] [Bug 215914] New: kernel hangs after mounting the image
 2022-04-30  7:33 UTC  (3+ messages)
` [f2fs-dev] [Bug 215914] "

[f2fs-dev] [PATCH v2 7/7] f2fs: Reuse generic_ci_match for ci comparisons
 2022-04-29 17:36 UTC  (3+ messages)

[f2fs-dev] Consulting and project financing
 2022-04-29 16:16 UTC 

[f2fs-dev] [PATCH v2 0/7] Clean up the case-insenstive lookup path
 2022-04-29  5:39 UTC  (7+ messages)
` [f2fs-dev] [PATCH v2 1/7] ext4: Match the f2fs ci_compare implementation
` [f2fs-dev] [PATCH v2 2/7] ext4: Simplify the handling of cached insensitive names
` [f2fs-dev] [PATCH v2 4/7] ext4: Simplify hash check on ext4_match
` [f2fs-dev] [PATCH v2 5/7] ext4: Log error when lookup of encoded dentry fails
` [f2fs-dev] [PATCH v2 6/7] ext4: Move ext4_match_ci into libfs


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