messages from 2026-07-17 14:12:50 to 2026-07-20 13:46:01 UTC [more...]
[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-20 13:45 UTC (23+ messages)
` [PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH 02/15] mm: introduce linear_virt_page_index()
` [PATCH 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
` [syzbot ci] Re: mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
[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 (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] 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 (8+ 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 (27+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_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
[RFC] Null Namespaces
2026-07-18 19:39 UTC (6+ messages)
[RFC PATCH 0/2] init: boot image-based systems without an initramfs (rootimage=)
2026-07-18 19:15 UTC (3+ messages)
` [RFC PATCH 1/2] init: support mounting the root filesystem from an image file
` [RFC PATCH 2/2] init: support pinning the root image's fsverity digest
[PATCH] ufs: use u64 for directory size in ufs_last_byte
2026-07-18 19:03 UTC
[PATCH v3] Documentation: proc: fix repeated word 'page'
2026-07-18 16:56 UTC
[PATCH 1/5] Documentation: proc: fix repeated word 'page'
2026-07-18 15:19 UTC
[PATCH 5.10.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-18 15:12 UTC
[PATCH 1/5] Documentation: proc: fix repeated word 'page'
2026-07-18 14:39 UTC
[PATCH 5.15.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-18 11:44 UTC
[PATCH 6.1.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-18 11:20 UTC
[PATCH 0/2] mm: zswap: free cold writeback folios promptly
2026-07-18 11:10 UTC (4+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly
` [PATCH 2/2] mm: zswap: deferred dropbehind free of writeback folios
[PATCH] eventpoll: pin files while checking reverse paths
2026-07-18 10:44 UTC
Landlock: mount_setattr(2) is unmediated by LSMs (ro-mount confinement bypass)
2026-07-18 10:14 UTC
[RFC PATCH v2 0/4] rust: sync: Introduce Rcu*Box
2026-07-18 5:32 UTC (5+ messages)
` [RFC PATCH v2 1/4] rust: rcu: Add RcuBox type
` [RFC PATCH v2 2/4] rust: maple_tree: Add load_rcu()
` [RFC PATCH v2 3/4] rust: rcu: Introduce RcuFreeBox
` [NOT FOR MERGE] [RFC PATCH v2 4/4] rust: poll: use kfree_rcu() for PollCondVar
[PATCH 6.6.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-18 1:33 UTC
[PATCH 6.12.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-18 0:51 UTC
[PATCH 6.18.y 1/2] hfs/hfsplus: prevent getting negative values of offset/length
2026-07-17 19:55 UTC
[PATCH v2 0/3] mm/mseal: further cleanups
2026-07-17 19:39 UTC (5+ messages)
` [PATCH v2 1/3] mm/mseal: remove superfluous comments, fix confusion around mm
` [PATCH v2 2/3] mm/mseal: limit scope of mseal address zero to address zero
` [PATCH v2 3/3] mm/mseal: remove further superfluous comments, do_mseal()
[PATCH v7] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
2026-07-17 18:10 UTC (2+ messages)
[PATCH] fuse: disable default bdi strictlimiting
2026-07-17 17:04 UTC (11+ messages)
[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
2026-07-17 16:10 UTC (2+ messages)
[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-17 15:17 UTC (3+ messages)
` [PATCH v3 18/24] binfmt_misc: simplify check_special_flags()
[PATCH v1 0/9] Support Clang context analysis for ext2
2026-07-17 10:04 UTC (4+ messages)
` [PATCH v1 2/9] ext2: mark s_next_generation as guarded by s_next_gen_lock
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox