Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-18 21:49:09 to 2026-07-20 10:43:41 UTC [more...]

[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  (11+ messages)
  ` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V11 2/9] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V11 5/9] famfs_fuse: register fs-dax daxdevs via FUSE_DEV_IOC_DAXDEV_OPEN
  ` [PATCH V11 6/9] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V11 7/9] famfs_fuse: fail I/O on invalid or errored daxdevs
  ` [PATCH V11 8/9] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V11 9/9] famfs_fuse: Add documentation

[PATCH v4] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-20 10:05 UTC  (3+ 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  (7+ messages)
` [PATCH v2 1/3] fs: stable_page_flags(): use BIT_ULL() for KPF flags
` [PATCH v2 2/3] fs: stable_page_flags(): use folio_test_*() helpers
` [PATCH v2 3/3] fs: stable_page_flags(): simplify KPF_IDLE handling

[PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals
 2026-07-20  9:28 UTC  (13+ 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] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-20  9:23 UTC  (2+ messages)

[PATCH] fscrypt: Add missing superblock check in find_or_insert_direct_key()
 2026-07-20  9:22 UTC  (2+ messages)

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

[PATCH v12 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-07-20  9:03 UTC  (22+ 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 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 v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-20  8:20 UTC  (10+ messages)
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()

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

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

[PATCH 0/2] io_uring: add removexattr and listxattr support
 2026-07-20  7:22 UTC  (3+ messages)
` [PATCH 1/2] fs: make listxattr and removexattr helpers non-static
` [PATCH 2/2] io_uring: add removexattr and listxattr support

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-20  7:20 UTC  (6+ messages)
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[PATCH] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-07-20  6:18 UTC 

[PATCH] mm/thp: expose deferred split folio memory usage in meminfo
 2026-07-20  2:36 UTC  (13+ messages)

[PATCH v4] security: Expand task_setscheduler LSM hook
 2026-07-20  1:41 UTC 

[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
 2026-07-19 12:32 UTC  (2+ messages)

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-19 12:31 UTC  (4+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types

[REPORT] binfmt_misc: leaked write-access denial on F-flag interpreter inode
 2026-07-19 11:47 UTC  (2+ messages)

[PATCH] f2fs: fix folio_nr_pages() race after put in large folio invalidate
 2026-07-19  7:25 UTC  (2+ messages)

[PATCH v2] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-07-19  6:28 UTC  (3+ messages)

[PATCH v4 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-18 22:13 UTC  (7+ messages)
` [PATCH v4 3/3] VFS: add vfs_lookup_open() for nfsd


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