public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 21:45:25 to 2026-04-01 06:28:29 UTC [more...]

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

cleanup block-style layouts exports
 2026-04-01  6:24 UTC  (17+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 4/4] exportfs,nfsd: rework checking for layout-based block device access support

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-01  5:31 UTC 

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-01  4:19 UTC  (7+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
` [RFC PATCH 2/2] selftest: add tests for mkdirat_fd()

[PATCH 0/5] exfat: convert to iomap
 2026-04-01  3:07 UTC  (24+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 2/5] exfat: add iomap direct I/O support
` [PATCH 3/5] exfat: add iomap buffered "
` [PATCH 5/5] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek

[RFC PATCH] Limit directory child dentry retention
 2026-04-01  2:40 UTC  (11+ messages)
` [RFC PATCH] vfs: limit "

[PATCH v1 0/6] exfat: unify FAT chain walking helpers
 2026-04-01  2:45 UTC  (9+ messages)
` [PATCH v1 1/6] exfat: fix incorrect directory checksum after rename to shorter name
` [PATCH v1 2/6] exfat: introduce exfat_fat_walk helper
` [PATCH v1 3/6] exfat: use exfat_fat_walk helper to simplify fat entry walking
` [PATCH v1 4/6] exfat: remove NULL cache pointer case in exfat_ent_get
` [PATCH v1 5/6] exfat: introduce exfat_chain_advance helper
` [PATCH v1 6/6] exfat: use "
` [syzbot ci] Re: exfat: unify FAT chain walking helpers

[RFC PATCH v3 0/2] Fix storing in XArray check_split tests
 2026-04-01  1:21 UTC  (3+ messages)

[RFC PATCH] smb: client: add support for O_TMPFILE
 2026-04-01  1:11 UTC 

[PATCH v5] hfs: update sanity check of the root record
 2026-04-01  0:41 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH v4] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-04-01  0:39 UTC  (3+ messages)

[PATCH v2 0/4] selftests: openat2: migrate to kselftest harness
 2026-04-01  0:28 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: move openat2 tests to selftests/filesystems/
` [PATCH v2 2/4] selftests: openat2: move helpers to header
` [PATCH v2 3/4] selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZE
` [PATCH v2 4/4] selftests: openat2: migrate to kselftest harness

[PATCH] fuse: invalidate readdir cache on epoch bump
 2026-03-31 22:39 UTC 

[PATCH v1 0/9] fuse: add io-uring buffer rings and zero-copy
 2026-03-31 21:30 UTC  (5+ messages)
` [PATCH v1 7/9] fuse: add io-uring kernel-managed buffer ring

[PATCH] vfs: replace ints with enum component_type for LAST_XXX
 2026-03-31 21:21 UTC  (2+ messages)

[PATCH v7 0/7] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-31 21:07 UTC  (8+ messages)
` [PATCH v7 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v7 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v7 3/7] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v7 4/7] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v7 5/7] NFSD: Track svc_export in nfs4_stid
` [PATCH v7 6/7] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v7 7/7] NFSD: Close cached file handles when revoking export state

[PATCH v6 0/5] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-31 20:06 UTC  (6+ messages)
` [PATCH v6 1/5] NFSD: Extract revoke_one_stid() utility function
` [PATCH v6 2/5] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v6 3/5] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v6 4/5] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v6 5/5] NFSD: Track svc_export in nfs4_stid

[PATCH v2] fs/ufs: refactor ufs_set_de_type in util.h to use a table lookup
 2026-03-31 19:52 UTC 

fs/ufs: refactor ufs_set_de_type in util.h to use a table lookup
 2026-03-31 19:43 UTC 

[GIT PULL] udf fix for 7.0-rc7
 2026-03-31 18:31 UTC  (2+ messages)

[PATCH RFC] dcache: permit dynamic_dname()s up to NAME_MAX
 2026-03-31 17:50 UTC  (2+ messages)

[PATCH v1 0/10] ceph: add manual client reset and selftests
 2026-03-31 17:34 UTC  (4+ messages)
` [PATCH 03/10] ceph: add client reset state and request gating

