Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-20 07:22:53 to 2026-07-21 03:20:01 UTC [more...]

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-21  3:19 UTC  (7+ messages)

[PATCH v4 0/6] xfs write streams
 2026-07-21  3:08 UTC  (5+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls
  ` [PATCH v4 3/6] xfs: implement write-stream management support

[PATCH v12 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-07-21  2:58 UTC  (23+ messages)
` [PATCH v12 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v12 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v12 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v12 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v12 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v12 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v12 07/21] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v12 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v12 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v12 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v12 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v12 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v12 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v12 14/21] xfs: add fs-verity support
` [PATCH v12 15/21] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v12 16/21] xfs: initialize fs-verity on file open
` [PATCH v12 17/21] xfs: add fs-verity ioctls
` [PATCH v12 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v12 19/21] xfs: check and repair the verity inode flag state
` [PATCH v12 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v12 21/21] xfs: enable ro-compat fs-verity flag

[PATCH v4 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-20 23:58 UTC  (8+ messages)
` [PATCH v4 3/3] VFS: add vfs_lookup_open() for nfsd

[PATCH v3 00/20] iomap: convert to in-iter iomap_next() model
 2026-07-20 23:52 UTC  (22+ messages)
` [PATCH v3 01/20] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v3 02/20] iomap: add ->iomap_next()
` [PATCH v3 03/20] iomap: skip the finishing iomap_iter() on the simple DIO read fast path
` [PATCH v3 04/20] xfs: convert iomap ops to ->iomap_next()
` [PATCH v3 05/20] btrfs: "
` [PATCH v3 06/20] ntfs3: "
` [PATCH v3 07/20] ntfs: "
` [PATCH v3 08/20] ext4: "
` [PATCH v3 09/20] erofs: "
` [PATCH v3 10/20] zonefs: "
` [PATCH v3 11/20] ext2: "
` [PATCH v3 12/20] block: "
` [PATCH v3 13/20] f2fs: "
` [PATCH v3 14/20] gfs2: "
` [PATCH v3 15/20] hpfs: "
` [PATCH v3 16/20] fuse: "
` [PATCH v3 17/20] exfat: "
` [PATCH v3 18/20] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v3 19/20] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v3 20/20] Documentation: iomap: update docs to reflect iomap_iter_next model

update BDI {io,ra}_pages values based on the RT device limits v2
 2026-07-20 23:07 UTC  (3+ messages)
` [PATCH] xfs: update BDI {io,ra}_pages values based on the RT device limits

[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-20 22:47 UTC  (9+ messages)
` [PATCH v5 "

[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
 2026-07-20 20:41 UTC  (4+ messages)
` [PATCH v5 "

[PATCH RESEND 0/5] block: validate direct I/O memory alignment
 2026-07-20 20:10 UTC  (6+ messages)
` [PATCH RESEND 1/5] block: use blkdev_iov_iter_get_pages status for errors
` [PATCH RESEND 2/5] block: fix dio leak on metadata mapping error
` [PATCH RESEND 3/5] loop: set dma_alignment from the backing file for direct I/O
` [PATCH RESEND 4/5] zloop: set dma_alignment from the backing files "
` [PATCH RESEND 5/5] block: validate user space vectors during extraction

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 20:05 UTC  (37+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 19:48 UTC  (20+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 02/15] mm: introduce linear_virt_page_index()
` [PATCH v2 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v2 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH v2 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v2 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH v2 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH v2 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v2 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH v2 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH v2 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH v2 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH] hfs: rework MDB locking scheme
 2026-07-20 18:44 UTC 

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-20 18:34 UTC  (13+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
` [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
` [PATCH 3/3] mm: move __folio_alloc() to page_alloc.h

[PATCH 0/2] mm: zswap: free cold writeback folios promptly
 2026-07-20 18:25 UTC  (6+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly
` [PATCH 2/2] mm: zswap: deferred dropbehind free of writeback folios

[PATCH] fscrypt: Add missing superblock check in find_or_insert_direct_key()
 2026-07-20 17:46 UTC  (3+ messages)

[PATCH] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-20 17:45 UTC  (3+ messages)

[PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals
 2026-07-20 17:43 UTC  (14+ messages)
` [PATCH 1/6] fs: Update outdated comment for SB_INLINECRYPT
` [PATCH 2/6] f2fs: Update outdated comment in f2fs_write_begin()
` [PATCH 3/6] fscrypt: Remove unused function fscrypt_finalize_bounce_page()
` [PATCH 4/6] fscrypt: Update docs for data path
` [PATCH 5/6] blk-crypto: Remove unused function blk_crypto_config_supported()
` [PATCH 6/6] blk-crypto: Update docs for blk-crypto-fallback motivation

[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-07-20 17:43 UTC  (2+ messages)

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-20 17:08 UTC  (11+ messages)
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()

[REGRESSION] fsnotify: concurrent inotify watch add/remove slows after 94bd01253c3d
 2026-07-20 16:00 UTC 

[PATCH 0/2] io_uring: add removexattr and listxattr support
 2026-07-20 15:25 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
 2026-07-20 13:47 UTC  (3+ messages)

[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 13:45 UTC  (2+ messages)

[PATCH] binfmt_misc: set have_execfd only once the interpreter is opened
 2026-07-20 12:39 UTC  (2+ messages)

[PATCH v4] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-20 11:53 UTC  (4+ messages)

[PATCH] mount: remove redundant panic() in mnt_init()
 2026-07-20 11:51 UTC  (2+ messages)

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-20 11:02 UTC  (3+ messages)
` [PATCH v11 03/20] fsverity: pass digest size and hash of the all-zeroes block to ->write

[PATCH v5] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-20 10:39 UTC 

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-20 10:42 UTC  (2+ messages)

[PATCH V11 0/9] famfs: port into fuse
 2026-07-20 10:07 UTC  (2+ messages)

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-20  9:45 UTC  (2+ messages)

update BDI {io,ra}_pages values based on the RT device limits
 2026-07-20  9:38 UTC  (5+ messages)
` [PATCH] xfs: "

[PATCH 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-20  9:33 UTC  (22+ messages)
` [PATCH 01/21] exec: do not act on a stale execfd request without an executable
` [PATCH 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH 03/21] binfmt_misc: table-drive the register string flags
` [PATCH 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH 05/21] binfmt_misc: split out entry_open_interpreter()
` [PATCH 06/21] binfmt_misc: split out build_interp_argv()
` [PATCH 07/21] exec: release the replaced file with do_close_execat()
` [PATCH 08/21] exec: add AT_FLAGS_TRANSPARENT_INTERP
` [PATCH 09/21] exec: label mm->exe_file with the binary for a transparent dispatch
` [PATCH 10/21] binfmt_misc: add transparent interpreter dispatch
` [PATCH 11/21] binfmt_misc: add a static transparent flag 'T'
` [PATCH 12/21] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH 13/21] selftests/exec: convert the binfmt_misc bpf test to the kselftest harness
` [PATCH 14/21] selftests/exec: test the transparent binfmt_misc mode
` [PATCH 15/21] binfmt_misc: document the transparent identity contract
` [PATCH 16/21] exec: carry a PT_INTERP substitute in struct linux_binprm
` [PATCH 17/21] binfmt_elf: consume a stashed PT_INTERP substitute
` [PATCH 18/21] binfmt_misc: add the 'L' loader substitution flag
` [PATCH 19/21] binfmt_misc: let a bpf handler request loader substitution
` [PATCH 20/21] selftests/exec: test binfmt_misc "
` [PATCH 21/21] binfmt_misc: document "

[PATCH v2 0/3] cleanup for stable_page_flags()
 2026-07-20  9:32 UTC  (5+ messages)
` [PATCH v2 2/3] fs: stable_page_flags(): use folio_test_*() helpers
` [PATCH v2 3/3] fs: stable_page_flags(): simplify KPF_IDLE handling

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-20  9:22 UTC  (3+ messages)

[PATCH 0/2] Support overlayfs in the idmapped mount tests
 2026-07-20  8:45 UTC  (3+ messages)
` [PATCH 1/2] src/vfs: probe O_TMPFILE support on the base mount in the idmapped tests

[PATCH] fstests: vfstest: skip rejected tmpfile creation
 2026-07-20  8:42 UTC  (2+ messages)

[PATCH] sysctl: repair some kernel-doc comments
 2026-07-20  8:10 UTC  (2+ messages)

Should we consider disable generic/563 for file systems that do not support cgroup2?
 2026-07-20  8:07 UTC  (7+ messages)


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