messages from 2026-03-27 12:42:31 to 2026-03-28 00:21:39 UTC [more...]
[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
2026-03-28 0:21 UTC (8+ messages)
` [PATCH 1/4] "
[PATCH v2 00/25] libfuse: Add support for synchronous init
2026-03-27 23:07 UTC (4+ messages)
` [PATCH v2 04/25] Add a new daemonize API
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-27 22:04 UTC (3+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v1 0/10] ceph: add manual client reset and selftests
2026-03-27 21:58 UTC (12+ messages)
` [PATCH 01/10] ceph: convert inode flags to named bit positions
` [PATCH 02/10] ceph: add bounded timeout and diagnostics to wait_caps_flush()
` [PATCH 03/10] ceph: add client reset state and request gating
` [PATCH 04/10] ceph: add manual reset debugfs control and trace plumbing
` [PATCH 05/10] ceph: implement reconnect-based manual reset worker
` [PATCH 06/10] ceph: replace reconnect with direct session teardown in manual reset
` [PATCH 07/10] ceph: add reset state machine, drain phase, and status reporting
` [PATCH 08/10] ceph: drop reset reconnect bookkeeping after direct teardown switch
` [PATCH 09/10] ceph: send SESSION_REQUEST_CLOSE before forced teardown in manual reset
[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50µs noise spikes on isolated PREEMPT_RT cores
2026-03-27 21:20 UTC (3+ messages)
` [REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50us "
[PATCH V10 0/8] dax: prepare for famfs
2026-03-27 21:05 UTC (9+ messages)
` [PATCH V10 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V10 2/8] dax: Factor out dax_folio_reset_order() helper
` [PATCH V10 3/8] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V10 4/8] dax: Save the kva from memremap
` [PATCH V10 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V10 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V10 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V10 8/8] dax: export dax_dev_get()
[GIT PULL] sysctl fixes for v7.0-rc6
2026-03-27 20:39 UTC (2+ messages)
[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
2026-03-27 19:54 UTC (4+ messages)
` Warning from free_reserved_area() in next-20260325+
[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-03-27 18:23 UTC (4+ messages)
[PATCH v3] fuse: fix inode initialization race
2026-03-27 17:28 UTC
[PATCH v2] fuse: fix inode initialization race
2026-03-27 17:24 UTC (3+ messages)
` "
A comparison of the new nfsd iomodes (and an experimental one)
2026-03-27 16:57 UTC (7+ messages)
[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
2026-03-27 16:53 UTC (6+ messages)
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
[PATCH V9 0/8] dax: prepare for famfs
2026-03-27 16:40 UTC (17+ messages)
` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-03-27 16:30 UTC (49+ messages)
` [PATCH v1 01/10] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v1 04/10] fs: remove nr_thps from struct address_space
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v1 08/10] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v1 09/10] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v1 10/10] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-27 16:26 UTC (4+ messages)
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
[PATCH v2 0/1] mm: reinstate unconditional writeback start in balance_dirty_pages()
2026-03-27 16:24 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v1 0/1] mm: start background writeback based on per-wb threshold for strictlimit BDIs
2026-03-27 16:07 UTC (6+ messages)
` [PATCH v1 1/1] "
[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
2026-03-27 16:02 UTC (11+ messages)
` [PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v5 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
[PATCH V9 00/10] famfs: port into fuse
2026-03-27 14:52 UTC (4+ messages)
` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
page: | 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