messages from 2025-10-13 02:58:47 to 2025-10-15 04:20:57 UTC [more...]
[PATCH 0/4] Properly take MMIO path
2025-10-15 4:20 UTC (14+ messages)
` [PATCH 1/4] blk-mq-dma: migrate to dma_map_phys instead of map_page
` [PATCH 2/4] blk-mq-dma: unify DMA unmap routine
` [PATCH 3/4] block-dma: properly take MMIO path
` [PATCH 4/4] nvme-pci: unmap MMIO pages with appropriate interface
[ANNOUNCE] blktests CI trial start
2025-10-15 4:11 UTC
[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
2025-10-15 4:08 UTC (6+ messages)
` [PATCHv5 1/2] block: accumulate memory segment gaps per bio
` [PATCHv5 2/2] nvme: remove virtual boundary for sgl capable devices
[PATCH v4] block: plug attempts to batch allocate tags multiple times
2025-10-15 2:20 UTC (4+ messages)
` "
[PATCH] blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
2025-10-15 1:48 UTC
[PATCH 0/4] blk-rq-qos: fix possible deadlock
2025-10-15 1:42 UTC (21+ messages)
` [PATCH 1/4] blk-mq-debugfs: warn about "
` [PATCH 2/4] blk-mq-debugfs: factor out a helper blk_mq_debugfs_register_rq_qos()
` [PATCH 3/4] blk-rq-qos: fix possible deadlock
` [PATCH 4/4] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
[PATCH v2 for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
2025-10-15 0:56 UTC (4+ messages)
[PATCH blktests] create a test for direct io offsets
2025-10-14 21:59 UTC (3+ messages)
[PATCH v25 00/20] Improve write performance for zoned UFS devices
2025-10-14 21:54 UTC (21+ messages)
` [PATCH v25 01/20] block: Support block devices that preserve the order of write requests
` [PATCH v25 02/20] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v25 03/20] blk-mq: Restore the zone write order when requeuing
` [PATCH v25 04/20] blk-mq: Move the blk_queue_sq_sched() calls
` [PATCH v25 05/20] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v25 06/20] block/mq-deadline: Make locking IRQ-safe
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining
` [PATCH v25 08/20] blk-zoned: Fix a typo in a source code comment
` [PATCH v25 09/20] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v25 10/20] blk-zoned: Split an if-statement
` [PATCH v25 11/20] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v25 12/20] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v25 13/20] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v25 14/20] blk-zoned: Support pipelining of zoned writes
` [PATCH v25 15/20] null_blk: Add the preserves_write_order attribute
` [PATCH v25 16/20] scsi: core: Retry unaligned zoned writes
` [PATCH v25 17/20] scsi: sd: Increase retry count for "
` [PATCH v25 18/20] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v25 19/20] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v25 20/20] ufs: core: Inform the block layer about write ordering
[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-14 20:53 UTC (40+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 15/33] sched/isolation: Flush vmstat "
` [PATCH 16/33] PCI: Flush PCI probe workqueue "
` [PATCH 17/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 19/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 20/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 21/33] kthread: Refine naming of affinity related fields
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 23/33] kthread: Include kthreadd to "
` [PATCH 24/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 25/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 26/33] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 27/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
` [PATCH 28/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 29/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 30/33] kthread: Add API to update preferred affinity on kthread runtime
` [PATCH 31/33] kthread: Document kthread_affine_preferred()
` [PATCH 32/33] genirq: Correctly handle preferred kthreads affinity
` [PATCH 33/33] doc: Add housekeeping documentation
filemap_* writeback interface cleanups
2025-10-14 20:45 UTC (48+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_flush to filemap_fdatawrite_kick
[PATCH 0/2] block/mq-deadline: Fix BLK_MQ_INSERT_AT_HEAD support
2025-10-14 15:55 UTC (9+ messages)
` [PATCH 1/2] block/mq-deadline: Introduce dd_start_request()
` [PATCH 2/2] block/mq-deadline: Switch back to a single dispatch list
mainline boot fail nvme/block?
2025-10-14 10:18 UTC (7+ messages)
` mainline boot fail nvme/block? [BISECTED]
[PATCH blktests 0/4] throtl: support test with scsi_debug
2025-10-14 7:19 UTC (2+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-14 6:38 UTC (12+ messages)
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
[PATCHv4 0/2] block+nvme: removing virtual boundary mask reliance
2025-10-13 21:33 UTC (4+ messages)
` [PATCHv4 1/2] block: accumulate memory segment gaps per bio
[PATCH 0/8] Guaranteed CMA
2025-10-13 15:43 UTC (4+ messages)
` [PATCH 1/8] mm: implement cleancache
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-13 15:26 UTC (10+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 2/9] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v5 3/9] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 5/9] types: move phys_vec definition to common header
` [PATCH v5 6/9] vfio: Export vfio device get and put registration helpers
` [PATCH v5 7/9] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH 6.17 113/563] nbd: restrict sockets to TCP and UDP
2025-10-13 14:39 UTC
[PATCH 6.12 053/262] nbd: restrict sockets to TCP and UDP
2025-10-13 14:43 UTC
[PATCH 6.6 039/196] nbd: restrict sockets to TCP and UDP
2025-10-13 14:43 UTC
[PATCH 6.1 072/196] nbd: restrict sockets to TCP and UDP
2025-10-13 14:44 UTC
[PATCH v2 0/3] initrd: remove half of classic initrd support
2025-10-13 10:29 UTC (9+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)
[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
2025-10-13 8:44 UTC (2+ messages)
[PATCH V4 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-13 8:26 UTC (10+ messages)
` [PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
[PATCH] block: mtip32xx: Fix typos in comments and log messages
2025-10-13 7:34 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).