messages from 2026-03-10 12:23:33 to 2026-03-12 10:05:22 UTC [more...]
[RFC PATCH v1 00/11] Landlock: Namespace and capability control
2026-03-12 10:04 UTC (6+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
` [RFC PATCH v1 05/11] landlock: Enforce namespace entry restrictions
` [RFC PATCH v1 08/11] selftests/landlock: Add namespace restriction tests
[RFC PATCH 0/3] fuse: fix hang with sync init
2026-03-12 9:56 UTC (5+ messages)
` [RFC PATCH 1/3] fuse: create fuse_dev on /dev/fuse open instead of mount
` [RFC PATCH 2/3] fuse: add refcount to fuse_dev
` [RFC PATCH 3/3] fuse: don't require /dev/fuse fd to be kept open during mount
[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
2026-03-12 9:45 UTC (2+ messages)
[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
2026-03-12 9:37 UTC (9+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
2026-03-12 6:55 UTC (12+ messages)
` [PATCH v4 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v4 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v4 3/8] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v4 4/8] xfs: flush eof folio before insert range size update
` [PATCH v4 5/8] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH v4 6/8] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH v4 7/8] xfs: replace zero range flush with folio batch
` [PATCH v4 8/8] xfs: report cow mappings with dirty pagecache for iomap zero range
[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
2026-03-12 3:23 UTC (2+ messages)
[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
2026-03-12 2:51 UTC (2+ messages)
[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
2026-03-12 2:17 UTC (4+ messages)
` (no subject)
[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-03-12 2:28 UTC (9+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-11 23:03 UTC (70+ messages)
` [PATCH 03/61] ceph: Prefer IS_ERR_OR_NULL over manual NULL check
` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [Intel-wired-lan] "
` [PATCH 17/61] module: "
` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 22/61] md: "
` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
` [Intel-wired-lan] "
` [PATCH 28/61] net/sched: "
` [Intel-wired-lan] "
` [PATCH 30/61] net/sunrpc: "
` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
` [EXTERNAL] "
` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
` [Intel-wired-lan] "
` [PATCH 49/61] media: "
` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
` [Intel-wired-lan] "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
[PATCH v3 1/2] fs: reserve a new ioctl magic for exfat and ntfs
2026-03-11 22:24 UTC
[PATCH RFC v3 00/26] fs,kthread: start all kthreads in nullfs
2026-03-11 22:13 UTC (28+ messages)
` [PATCH RFC v3 01/26] fs: add switch_fs_struct()
` [PATCH RFC v3 02/26] fs: notice when init abandons fs sharing
` [PATCH RFC v3 03/26] fs: add scoped_with_init_fs()
` [PATCH RFC v3 04/26] fs: add real_fs to track task's actual fs_struct
` [PATCH RFC v3 05/26] fs: make userspace_init_fs a dynamically-initialized pointer
` [PATCH RFC v3 06/26] rnbd: use scoped_with_init_fs() for block device open
` [PATCH RFC v3 07/26] crypto: ccp: use scoped_with_init_fs() for SEV file access
` [PATCH RFC v3 08/26] scsi: target: use scoped_with_init_fs() for ALUA metadata
` [PATCH RFC v3 09/26] scsi: target: use scoped_with_init_fs() for APTPL metadata
` [PATCH RFC v3 10/26] btrfs: use scoped_with_init_fs() for update_dev_time()
` [PATCH RFC v3 11/26] coredump: use scoped_with_init_fs() for coredump path resolution
` [PATCH RFC v3 12/26] fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()
` [PATCH RFC v3 13/26] ksmbd: use scoped_with_init_fs() for share path resolution
` [PATCH RFC v3 14/26] ksmbd: use scoped_with_init_fs() for filesystem info path lookup
` [PATCH RFC v3 15/26] ksmbd: use scoped_with_init_fs() for VFS path operations
` [PATCH RFC v3 16/26] pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookup
` [PATCH RFC v3 17/26] initramfs: use scoped_with_init_fs() for rootfs unpacking
` [PATCH RFC v3 18/26] af_unix: use scoped_with_init_fs() for coredump socket lookup
` [PATCH RFC v3 19/26] fs: stop sharing fs_struct between init_task and pid 1
` [PATCH RFC v3 20/26] fs: add umh argument to struct kernel_clone_args
` [PATCH RFC v3 21/26] fs: add kthread_mntns()
` [PATCH RFC v3 22/26] devtmpfs: create private mount namespace
` [PATCH RFC v3 23/26] nullfs: make nullfs multi-instance
` [PATCH RFC v3 24/26] fs: start all kthreads in nullfs
` [PATCH RFC v3 25/26] fs: stop rewriting kthread fs structs
` [PATCH RFC v3 26/26] fs: stop rewriting paths for PF_EXITING | PF_DUMPCORE
[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
2026-03-11 21:13 UTC
[PATCH v3] hfs: Validate CNIDs in hfs_read_inode
2026-03-11 20:31 UTC (6+ messages)
LVM-on-LUKS boot failure when vgextend adds unused PV to root VG
2026-03-11 19:47 UTC
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-11 18:49 UTC (3+ messages)
` [PATCH v2 07/15] userfaultfd: introduce vm_uffd_ops
[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
2026-03-11 18:20 UTC (6+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-11 16:01 UTC (24+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-11 15:12 UTC (3+ messages)
[RFC 0/3] Add buffered write-through support to iomap & xfs
2026-03-11 12:05 UTC (9+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend
` [RFC 2/3] iomap: Enable stable writes for RWF_WRITETHROUGH inodes
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-11 11:47 UTC (13+ messages)
` [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v4 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v4 18/25] xfs: add fs-verity support
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-11 11:23 UTC (15+ messages)
[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
2026-03-11 10:47 UTC (7+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()
KCSAN: data-race in __d_drop / retain_dentry
2026-03-11 10:38 UTC (5+ messages)
` KCSAN: data-race in step_into_slowpath / vfs_unlink
` KCSAN: data-race in __remove_assoc_queue / mark_buffer_dirty_inode
` KCSAN: data-race in path_lookupat / vfs_rename
[PATCH v2 0/5] write streams and xfs spatial isolation
2026-03-11 9:59 UTC (18+ messages)
` [PATCH v2 1/5] fs: add generic write-stream management ioctl
` [PATCH v2 2/5] iomap: introduce and propagate write_stream
` [PATCH v2 3/5] xfs: implement write-stream management support
` [PATCH v2 4/5] xfs: steer allocation using write stream
BUG: unable to handle kernel NULL pointer dereference in __bread_gfp
2026-03-11 8:19 UTC
[PATCH 5.15.y] binfmt_misc: restore write access before closing files opened by open_exec()
2026-03-11 8:10 UTC
[PATCH] docs: proc: remove description of prof_cpu_mask
2026-03-11 7:09 UTC
[PATCH] iomap: fix incorrect did_zero setting in iomap_zero_iter()
2026-03-11 2:17 UTC (3+ messages)
[PATCH 6.1.y] binfmt_misc: restore write access before closing files opened by open_exec()
2026-03-11 2:06 UTC
[PATCH] fs: Replace user_access_{begin/end} by scoped user access
2026-03-11 0:27 UTC (4+ messages)
Hang in generic/648 on zoned btrfs after aa35dd5cbc06 ("iomap: fix invalid folio access after folio_end_read()")
2026-03-10 21:59 UTC (6+ messages)
[PATCH v3] vfs: add support for empty path to openat2(2)
2026-03-10 20:44 UTC
[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
2026-03-10 18:17 UTC (4+ messages)
[PATCH] fuse: rename confusing ring->max_payload_sz
2026-03-10 16:31 UTC (2+ messages)
[PATCH RFC v2 00/23] fs,kthread: start all kthreads in nullfs
2026-03-10 16:05 UTC (9+ messages)
` [PATCH RFC v2 01/23] fs: notice when init abandons fs sharing
` [PATCH RFC v2 15/23] fs: add real_fs to track task's actual fs_struct
[PATCH v3 0/8] iomap, xfs: improve zero range flushing and lookup
2026-03-10 14:59 UTC (14+ messages)
` [PATCH v3 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v3 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v3 8/8] xfs: report cow mappings with dirty pagecache for iomap "
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-10 14:51 UTC (5+ messages)
` [PATCH 1/4] arm64: request contpte-sized folios for exec memory
` [PATCH 2/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH 3/4] elf: align ET_DYN base to exec folio order for contpte mapping
` [PATCH 4/4] mm: align file-backed mmap to exec folio order in thp_get_unmapped_area
[PATCH] btrfs: test create a bunch of files with name hash collision
2026-03-10 13:40 UTC (4+ messages)
[PATCH 51/61] leds: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 13:33 UTC (2+ messages)
` (subset) "
[PATCH 0/2] init: ensure that /dev/console and /dev/null are (nearly) always available in initramfs
2026-03-10 12:51 UTC (3+ messages)
[syzbot] [fuse?] general protection fault in task_work_cancel
2026-03-10 12:59 UTC (4+ messages)
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