public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 23:20:55 to 2026-02-18 23:06:15 UTC [more...]

[PATCH v3 00/35] fs-verity support for XFS with post EOF merkle tree
 2026-02-18 23:06 UTC  (58+ messages)
` [PATCH v3 01/35] fsverity: report validation errors back to the filesystem
` [PATCH v3 02/35] fsverity: expose ensure_fsverity_info()
` [PATCH v3 03/35] fsverity: add consolidated pagecache offset for metadata
` [PATCH v3 04/35] fsverity: generate and store zero-block hash
` [PATCH v3 05/35] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v3 06/35] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v3 07/35] iomap: introduce IOMAP_F_FSVERITY
` [PATCH v3 08/35] iomap: don't limit fsverity metadata by EOF in writeback
` [PATCH v3 10/35] iomap: issue readahead for fsverity merkle tree
` [PATCH v3 11/35] iomap: allow filesystem to read fsverity metadata beyound EOF
` [PATCH v3 12/35] iomap: let fsverity verify holes
` [PATCH v3 13/35] xfs: use folio host instead of file struct
` [PATCH v3 14/35] xfs: add fs-verity ro-compat flag
` [PATCH v3 15/35] xfs: add inode on-disk VERITY flag
` [PATCH v3 16/35] xfs: initialize fs-verity on file open
` [PATCH v3 17/35] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v3 18/35] xfs: disable direct read path for fs-verity files
` [PATCH v3 19/35] xfs: introduce XFS_FSVERITY_CONSTRUCTION inode flag
` [PATCH v3 20/35] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v3 21/35] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v3 22/35] xfs: add iomap write/writeback and reading of Merkle tree pages
` [PATCH v3 23/35] xfs: add helper to check that inode data need fsverity verification
` [PATCH v3 24/35] xfs: use read ioend for fsverity data verification
` [PATCH v3 25/35] xfs: add helpers to convert between pagecache and on-disk offset
` [PATCH v3 26/35] xfs: add a helper to decide if bmbt record needs offset conversion
` [PATCH v3 27/35] xfs: use different on-disk and pagecache offset for fsverity
` [PATCH v3 28/35] xfs: add fs-verity support
` [PATCH v3 29/35] xfs: add fs-verity ioctls
` [PATCH v3 30/35] xfs: advertise fs-verity being available on filesystem
` [PATCH v3 31/35] xfs: check and repair the verity inode flag state
` [PATCH v3 32/35] xfs: report verity failures through the health system
` [PATCH v3 33/35] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v3 34/35] xfs: add fsverity traces
` [PATCH v3 35/35] xfs: enable ro-compat fs-verity flag

[RFC 0/1] Shrinking rwsem
 2026-02-18 23:06 UTC  (10+ messages)
` [RFC 1/1] rwsem: Shrink rwsem by one pointer

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18 23:04 UTC  (10+ messages)
  ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-18 22:55 UTC  (13+ messages)
` [PATCH v3 1/3] kernfs: allow passing fsnotify event types
` [PATCH v3 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v3 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2026-02-18 22:13 UTC  (10+ messages)
` [PATCH v2 1/2] "
              ` [PATCH v6] hfs: update sanity check of the root record

[PATCH] hfs: evaluate the upper 32bits for detecting overflow
 2026-02-18 22:07 UTC  (10+ messages)

[linux-next20260216]Warnings at mm/page_counter.c:60 at page_counter_cancel+0x110/0x134, CPU#24: kworker/24:3/1074770
 2026-02-18 21:43 UTC  (4+ messages)

[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
 2026-02-18 21:43 UTC  (20+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "

[PATCH v4 0/3] fsverity: remove fsverity_verify_page()
 2026-02-18 21:41 UTC  (7+ messages)
` [PATCH v4 1/3] f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
` [PATCH v4 2/3] f2fs: make f2fs_verify_cluster() partially large-folio-aware
` [PATCH v4 3/3] fsverity: remove fsverity_verify_page()

[PATCH] fsverity: fix build error by adding fsverity_readahead() stub
 2026-02-18 21:41 UTC  (3+ messages)

[next-20260216]NULL pointer dereference in drain_obj_stock() (RCU free path)
 2026-02-18 21:25 UTC  (4+ messages)

