Linux-f2fs-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-26 05:25:42 to 2026-07-13 08:33:41 UTC [more...]

[f2fs-dev] [PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-07-13  8:32 UTC  (19+ messages)
` [f2fs-dev] [PATCH v3 01/17] blk-crypto: Simplify check for fallback support
` [f2fs-dev] [PATCH v3 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [f2fs-dev] [PATCH v3 03/17] blk-crypto: Allow control over whether hardware is used
` [f2fs-dev] [PATCH v3 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [f2fs-dev] [PATCH v3 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [f2fs-dev] [PATCH v3 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [f2fs-dev] [PATCH v3 07/17] ext4: Remove fs-layer file contents en/decryption code
` [f2fs-dev] [PATCH v3 08/17] ext4: Make ext4_bio_write_folio() return void
` [f2fs-dev] [PATCH v3 09/17] ext4: Further de-generalize the bio postprocessing code
` [f2fs-dev] [PATCH v3 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [f2fs-dev] [PATCH v3 11/17] fs/buffer: Remove fs-layer decryption code
` [f2fs-dev] [PATCH v3 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [f2fs-dev] [PATCH v3 13/17] fscrypt: Remove fscrypt_dio_supported()
` [f2fs-dev] [PATCH v3 14/17] fscrypt: Remove fs-layer zeroout code
` [f2fs-dev] [PATCH v3 15/17] fscrypt: Remove unused functions and workqueue
` [f2fs-dev] [PATCH v3 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [f2fs-dev] [PATCH v3 17/17] fscrypt: Add safety checks to non-block-based en/decryption

[f2fs-dev] [PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-13  8:16 UTC  (24+ messages)
` [f2fs-dev] [PATCH v11 01/20] fsverity: report validation errors through fserror to fsnotify
` [f2fs-dev] [PATCH v11 02/20] fsverity: expose ensure_fsverity_info()
` [f2fs-dev] [PATCH v11 03/20] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [f2fs-dev] [PATCH v11 04/20] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [f2fs-dev] [PATCH v11 05/20] fsverity: improve flushing performance of fsverity_fill_zerohash
` [f2fs-dev] [PATCH v11 06/20] fsverity: don't allow setting DAX file attribute on fsverity files
` [f2fs-dev] [PATCH v11 07/20] xfs: introduce fsverity on-disk changes
` [f2fs-dev] [PATCH v11 08/20] xfs: initialize fs-verity on file open
` [f2fs-dev] [PATCH v11 09/20] xfs: don't allow to enable DAX on fs-verity sealed inode
` [f2fs-dev] [PATCH v11 10/20] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [f2fs-dev] [PATCH v11 11/20] xfs: disable direct read path for fs-verity files
` [f2fs-dev] [PATCH v11 12/20] xfs: handle fsverity I/O in write/read path
` [f2fs-dev] [PATCH v11 13/20] xfs: use read ioend for fsverity data verification
` [f2fs-dev] [PATCH v11 14/20] xfs: add fs-verity support
` [f2fs-dev] [PATCH v11 15/20] xfs: remove unwritten extents after preallocations in fsverity metadata
` [f2fs-dev] [PATCH v11 16/20] xfs: add fs-verity ioctls
` [f2fs-dev] [PATCH v11 17/20] xfs: advertise fs-verity being available on filesystem
` [f2fs-dev] [PATCH v11 18/20] xfs: check and repair the verity inode flag state
` [f2fs-dev] [PATCH v11 19/20] xfs: introduce health state for corrupted fsverity metadata
` [f2fs-dev] [PATCH v11 20/20] xfs: enable ro-compat fs-verity flag

[f2fs-dev] [PATCH] f2fs: fix ifolio leak in f2fs_move_inline_dirents
 2026-07-13  6:40 UTC 

[f2fs-dev] [PATCH] f2fs: fix dentry folio leak in find_in_level
 2026-07-13  6:36 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix ifolio leak in f2fs_get_new_data_folio
 2026-07-13  6:16 UTC 

[f2fs-dev] [PATCH] f2fs: fix ifolio leak in f2fs_get_new_data_folio
 2026-07-13  6:02 UTC 

[f2fs-dev] [PATCH] f2fs: issue multi-device flushes in parallel
 2026-07-13  5:57 UTC 

[f2fs-dev] [syzbot] Monthly f2fs report (Jul 2026)
 2026-07-11 12:32 UTC 

[f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
 2026-07-11  1:06 UTC  (10+ messages)
` [f2fs-dev] [PATCHv2 1/5] fs: add direct io attributes to file_getattr
` [f2fs-dev] [PATCHv2 2/5] block: report direct io attributes through file_getattr
` [f2fs-dev] [PATCHv2 3/5] xfs: "
` [f2fs-dev] [PATCHv2 4/5] ext4: "
` [f2fs-dev] [PATCHv2 5/5] f2fs: "

[f2fs-dev] [PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 23:11 UTC  (11+ messages)

[f2fs-dev] [RFC PATCH 0/9] f2fs: support & optimize large folios for writable files
 2026-07-10  7:54 UTC  (7+ messages)
` [f2fs-dev] [RFC PATCH 3/9] f2fs: support regular file buffered writes on large folios

[f2fs-dev] [RFC PATCH v2 00/10] f2fs: support & optimize large folios for writable files
 2026-07-10  3:05 UTC  (12+ messages)
` [f2fs-dev] [RFC PATCH v2 01/10] f2fs: extend folio state for large folio write path
` [f2fs-dev] [RFC PATCH v2 02/10] f2fs: carry subpage offset and count in write IO

[f2fs-dev] [PATCH v2 1/2] f2fs: quota: do not use GFP_NOFS in f2fs_quota_read()
 2026-07-08 16:01 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2 2/2] f2fs: drop FGP_NOFS in f2fs_write_begin()

[f2fs-dev] [PATCH] f2fs: reject overlapping move range after len expansion
 2026-07-08  6:54 UTC 

[f2fs-dev] [PATCH v2] common/rc: support f2fs in _require_fanotify_ioerrors()
 2026-07-08  6:03 UTC  (4+ messages)

[f2fs-dev] [PATCH v7] f2fs: protect gc task pointer during teardown
 2026-07-08  3:21 UTC  (2+ messages)

[f2fs-dev] [PATCH] inject.f2fs: fix injecting nat/sit journal in compact summary
 2026-07-08  2:34 UTC  (3+ messages)

[f2fs-dev] [PATCH v2 1/2] f2fs: use BIT_ULL() for mount option bits
 2026-07-07 22:54 UTC  (2+ messages)
  ` [f2fs-dev] [PATCH v2 2/2] f2fs: introduce gcless mount option to avoid foreground GC

[f2fs-dev] [PATCH 1/2] f2fs: quota: do not use GFP_NOFS in f2fs_quota_read()
 2026-07-07  9:53 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: quota: use memalloc_nofs_{save, restore} instead of FGP_NOFS

[f2fs-dev] [PATCH] f2fs: introduce gcless mount option to avoid foreground GC
 2026-07-07  8:29 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: embed f2fs_gc_kthread in f2fs_sb_info
 2026-07-06 12:33 UTC 

[f2fs-dev] [PATCH] f2fs: fix to zero post-EOF data when extending file size
 2026-07-06  7:26 UTC 

[f2fs-dev] [PATCH v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 20:27 UTC  (23+ messages)
` [f2fs-dev] [PATCH v2 01/17] blk-crypto: Simplify check for fallback support
` [f2fs-dev] [PATCH v2 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [f2fs-dev] [PATCH v2 03/17] blk-crypto: Allow control over whether hardware is used
` [f2fs-dev] [PATCH v2 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [f2fs-dev] [PATCH v2 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [f2fs-dev] [PATCH v2 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [f2fs-dev] [PATCH v2 07/17] ext4: Remove fs-layer file contents en/decryption code
` [f2fs-dev] [PATCH v2 08/17] ext4: Make ext4_bio_write_folio() return void
` [f2fs-dev] [PATCH v2 09/17] ext4: Further de-generalize the bio postprocessing code
` [f2fs-dev] [PATCH v2 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [f2fs-dev] [PATCH v2 11/17] fs/buffer: Remove fs-layer decryption code
` [f2fs-dev] [PATCH v2 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [f2fs-dev] [PATCH v2 13/17] fscrypt: Remove fscrypt_dio_supported()
` [f2fs-dev] [PATCH v2 14/17] fscrypt: Remove fs-layer zeroout code
` [f2fs-dev] [PATCH v2 15/17] fscrypt: Remove unused functions and workqueue
` [f2fs-dev] [PATCH v2 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [f2fs-dev] [PATCH v2 17/17] fscrypt: Add safety checks to non-block-based en/decryption

[f2fs-dev] [PATCH v2 11/18] f2fs: convert iomap ops to ->iomap_next()
 2026-07-03 10:37 UTC  (11+ messages)
` [f2fs-dev] [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops

[f2fs-dev] [PATCH] f2fs: fix to avoid potential section-unaligned pinfile
 2026-07-03  0:17 UTC  (6+ messages)

[f2fs-dev] [RFC PATCH v2 0/5] f2fs: introduce inline extent mapping for inode data blocks
 2026-07-02 14:30 UTC  (4+ messages)

[f2fs-dev] [PATCH 1/3] f2fs-tools: Build f2fs-tools with _FILE_OFFSET_BITS=64
 2026-07-02  7:31 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs_io: add include dir
` [f2fs-dev] [PATCH 3/3] f2fs-tools: fix build failure on mac

[f2fs-dev] [PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-07-01 17:33 UTC  (9+ messages)
` [f2fs-dev] [PATCH v7 01/11] fstests: add _loop_image_create_clone() helper
` [f2fs-dev] [PATCH v7 04/11] fstests: add _require_unique_f_fsid() helper
` [f2fs-dev] [PATCH v7 05/11] fstests: verify fanotify isolation on cloned filesystems
` [f2fs-dev] [PATCH v7 06/11] fstests: verify f_fsid for "

[f2fs-dev] [PATCH 1/2] fsck.f2fs: fix meta readahead after non-contiguous blocks
 2026-07-01  9:28 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] fsck.f2fs: read each sit block only once in build_sit_entries

[f2fs-dev] [PATCH v6] f2fs: protect gc task pointer during teardown
 2026-06-30 14:11 UTC  (3+ messages)

[f2fs-dev] [PATCH] generic/064: allow 50 extents on F2FS after fcollapse
 2026-06-30 12:09 UTC  (4+ messages)

[f2fs-dev] [PATCH v2 1/2] f2fs: extract do_migrate_one_data_block() helper for GC migration
 2026-06-30 10:23 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2 0/2] f2fs: pack same-inode blocks by inode during FG_GC
    ` [f2fs-dev] [PATCH v2 2/2] "
        ` [f2fs-dev] (2) "
          ` [f2fs-dev] (3) "

[f2fs-dev] [PATCH] f2fs: limit recovery filename logging to stored length
 2026-06-30  8:23 UTC 

[f2fs-dev] [PATCH] f2fs: validate MOVE_RANGE destination size
 2026-06-30  3:17 UTC 

[f2fs-dev] [PATCH v2] common/f2fs: introduce _require_f2fs_io_command
 2026-06-29 15:55 UTC  (2+ messages)

[f2fs-dev] [PATCH v5] f2fs: protect published gc_thread during teardown
 2026-06-29 14:03 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: embed f2fs_gc_kthread in f2fs_sb_info
 2026-06-29 13:11 UTC 

[f2fs-dev] [PATCH] f2fs: Remove unused curseg_segno() and curseg_alloc_type()
 2026-06-29 12:01 UTC  (2+ messages)

[f2fs-dev] general protection fault in f2fs_in_warm_node_list
 2026-06-29 11:45 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: skip preallocation for mapped buffered overwrites
 2026-06-29 11:35 UTC 

[f2fs-dev] Use of FGP_NOFS in f2fs
 2026-06-29 11:20 UTC  (7+ messages)

[f2fs-dev] [PATCH] f2fs: wait for decompress contexts before teardown
 2026-06-29  5:28 UTC 

[f2fs-dev] [PATCH v2] f2fs_io: adapt w/ page_size in aligned_xalloc()
 2026-06-29  1:41 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix FG GC failure when file in victim is pinned
 2026-06-26  8:12 UTC  (5+ messages)

[f2fs-dev] [PATCH 00/16] fscrypt: Standardize on blk-crypto
 2026-06-26  5:33 UTC  (19+ messages)
` [f2fs-dev] [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` [f2fs-dev] [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` [f2fs-dev] [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` [f2fs-dev] [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [f2fs-dev] [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` [f2fs-dev] [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` [f2fs-dev] [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` [f2fs-dev] [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [f2fs-dev] [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox