Linux-f2fs-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
[f2fs-dev] [PATCH] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-20 17:45 UTC  (3+ messages)

[f2fs-dev] [PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals
 2026-07-20 17:43 UTC  (14+ messages)
` [f2fs-dev] [PATCH 1/6] fs: Update outdated comment for SB_INLINECRYPT
` [f2fs-dev] [PATCH 2/6] f2fs: Update outdated comment in f2fs_write_begin()
` [f2fs-dev] [PATCH 3/6] fscrypt: Remove unused function fscrypt_finalize_bounce_page()
` [f2fs-dev] [PATCH 4/6] fscrypt: Update docs for data path
` [f2fs-dev] [PATCH 5/6] blk-crypto: Remove unused function blk_crypto_config_supported()
` [f2fs-dev] [PATCH 6/6] blk-crypto: Update docs for blk-crypto-fallback motivation

[f2fs-dev] [PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-07-20 17:43 UTC  (22+ 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] f2fs: fix to zero post-EOF data when extending file size
 2026-07-20 13:04 UTC  (4+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix to zero post-EOF data when extending file size
 2026-07-20 13:03 UTC 

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

[f2fs-dev] [PATCH] generic/064: allow 50 extents on F2FS after fcollapse
 2026-07-20  8:04 UTC  (6+ messages)

[f2fs-dev] [PATCH] f2fs: validate MOVE_RANGE destination size
 2026-07-20  5:30 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix ifolio leak in f2fs_move_inline_dirents
 2026-07-19  9:05 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix ifolio leak in f2fs_get_new_data_folio
 2026-07-19  9:01 UTC  (3+ messages)

[f2fs-dev] [PATCH v4] f2fs: support dynamic reserve/release for device aliasing
 2026-07-19  8:54 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix dentry folio leak in find_in_level
 2026-07-19  8:45 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH] f2fs: fix folio_nr_pages() race after put in large folio invalidate
 2026-07-19  7:25 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: introduce gcless mount option to avoid foreground GC
 2026-07-18  7:51 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] common/rc: support f2fs in _require_fanotify_ioerrors()
 2026-07-17 10:47 UTC  (5+ messages)

[f2fs-dev] [PATCH v3 0/2] f2fs: pack same-inode blocks by inode during FG_GC
 2026-07-16  6:49 UTC  (3+ messages)
  ` [f2fs-dev] [PATCH v3 1/2] f2fs: extract do_migrate_one_data_block() helper for GC migration
    ` [f2fs-dev] [PATCH v3 2/2] f2fs: pack same-inode blocks by inode during FG_GC

[f2fs-dev] [PATCH] f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()
 2026-07-16  2:59 UTC 

[f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
 2026-07-15  4:37 UTC  (15+ 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 v7] f2fs: protect gc task pointer during teardown
 2026-07-14  3:55 UTC  (4+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2026-07-14  3:00 UTC 

[f2fs-dev] [PATCH] f2fs: fix to avoid potential section-unaligned pinfile
 2026-07-14  3:00 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: embed f2fs_gc_kthread in f2fs_sb_info
 2026-07-14  3:00 UTC  (2+ messages)

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

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

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

[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] [PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 23:11 UTC  (11+ messages)

[f2fs-dev] [RFC PATCH 3/9] f2fs: support regular file buffered writes on large folios
 2026-07-10  7:54 UTC  (5+ messages)

[f2fs-dev] [RFC PATCH v2 01/10] f2fs: extend folio state for large folio write path
 2026-07-10  3:05 UTC  (6+ messages)

[f2fs-dev] [RFC PATCH v2 02/10] f2fs: carry subpage offset and count in write IO
 2026-07-10  3:04 UTC  (3+ messages)

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

[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 v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 20:27 UTC  (21+ messages)
` [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 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


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