[PATCH RFC] block: enable RWF_DONTCACHE for block devices
 2026-02-18 21:13 UTC 

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-02-18 21:04 UTC  (27+ messages)
      ` [Lsf-pc] "

[PATCH] hfs/hfsplus: fix timestamp wrapped issue
 2026-02-18 20:56 UTC  (5+ messages)

[PATCH] hfsplus: Fix error pointer dereference
 2026-02-18 20:44 UTC  (2+ messages)

[PATCH v3 0/4] O_REGULAR flag support for open
 2026-02-18 19:44 UTC  (12+ messages)
` [PATCH v3 1/4] open: new O_REGULAR flag support

[GIT PULL] sysctl changes for v7.00-rc1
 2026-02-18 19:05 UTC  (2+ messages)

inconsistent lock state in the new fserror code
 2026-02-18 19:00 UTC  (6+ messages)

[PATCH v2 2/2] fat: Add FS_IOC_SETFSLABEL ioctl
 2026-02-18 18:42 UTC  (2+ messages)

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-18 18:05 UTC  (9+ messages)
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-02-18 17:41 UTC  (9+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v2 4/5] xfs: only flush when COW fork blocks overlap data fork holes

[GIT PULL] ntfs3: changes for 7.0
 2026-02-18 16:53 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] VFS idmappings support in NFS
 2026-02-18 16:39 UTC  (8+ messages)

[PATCH v2 0/2] fat: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls
 2026-02-18 16:26 UTC  (8+ messages)
` [PATCH v2 2/2] fat: Add FS_IOC_SETFSLABEL ioctl
` [syzbot ci] Re: fat: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-02-18 15:36 UTC 

[LSF/MM/BPF TOPIC] A common project for file system performance testing
 2026-02-18 15:31 UTC  (2+ messages)

[PATCH v4 0/4] openat2: new OPENAT2_REGULAR flag support
 2026-02-18 15:23 UTC  (3+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-18 15:08 UTC  (5+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[LSF/MM/BPF TOPIC] File system testing
 2026-02-18 15:07 UTC 

[PATCH RFC v3 0/4] pidfd: add CLONE_AUTOREAP and CLONE_PIDFD_AUTOKILL
 2026-02-18 14:00 UTC  (16+ messages)
` [PATCH RFC v3 1/4] clone: add CLONE_AUTOREAP
` [PATCH RFC v3 2/4] pidfd: add CLONE_PIDFD_AUTOKILL

[PATCH v2 0/3] 9p: Performance improvements for build workloads
 2026-02-18 12:56 UTC  (7+ messages)
` [PATCH v2 1/3] 9p: Cache negative dentries for lookup performance
` [PATCH v2 2/3] 9p: Introduce option for negative dentry cache retention time

[PATCH 0/2] fanotify: avid some premature LSM checks
 2026-02-18 12:36 UTC  (3+ messages)

[PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
 2026-02-18 11:23 UTC  (5+ messages)

support file system generated / verified integrity information v3
 2026-02-18 10:52 UTC  (17+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ messages)

[RFC PATCH] Introduce filesystem type tracking
 2026-02-18  9:49 UTC  (4+ messages)

[PATCH 0/4] write-stream for file I/O
 2026-02-18  9:45 UTC  (5+ messages)
  ` [PATCH 1/4] fs: add write-stream management file_operations

[PATCH] exfat: add fallocate support
 2026-02-18  8:13 UTC 

Zonar v1.0.0 released
 2026-02-18  7:09 UTC 

fscrypt API cleanups
 2026-02-18  6:14 UTC  (10+ messages)
` [PATCH 1/9] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 2/9] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 3/9] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 4/9] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: pass a byte length "
` [PATCH 6/9] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 7/9] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 8/9] fscrypt: pass a byte length "
` [PATCH 9/9] fscrypt: pass a real sector_t "

[LSF/MM/BPF TOPIC] Support to split superblocks during remount
 2026-02-18  3:00 UTC  (2+ messages)

[PATCH] fs/file: optimize close_range() complexity from O(N) to O(Sparse)
 2026-02-18  1:34 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] overlayfs updates for 7.0
 2026-02-17 23:50 UTC  (2+ messages)


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