public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 10:53:38 to 2026-03-25 12:34:36 UTC [more...]

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-25 12:34 UTC  (10+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
` [RFC PATCH v1 07/11] selftests/landlock: Drain stale audit records on init

trivial ->setattr cleanups
 2026-03-25 12:12 UTC  (11+ messages)
` [PATCH 1/5] hfs: update comments on hfs_inode_setattr
` [PATCH 2/5] adfs: rename adfs_notify_change to adfs_setattr
` [PATCH 3/5] affs: rename affs_notify_change to affs_setattr
` [PATCH 4/5] proc: rename proc_setattr to proc_nochmod_setattr
` [PATCH 5/5] proc: rename proc_notify_change to proc_setattr

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25 12:12 UTC  (9+ messages)
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership

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

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-25 12:03 UTC  (5+ messages)

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-25 11:55 UTC  (23+ messages)
  ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V9 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V9 4/8] dax: Save the kva from memremap
  ` [PATCH V9 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-25 11:34 UTC  (5+ messages)
` [PATCH] xfs: defer lazytime timestamp updates to inodegc during eviction

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-03-25 11:13 UTC  (4+ messages)
` [RFC 1/1] "

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 11:02 UTC  (14+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[RFC] Proposal: provenance_time (ptime) — a settable timestamp for cross-filesystem migration
 2026-03-25 10:47 UTC  (3+ messages)

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-25 10:34 UTC  (29+ messages)
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "

[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
 2026-03-25 10:07 UTC  (3+ messages)

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-25  9:11 UTC  (11+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-25  8:51 UTC  (2+ messages)

[PATCH] netfs: Fix the handling of stream->front by removing it
 2026-03-25  8:20 UTC 

[PATCH] fuse: fix inode initialization race
 2026-03-25  7:54 UTC  (2+ messages)

[PATCH v2 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-25  7:28 UTC  (11+ messages)
` [PATCH v2 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v2 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH v2 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v2 04/10] ext4: factor out journalled block zeroing range
` [PATCH v2 05/10] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v2 06/10] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v2 07/10] ext4: remove handle parameters from zero partial block functions
` [PATCH v2 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v2 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH v2 10/10] ext4: zero post-EOF partial block before appending write

[PATCH 00/19] libfuse: Add support for synchronous init
 2026-03-25  7:52 UTC  (39+ messages)
` [PATCH 04/19] Add a new daemonize API
` [PATCH 07/19] Add FUSE_MOUNT_FALLBACK_NEEDED define for -2 mount errors
` [PATCH 09/19] Move mount flags to mount_i.h
` [PATCH 11/19] Add support for the new linux mount API
` [PATCH 12/19] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH 14/19] Move more generic mount code to mount_util.{c,h}
` [PATCH 15/19] Split the fusermount do_mount function
` [PATCH 17/19] Make fusermount work bidirectional for sync init
` [PATCH 18/19] New mount API: Filter out "user="
` [PATCH 19/19] Add support for sync-init of unprivileged daemons

[PATCH] f2fs: support to report fserror
 2026-03-25  6:32 UTC 

[PATCH v2 0/2] udf: Fix race between file type conversion and writeback
 2026-03-25  6:02 UTC  (3+ messages)
` [PATCH v2 2/2] "

subscribe
 2026-03-25  3:34 UTC  (2+ messages)

[PATCH 0/2] liveupdate: prevent double management of files
 2026-03-25  2:43 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25  1:51 UTC  (8+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-25  1:35 UTC  (15+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "

[PATCH] iomap: fix lockdep complaint when reads fail
 2026-03-25  0:16 UTC  (5+ messages)

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-24 23:01 UTC  (3+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks

[PATCH] cachefiles: Fix excess dput() after end_removing()
 2026-03-24 22:50 UTC  (2+ messages)

[PATCH v1 0/9] fuse: add io-uring buffer rings and zero-copy
 2026-03-24 22:45 UTC  (10+ messages)
` [PATCH v1 1/9] fuse: separate next request fetching from sending logic
` [PATCH v1 2/9] fuse: refactor io-uring header copying to ring
` [PATCH v1 3/9] fuse: refactor io-uring header copying from ring
` [PATCH v1 4/9] fuse: use enum types for header copying
` [PATCH v1 5/9] fuse: refactor setting up copy state for payload copying
` [PATCH v1 6/9] fuse: support buffer copying for kernel addresses
` [PATCH v1 7/9] fuse: add io-uring kernel-managed buffer ring
` [PATCH v1 8/9] fuse: add zero-copy over io-uring
` [PATCH v1 9/9] docs: fuse: add io-uring bufring and zero-copy documentation

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-24 22:19 UTC  (5+ messages)
` [PATCH 1/4] "

[PATCH] fuse: fuse_i.h: clean up kernel-doc comments
 2026-03-24 20:48 UTC 

[PATCH v4 0/4] 9p: Performance improvements for build workloads
 2026-03-24 19:43 UTC  (5+ messages)
` [PATCH v4 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v4 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v4 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v4 4/4] 9p: Enable symlink caching in page cache

fuse: buffered reads limited to 256KB regardless of negotiated max_pages
 2026-03-24 17:40 UTC  (5+ messages)

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

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-24 15:54 UTC  (16+ messages)
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods

[PATCH V9 00/10] famfs: port into fuse
 2026-03-24 15:12 UTC  (3+ messages)
  ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[PATCH v5 1/2] readdir: Introduce dirent_size()
 2026-03-24 15:07 UTC  (5+ messages)
` [PATCH v5 2/2] fs: Replace user_access_{begin/end} by scoped user access

[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
 2026-03-24 14:37 UTC  (4+ messages)
` [PATCH] "

[PATCH 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-24 13:56 UTC  (5+ messages)
` [PATCH 09/10] ext4: move zero partial block range functions out of active handle

[PATCH] iomap: don't invalidate folios after writeback errors
 2026-03-24 13:45 UTC 

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24 13:15 UTC  (18+ messages)
` [RFC PATCH 02/11] mm/khugepaged: remove READ_ONLY_THP_FOR_FS code in collapse_file()
` [RFC PATCH 10/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in khugepaged

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-24 12:21 UTC  (13+ messages)
  ` [Lsf-pc] "

[PATCH v2 0/9] Kernel API Specification Framework
 2026-03-24 11:45 UTC  (7+ messages)
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel API specifications

[PATCH v3] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-24 11:42 UTC  (6+ messages)

[PATCH v2 RESEND] fs/dax: check zero or empty entry before converting xarray entry
 2026-03-24 11:38 UTC 


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