linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-10 09:15:35 to 2025-10-14 17:37:10 UTC [more...]

filemap_* writeback interface cleanups
 2025-10-14 17:37 UTC  (47+ 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

[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
 2025-10-14 15:04 UTC  (3+ messages)
` [PATCHv5 1/2] block: accumulate memory segment gaps per bio
` [PATCHv5 2/2] nvme: remove virtual boundary for sgl capable devices

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-14 13:29 UTC  (38+ 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

[PATCH v2 for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
 2025-10-14 13:05 UTC  (2+ messages)

[PATCH 0/4] Properly take MMIO path
 2025-10-14 11:26 UTC  (11+ 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

[PATCH 0/4] blk-rq-qos: fix possible deadlock
 2025-10-14 11:14 UTC  (18+ 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

mainline boot fail nvme/block?
 2025-10-14 10:18 UTC  (7+ messages)
  ` mainline boot fail nvme/block? [BISECTED]

[PATCH v4] block: plug attempts to batch allocate tags multiple times
 2025-10-14  8:31 UTC  (3+ messages)
      `  "

[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  (20+ 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  (6+ 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  (10+ 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 v2 3/3] init: remove /proc/sys/kernel/real-root-dev

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-10-13  8:44 UTC  (3+ 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)

[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-10-12 14:20 UTC 

[PATCH] block: enable per-cpu bio cache by default
 2025-10-11  1:43 UTC 

[PATCH 6/8] add cleancache documentation
 2025-10-10 22:09 UTC  (3+ messages)

[PATCH 7/8] mm: introduce GCMA
 2025-10-10 22:05 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.18-rc1
 2025-10-10 18:26 UTC  (2+ messages)

[PATCH v2] nbd: override creds to kernel when calling sock_{send,recv}msg()
 2025-10-10 15:00 UTC  (3+ messages)

[PATCH] block: cleanup and optimize bvec_gap_to_prev
 2025-10-10 14:10 UTC  (3+ messages)

[PATCH] dm: Fix deadlock when reloading a multipath table
 2025-10-10 10:19 UTC  (5+ messages)

[PATCH v2 00/19] blk-cgroup: convert to use blkcg_mutex for protection
 2025-10-10  9:14 UTC  (6+ messages)
` [PATCH v2 15/19] blk-throttle: convert to use blkg_conf_{start, end}
` [PATCH v2 16/19] block, bfq: "
` [PATCH v2 17/19] blk-iolatency: "
` [PATCH v2 18/19] blk-iocost: "
` [PATCH v2 19/19] blk-cgroup: remove unsed blkg configuration helpers


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).