messages from 2025-06-03 09:53:52 to 2025-06-04 17:16:22 UTC [more...]
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-04 17:15 UTC (4+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
[RFC PATCH 0/3] landlock: walk parent dir with RCU, without taking references
2025-06-04 17:15 UTC (9+ messages)
` [RFC PATCH 1/3] landlock: walk parent dir "
` [RFC PATCH 2/3] selftests/landlock: Add fs_race_test
` [RFC PATCH 3/3] Restart pathwalk on rename seqcount change
[PATCH] mm: fix the inaccurate memory statistics issue for users
2025-06-04 16:54 UTC (15+ messages)
[RFC PATCH v2 0/3] fanotify HSM events for directories
2025-06-04 16:35 UTC (5+ messages)
` [RFC PATCH v2 1/3] fanotify: allow creating FAN_PRE_ACCESS events on directories
` [RFC PATCH v2 2/3] fanotify: allow O_PATH flag in event_f_flags
` [RFC PATCH v2 3/3] fanotify: introduce FAN_PATH_ACCESS event
[Bug] possible deadlock in vfs_rmdir in Linux kernel v6.12
2025-06-04 15:44 UTC (6+ messages)
` [Bug] kernel BUG in may_delete in linux "
` [BUG] task hung in fs_bdev_sync in linux v6.12
[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
2025-06-04 15:17 UTC (11+ messages)
` [PATCH 1/3] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
[RFC] binfmt_elf: preserve original ELF e_flags in core dumps
2025-06-04 15:05 UTC
[PATCH] pidfs: never refuse ppid == 0 in PIDFD_GET_INFO
2025-06-04 15:03 UTC
[linus:master] [pipe] ee5eda8ea5: stress-ng.pipeherd.ops_per_sec 26.0% improvement
2025-06-04 14:47 UTC
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-06-04 14:35 UTC (14+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 3/7] cxl/pci: Add pci_loaded tracking to mark PCI driver readiness
` [PATCH v4 4/7] cxl/acpi: Add background worker to wait for cxl_pci and cxl_mem probe
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
warning on flushing page cache on block device removal
2025-06-04 14:32 UTC (10+ messages)
[PATCH v1] fuse: ensure all DAX pages are idle prior to filesystem unmount
2025-06-04 14:22 UTC
[PATCH v2] xarray: Add a BUG_ON() to ensure caller is not sibling
2025-06-04 13:40 UTC (4+ messages)
[PATCHES][CFR] vfs fixes
2025-06-04 11:57 UTC (12+ messages)
` [PATCH 1/5] fs/fhandle.c: fix a race in call of has_locked_children()
` [PATCH 2/5] path_overmount(): avoid false negatives
` [PATCH 3/5] finish_automount(): don't leak MNT_LOCKED from parent to child
` [PATCH 4/5] fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
` [PATCH 5/5] fs: allow clone_private_mount() for a path on real rootfs
[PATCH] fs: don't needlessly acquire f_lock
2025-06-04 9:53 UTC (6+ messages)
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-04 9:22 UTC (8+ messages)
important orangefs merge conflict request
2025-06-04 8:45 UTC (2+ messages)
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-04 8:02 UTC (6+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[RFC] fs: add ioctl to query protection info capabilities
2025-06-04 7:57 UTC (11+ messages)
[RFC] separate the internal mount flags from the rest
2025-06-04 7:36 UTC (3+ messages)
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-04 7:29 UTC (13+ messages)
[PATCH v11 00/10] Read/Write with meta/integrity
2025-06-04 7:30 UTC (4+ messages)
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-04 6:33 UTC (11+ messages)
[Bug] WARNING in remove_proc_entry in Linux 6.6
2025-06-04 5:18 UTC
[BUG] WARNING in simple_rmdir in Linux kernel v6.12
2025-06-04 4:47 UTC (2+ messages)
[PATCH v3] ovl: support layers on case-folding capable filesystems
2025-06-04 4:43 UTC (2+ messages)
[Bug] unable to handle kernel access to user memory in step_into in Linux v6.12
2025-06-04 3:27 UTC (2+ messages)
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-04 3:23 UTC (29+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-04 2:08 UTC (11+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "
[PATCH AUTOSEL 6.12 75/93] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
2025-06-04 0:59 UTC
[PATCH AUTOSEL 6.14 087/108] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
2025-06-04 0:55 UTC
[PATCH bpf-next 0/4] bpf path iterator
2025-06-04 0:58 UTC (27+ messages)
` [PATCH bpf-next 2/4] landlock: Use path_parent()
` [PATCH bpf-next 3/4] bpf: Introduce path iterator
[PATCH AUTOSEL 6.15 096/118] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
2025-06-04 0:50 UTC
[PATCH v2 bpf-next 0/4] bpf path iterator
2025-06-03 23:20 UTC (11+ messages)
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()
` [PATCH v2 bpf-next 3/4] bpf: Introduce path iterator
[ANN] Squashfs-tools 4.7 released
2025-06-03 22:14 UTC
[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
2025-06-03 20:17 UTC (4+ messages)
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
2025-06-03 19:38 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
RWF_DONTCACHE documentation
2025-06-03 18:19 UTC (5+ messages)
[RFC v2 00/35] optimize cost of inter-process communication
2025-06-03 17:49 UTC (2+ messages)
[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
2025-06-03 16:01 UTC (18+ messages)
` [PATCH v4 1/4] fs: allow cross-FS copy_file_range for memory file with direct I/O
` [PATCH v4 2/4] dmabuf: Implement copy_file_range callback for dmabuf direct I/O prep
` [PATCH v4 3/4] udmabuf: Implement udmabuf direct I/O
` [PATCH v4 4/4] dmabuf:system_heap Implement system_heap dmabuf "
[PATCH v2 0/5] coredump: allow for flexible coredump handling
2025-06-03 14:44 UTC (12+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] selftests/coredump: fix build
` [PATCH v2 3/5] selftests/coredump: cleanup coredump tests
` [PATCH v2 4/5] tools: add coredump.h header
` [PATCH v2 5/5] selftests/coredump: add coredump server selftests
[PATCH 13/13] writeback: set the num of writeback contexts to number of online cpus
2025-06-03 14:36 UTC (2+ messages)
[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
2025-06-03 14:07 UTC (12+ messages)
[PATCH v2] ceph: fix variable dereferenced before check in ceph_umount_begin()
2025-06-03 10:25 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).