public inbox for linux-f2fs-devel@lists.sourceforge.net
 help / color / mirror / Atom feed
[f2fs-dev] [PATCH 1/2] f2fs: disallow setting an extension to both cold and hot
 2026-04-10 15:05 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()

[f2fs-dev] [PATCH] generic/050: handle f2fs as nojournal filesystem
 2026-04-10 13:18 UTC 

[f2fs-dev] [PATCH] f2fs: fix uninitialized kobject put in f2fs_init_sysfs()
 2026-04-10 12:47 UTC 

[f2fs-dev] [PATCH v3 0/1] f2fs: fix deadlock in serializing io
 2026-04-10 10:53 UTC  (2+ messages)
` [f2fs-dev] [PATCH v3 1/1] "

[f2fs-dev] [PATCH v2 0/1] f2fs: fix deadlock in serializing io
 2026-04-10 10:19 UTC  (2+ messages)
` [f2fs-dev] [PATCH v2 1/1] "

[f2fs-dev] [bug report] f2fs: avoid reading already updated pages during GC
 2026-04-10 10:15 UTC 

[f2fs-dev] [PATCH] f2fs: another way to set large folio by remembering inode number
 2026-04-10  1:16 UTC  (2+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH] f2fs: do not support mmap write for large folio
 2026-04-10  1:15 UTC  (6+ messages)
` [f2fs-dev] [PATCH v3] "

[f2fs-dev] [PATCH] f2fs_io: fix length for setxattr
 2026-04-09 13:46 UTC 

[f2fs-dev] [PATCH 1/2] f2fs_io: support xattr(large_folio)
 2026-04-09 13:46 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs_io: user O_RDONLY for fadvise

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

[f2fs-dev] [PATCH] f2fs: add page-order information for large folio reads in iostat
 2026-04-08  6:08 UTC 

[f2fs-dev] [PATCH] f2fs: fix deadlock in serializing io
 2026-04-07 10:03 UTC 

[f2fs-dev] [PATCH] f2fs: allow empty mount string for Opt_usr|grp|projjquota
 2026-04-06 17:34 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH] f2fs: fix node_cnt race between extent node destroy and writeback
 2026-04-03 14:40 UTC 

[f2fs-dev] [PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [f2fs-dev] [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[f2fs-dev] [PATCH v2] f2fs: invalidate block device page cache on umount
 2026-04-02 16:30 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2026-04-02 16:30 UTC 

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

[f2fs-dev] [PATCH] f2fs: Add trace_f2fs_fault_report
 2026-04-02 11:45 UTC 

[f2fs-dev] [PATCH] common/rc: support f2fs in _require_fanotify_ioerrors()
 2026-04-01  6:19 UTC  (5+ messages)

[f2fs-dev] [PATCH v2] f2fs: evict: truncate page cache before clear_inode
 2026-03-31 15:24 UTC  (4+ messages)

[f2fs-dev] [BUG] f2fs/fscrypt: KASAN: null-ptr-deref in fscrypt_decrypt_pagecache_blocks
 2026-03-29  0:44 UTC 

[f2fs-dev] [PATCH v2] f2fs: support to report fserror
 2026-03-28  8:36 UTC 

[f2fs-dev] [PATCH] f2fs: support to report fserror
 2026-03-28  8:27 UTC  (5+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: add a sanity check in update_data_blkaddr()
 2026-03-28  3:02 UTC 

[f2fs-dev] [PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (54+ messages)
` [f2fs-dev] [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [f2fs-dev] [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [f2fs-dev] [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [f2fs-dev] [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [f2fs-dev] [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [f2fs-dev] [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [f2fs-dev] [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [f2fs-dev] [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [f2fs-dev] [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [f2fs-dev] [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [f2fs-dev] [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [f2fs-dev] [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [f2fs-dev] [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [f2fs-dev] [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [f2fs-dev] [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [f2fs-dev] [PATCH v5 18/25] xfs: add fs-verity support
` [f2fs-dev] [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [f2fs-dev] [PATCH v5 20/25] xfs: add fs-verity ioctls
` [f2fs-dev] [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [f2fs-dev] [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [f2fs-dev] [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata
` [f2fs-dev] [PATCH v5 24/25] xfs: add fsverity traces
` [f2fs-dev] [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag

[f2fs-dev] [PATCH 1/2] hung_task: replace blocker_mutex with encoded blocker
 2026-03-25 15:03 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: fix potential deadlock in f2fs_balance_fs()
 2026-03-25 13:37 UTC 

[f2fs-dev] [PATCH v3] f2fs: fix to freeze GC and discard threads quickly
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix false alarm of lockdep on cp_global_sem lock
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH v5 1/4] f2fs: refactor f2fs_move_node_folio function
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH 0/2] f2fs: fix data consistency issue caused by nat_entry flag
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH v4 1/2] f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()
 2026-03-24 17:32 UTC  (4+ messages)
` [f2fs-dev] [PATCH v4 2/2] f2fs: fix fiemap boundary handling when read extent cache is incomplete

[f2fs-dev] [PATCH v2] f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix to skip empty sections in f2fs_get_victim
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fsverity updates for 6.3
 2026-03-24 17:32 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: drop unused ri parameter from truncate_partial_nodes()
 2026-03-24 17:32 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2026-03-24 17:32 UTC 

[f2fs-dev] [PATCH] f2fs: fix use-after-free in f2fs_compress_write_end_io()
 2026-03-24 17:32 UTC  (11+ messages)
  ` [f2fs-dev] [PATCH] f2fs: fix use-after-free of sbi "
  ` [f2fs-dev] [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
  ` [f2fs-dev] [PATCH v4] "

[f2fs-dev] [PATCH v3 1/2] f2fs: call f2fs_handle_critical_error() to set cp_error flag
 2026-03-24 17:32 UTC  (3+ messages)
` [f2fs-dev] [PATCH v3 2/2] f2fs: use more generic f2fs_stop_checkpoint()

[f2fs-dev] [PATCH] f2fs: invalidate block device page cache on umount
 2026-03-24  9:36 UTC  (10+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix to preserve previous reserve_{blocks, node} value when remount
 2026-03-24  7:56 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] f2fs: annotate data races around fi->i_flags
 2026-03-24  0:26 UTC 

[f2fs-dev] [PATCH v3 1/2] f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()
 2026-03-23 12:29 UTC  (8+ messages)
` [f2fs-dev] [PATCH v3 2/2] f2fs: fix fiemap boundary handling when read extent cache is incomplete

[f2fs-dev] [PATCH 1/2] common/config: export F2FS_RESIZE_PROG
 2026-03-23  9:35 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs/024: add testcase to check resize corrupting root inode

[f2fs-dev] [syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-20 11:20 UTC  (4+ messages)


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