messages from 2025-09-03 09:52:40 to 2025-09-08 18:52:27 UTC [more...]
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-08 18:51 UTC (8+ messages)
` [PATCH v2 01/16] iomap: move async bio read logic into helper function
` [PATCH v2 02/16] iomap: move read/readahead bio submission "
` [PATCH v2 03/16] iomap: rename cur_folio_in_bio to folio_owned
` [PATCH v2 04/16] iomap: store read/readahead bio generically
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 06/16] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v2 07/16] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
[PATCH] ublk: consolidate nr_io_ready and nr_queues_ready
2025-09-08 18:45 UTC
deadlock when swapping to encrypted swapfile
2025-09-08 18:27 UTC
[syzbot] [net?] possible deadlock in inet_shutdown
2025-09-08 14:26 UTC (9+ messages)
[PATCH v3] blk-throttle: fix access race during throttle policy activation
2025-09-08 14:25 UTC (3+ messages)
[PATCH v2] null_blk: Fix the description of the cache_size module argument
2025-09-08 14:07 UTC (3+ messages)
` "
[PATCH V2 0/5] blk-mq: Replace tags->lock with SRCU for tag iterators
2025-09-08 14:07 UTC (3+ messages)
[PATCH v8 00/12] blk: honor isolcpus configuration
2025-09-08 13:05 UTC (22+ messages)
` [PATCH v8 01/12] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v8 02/12] lib/group_cpus: remove dead !SMP code
` [PATCH v8 03/12] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v8 04/12] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v8 05/12] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v8 06/12] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v8 07/12] scsi: Use "
` [PATCH v8 08/12] virtio: blk/scsi: use "
` [PATCH v8 09/12] isolation: Introduce io_queue isolcpus type
` [PATCH v8 10/12] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v8 11/12] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v8 12/12] docs: add io_queue flag to isolcpus
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-09-08 12:45 UTC (9+ messages)
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
[blk-mq] Kernel OOPS after usb drive surprise remove (bisected)
2025-09-08 11:53 UTC (3+ messages)
remove the bi_inline_vecs field struct bio
2025-09-08 10:56 UTC (3+ messages)
` [PATCH 1/2] block: add a bio_init_inline helper
` [PATCH 2/2] block: remove the bi_inline_vecs variable sized array from struct bio
[PATCH v4 for-6.18/block 0/5] blk-mq-sched: support request batch dispatching for sq elevator
2025-09-08 9:20 UTC (6+ messages)
` [PATCH v4 for-6.18/block 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v4 for-6.18/block 2/5] mq-deadline: switch to use "
` [PATCH v4 for-6.18/block 3/5] block, bfq: "
` [PATCH v4 for-6.18/block 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v4 for-6.18/block 5/5] blk-mq-sched: support request batch dispatching for sq elevator
[PATCH for-6.18/block 00/10] cleanup and fixes for updating nr_requests
2025-09-08 6:15 UTC (11+ messages)
` [PATCH for-6.18/block 01/10] blk-mq: remove useless checking in queue_requests_store()
` [PATCH for-6.18/block 02/10] blk-mq: remove useless checkings in blk_mq_update_nr_requests()
` [PATCH for-6.18/block 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH for-6.18/block 04/10] blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
` [PATCH for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH for-6.18/block 06/10] blk-mq: split bitmap grow and resize "
` [PATCH for-6.18/block 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH for-6.18/block 08/10] blk-mq: fix potential deadlock while nr_requests grown
` [PATCH for-6.18/block 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH for-6.18/block 10/10] blk-mq: fix stale nr_requests documentation
[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
2025-09-08 1:32 UTC (28+ messages)
` [PATCH for-6.18/block 01/16] block: cleanup bio_issue
` [PATCH for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH for-6.18/block 08/16] md/raid1: convert "
` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH for-6.18/block 11/16] md/raid5: convert "
` [PATCH for-6.18/block 12/16] md/md-linear: "
` [PATCH for-6.18/block 13/16] blk-crypto: "
` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split
` [PATCH for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
[PATCH 0/3] Fix broken `srctree/` links and warn about them
2025-09-07 22:29 UTC (2+ messages)
[syzbot] [block?] general protection fault in bio_iov_iter_get_pages
2025-09-07 7:11 UTC
[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
2025-09-06 19:48 UTC (9+ messages)
` [PATCH 05/23] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH 06/23] ublk: prepare for not tracking task context for command batch
` [PATCH 07/23] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH 08/23] ublk: handle UBLK_U_IO_PREP_IO_CMDS
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-09-06 4:25 UTC (11+ messages)
` [External] "
[GIT PULL] Block fixes for 6.17-rc5
2025-09-05 20:17 UTC (2+ messages)
[PATCH v3 0/2] blk-mq: fix update nr_requests regressions
2025-09-05 19:54 UTC (5+ messages)
qemu-arm64: xfstests crash in bio_iov_iter_get_pages on next-20250904
2025-09-05 18:41 UTC (2+ messages)
[PATCH v3 0/7] Cleanup free_pages() misuse
2025-09-05 18:02 UTC (16+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
2025-09-05 16:50 UTC (4+ messages)
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
[GIT PULL] md-6.17-20250905
2025-09-05 11:10 UTC (2+ messages)
[PATCH 0/3] block: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-05 8:51 UTC (4+ messages)
` [PATCH 1/3] drivers/block: replace use of system_wq with system_percpu_wq
` [PATCH 2/3] drivers/block: replace use of system_unbound_wq with system_dfl_wq
` [PATCH 3/3] drivers/block: WQ_PERCPU added to alloc_workqueue users
[PATCH v7 00/10] blk: honor isolcpus configuration
2025-09-05 7:41 UTC (9+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 05/10] scsi: Use block layer helpers to constrain queue affinity
[PATCH blktests] md/002: add raid 0/1/10 requirement
2025-09-05 7:38 UTC
[PATCH] blk-throttle: check policy bit in blk_throtl_activated()
2025-09-05 7:19 UTC (8+ messages)
` [PATCH v2] blk-throttle: fix access race during throttle policy activation
[PATCH blktests] common/xfs: fix run_xfs_io_xstat for max atomics
2025-09-05 3:50 UTC (2+ messages)
[PATCH] Sanitize set_task_ioprio() permission checks
2025-09-04 18:03 UTC (3+ messages)
[PATCH] blk-throttle: check policy bit in blk_throtl_activated()
2025-09-04 8:23 UTC (2+ messages)
[PATCH] block: plug attempts to batch allocate tags multiple times
2025-09-04 6:32 UTC (2+ messages)
[PATCH] elevator: avoid redundant conditions
2025-09-04 6:05 UTC (4+ messages)
[PATCH] blk-map: provide the bdev to bio if one exists
2025-09-04 5:25 UTC (2+ messages)
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-04 5:09 UTC (35+ messages)
` [PATCH RFC v3 01/15] block: cleanup bio_issue
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
` [PATCH RFC v3 03/15] md: fix mssing blktrace bio split events
` [PATCH RFC v3 04/15] blk-crypto: fix missing processing for split bio
` [PATCH RFC v3 05/15] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v3 06/15] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v3 07/15] md/raid1: convert "
` [PATCH RFC v3 11/15] md/md-linear: "
` [PATCH RFC v3 12/15] blk-crypto: "
` [PATCH RFC v3 13/15] block: skip unnecessary checks for split bio
` [PATCH RFC v3 14/15] block: fix disordered IO in the case recursive split
[bug report]kernel BUG at fs/btrfs/zoned.c:2587! triggered by blktests zbd/009
2025-09-04 2:45 UTC (3+ messages)
[PATCH] ublk: inline __ublk_ch_uring_cmd()
2025-09-03 23:36 UTC (2+ messages)
[RFC][PATCHES] convert ->getgeo() from block_device of partition to gendisk
2025-09-03 21:16 UTC (6+ messages)
[PATCHv3 0/2] blk-mq-dma: p2p cleanups and integrity fixup
2025-09-03 19:33 UTC (3+ messages)
` [PATCHv3 1/2] blk-integrity: enable p2p source and destination
` [PATCHv3 2/2] blk-mq-dma: bring back p2p request flags
[syzbot] Monthly nbd report (Sep 2025)
2025-09-03 12:36 UTC
[PATCHv2 2/2] blk-mq-dma: bring back p2p request flags
2025-09-03 11:02 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