[PATCH 6.18 300/309] netfs: Fix read abandonment during retry
 2026-03-31 16:23 UTC  (2+ messages)
` [PATCH 6.18 305/309] netfs: Fix the handling of stream->front by removing it

[PATCH 6.19 330/342] netfs: Fix read abandonment during retry
 2026-03-31 16:22 UTC  (2+ messages)
` [PATCH 6.19 335/342] netfs: Fix the handling of stream->front by removing it

[PATCH v5 0/4] assorted ->i_count changes + extension of lockless handling
 2026-03-31 16:08 UTC  (5+ messages)
` [PATCH v5 1/4] fs: add icount_read_once() and stop open-coding ->i_count loads
` [PATCH v5 2/4] fs: relocate and tidy up ihold()
` [PATCH v5 3/4] fs: handle potential filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v5 4/4] fs: allow lockless ->i_count bumps as long as it does not transition 0->1

cleanup truncate handling in ecryptfs
 2026-03-31 15:37 UTC  (8+ messages)
` [PATCH 1/7] ecryptfs: streamline truncate_upper
` [PATCH 2/7] ecryptfs: cleanup ecryptfs_setattr
` [PATCH 3/7] ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
` [PATCH 4/7] ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
` [PATCH 5/7] ecryptfs: sanitize struct iattr handling in truncate_upper
` [PATCH 6/7] ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
` [PATCH 7/7] ecryptfs: call notify_change from truncate_upper

[PATCH] splice: prevent deadlock when splicing a file to itself
 2026-03-31 15:24 UTC  (8+ messages)

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-31 15:24 UTC  (12+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops

[PATCH 0/3] selftests: openat2: migrate to kselftests harness
 2026-03-31 15:10 UTC  (6+ messages)
` [PATCH 1/3] selftests: openat2: move helpers to header
` [PATCH 2/3] selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZE
` [PATCH 3/3] selftests: openat2: migrate to kselftest harness

[PATCH] fs: add back TODO concerning printed info to dump_inode() and expand it
 2026-03-31 15:07 UTC 

[PATCH v4 12/13] ext4: move pagecache_isize_extended() out of active handle
 2026-03-31 13:42 UTC  (2+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-03-31 12:39 UTC  (11+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V10 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V10 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V10 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V10 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V10 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V10 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V10 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V10 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V10 10/10] famfs_fuse: Add documentation

[PATCH v3 0/7] assorted ->i_count changes + extension of lockless handling
 2026-03-31 11:37 UTC  (6+ messages)
` [PATCH v3 5/7] fs: handle hypothetical filesystems which use I_DONTCACHE and drop the lock in ->drop_inode

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-31 10:40 UTC  (7+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v2] xfs: return default quota limits for IDs without a dquot
 2026-03-31 10:39 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v5 0/6] initramfs: test and improve cpio hex header validation
 2026-03-31 10:12 UTC  (8+ messages)
` [PATCH v5 1/6] initramfs_test: add fill_cpio() inject_ox parameter
` [PATCH v5 2/6] initramfs_test: test header fields with 0x hex prefix
` [PATCH v5 3/6] initramfs: Sort headers alphabetically
` [PATCH v5 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v5 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v5 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
 2026-03-31  9:52 UTC  (2+ messages)

[PATCH] fs: hide file and bfile caches behind runtime const machinery
 2026-03-31  9:44 UTC  (2+ messages)

[PATCH] fs: write a better comment in step_into() concerning .mnt assignment
 2026-03-31  9:43 UTC  (2+ messages)

[PATCH v1 8/9] fuse: add zero-copy over io-uring
 2026-03-31  3:35 UTC  (4+ messages)

[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-31  2:13 UTC  (4+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-03-31  1:17 UTC  (5+ messages)
` [PATCH v2 22/25] Add support for sync-init of unprivileged daemons
` [PATCH v2 24/25] Add mount and daemonization README documents

[PATCH] smb: client: add support for O_TMPFILE
 2026-03-31  1:08 UTC 

[PATCHSET v3] libfuse: run fuse servers as a contained service
 2026-03-30 21:47 UTC  (6+ messages)
` [PATCH 04/17] mount_service: use the new mount api for the mount service


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