public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 06:12:50 to 2026-02-19 11:11:24 UTC [more...]

[PATCH v3 00/35] fs-verity support for XFS with post EOF merkle tree
 2026-02-19 11:11 UTC  (57+ 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 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 28/35] xfs: add fs-verity support

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-19 11:05 UTC  (13+ messages)
` [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 v2 0/3] 9p: Performance improvements for build workloads
 2026-02-19 10:18 UTC  (10+ 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 v2 3/3] 9p: Enable symlink caching in page cache

[LSF/MM/BPF TOPIC] VFS idmappings support in NFS
 2026-02-19  8:53 UTC  (10+ messages)

[RFC PATCH] Introduce filesystem type tracking
 2026-02-19  8:45 UTC  (7+ messages)

[PATCH] exfat: add fallocate support
 2026-02-19  8:43 UTC  (3+ messages)

[PATCHSET] fs: bug fixes for 7.0
 2026-02-19  8:11 UTC  (7+ messages)
` [PATCH 1/2] fsnotify: drop unused helper
` [PATCH 2/2] fserror: fix lockdep complaint when igrabbing inode

[syzbot] [gfs2?] WARNING in filename_mkdirat
 2026-02-19  8:09 UTC  (6+ messages)

support file system generated / verified integrity information v3
 2026-02-19  7:17 UTC  (18+ 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: "

remove or unexport unused fs_conext infrastructure
 2026-02-19  6:50 UTC  (5+ messages)
` [PATCH 1/4] fs: mark bool_names static
` [PATCH 2/4] fs: remove fsparam_blob / fs_param_is_blob
` [PATCH 3/4] fs: remove fsparam_path / fs_param_is_path
` [PATCH 4/4] fs: unexport fs_context_for_reconfigure

[PATCH v1 0/1] iomap: don't mark folio uptodate if read IO has bytes pending
 2026-02-19  6:11 UTC  (6+ messages)
` [PATCH v1 1/1] "

inconsistent lock state in the new fserror code
 2026-02-19  5:59 UTC  (8+ messages)

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-19  3:44 UTC  (15+ messages)
` [PATCH v6 1/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v6 2/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [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] hfs/hfsplus: fix timestamp wrapped issue
 2026-02-19  0:44 UTC  (6+ messages)

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

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18 23:33 UTC  (7+ messages)
  ` [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 V7 04/19] dax: Save the kva from memremap

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

[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  (2+ messages)

[PATCH] fsverity: fix build error by adding fsverity_readahead() stub
 2026-02-18 21:41 UTC  (2+ 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 

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

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

[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  (2+ 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 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)

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ 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

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 "


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