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

[PATCH v4 00/13] ext4: refactor partial block zero-out for iomap conversion
 2026-04-02  1:21 UTC  (10+ messages)
` [PATCH v4 09/13] ext4: ensure zeroed partial blocks are persisted in SYNC mode
` [PATCH v4 10/13] ext4: unify SYNC mode checks in fallocate paths
` [PATCH v4 11/13] ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
` [PATCH v4 12/13] ext4: move pagecache_isize_extended() out of active handle

[PATCH] vfs: require verified birth date for file creation
 2026-04-02  0:56 UTC  (5+ messages)

[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-01 23:57 UTC  (41+ 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

[PATCH] execve: block Emacs binaries
 2026-04-01 21:32 UTC  (8+ messages)
` [PATCH 2/1] execve: only smart people should use vim

[PATCH v1] fuse: fix io-uring background queue stall on request completion
 2026-04-01 21:11 UTC  (4+ messages)

[PATCH v5] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-04-01 21:01 UTC  (2+ messages)

[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
 2026-04-01 20:56 UTC 

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-04-01 20:49 UTC  (9+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds

[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-01 20:43 UTC  (2+ messages)

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-01 20:33 UTC  (10+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users

[PATCH v3 0/6] workqueue: Introduce a sharded cache affinity scope
 2026-04-01 20:32 UTC  (8+ messages)
` [PATCH v3 1/6] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v3 2/6] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v3 3/6] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v3 4/6] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v3 5/6] workqueue: add test_workqueue benchmark module
` [PATCH v3 6/6] docs: workqueue: document WQ_AFFN_CACHE_SHARD affinity scope

cleanup block-style layouts exports v2
 2026-04-01 20:31 UTC  (6+ 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] fs: add back TODO concerning printed info to dump_inode() and expand it
 2026-04-01 20:18 UTC  (3+ messages)

[PATCH 1/2] exec: use strnlen() in __set_task_comm
 2026-04-01 19:28 UTC  (3+ messages)

[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-01 19:11 UTC  (5+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback
` [PATCH 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH 4/4] testing: add dontcache-bench local filesystem "

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-01 19:02 UTC  (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v5 0/4] assorted ->i_count changes + extension of lockless handling
 2026-04-01 18:50 UTC  (8+ 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

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-01 18:48 UTC  (5+ messages)
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-01 17:44 UTC  (8+ messages)
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state

[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50us noise spikes on isolated PREEMPT_RT cores
 2026-04-01 16:58 UTC  (2+ messages)

[PATCH] fuse: Send FORGET over io_uring when ring is ready
 2026-04-01 16:59 UTC  (4+ messages)
  `  "

[PATCH] vfs: require verified birth date for file creation
 2026-04-01 16:29 UTC 

[PATCH V10 00/10] famfs: port into fuse
 2026-04-01 15:15 UTC  (2+ messages)

[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-04-01 14:53 UTC  (5+ messages)

[PATCH] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-01 14:32 UTC  (5+ messages)

cleanup block-style layouts exports
 2026-04-01 14:27 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

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-01 14:09 UTC  (9+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()

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

[syzbot] Monthly hfs report (Apr 2026)
 2026-04-01 13:15 UTC 

[PATCH v5 0/6] initramfs: test and improve cpio hex header validation
 2026-04-01 12:58 UTC  (10+ 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 v3 0/42] fs: Move metadata bh tracking from address_space
 2026-04-01 12:50 UTC  (11+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v4 0/6] initramfs: test and improve cpio hex header validation
 2026-04-01 12:41 UTC  (5+ messages)
` [PATCH v4 4/6] initramfs: Refactor to use hex2bin() instead of custom approach

[ANNOUNCE] util-linux v2.42
 2026-04-01 11:30 UTC 

[ANNOUNCE] util-linux v2.41.4
 2026-04-01 11:30 UTC 

[PATCH] splice: prevent deadlock when splicing a file to itself
 2026-04-01 10:59 UTC  (9+ messages)

[PATCH v3] fuse: fix inode initialization race
 2026-04-01 10:54 UTC  (2+ messages)

[PATCH] fs: uapi: add a public linux/statfs.h header
 2026-04-01  9:49 UTC 

[RFC] fuse: add FUSE_NOTIFY_INVAL_SUBTREE for subtree dcache invalidation
 2026-04-01  9:07 UTC 

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

[PATCH v1 0/1] exfat: add limited FALLOC_FL_ZERO_RANGE support
 2026-04-01  7:12 UTC  (3+ messages)
` [PATCH v1 1/1] "

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

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

[PATCH 0/5] exfat: convert to iomap
 2026-04-01  3:07 UTC  (7+ messages)
` [PATCH 1/5] exfat: add iomap support

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

[syzbot ci] Re: exfat: unify FAT chain walking helpers
 2026-04-01  2:45 UTC  (2+ 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 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 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


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