messages from 2025-09-05 07:15:55 to 2025-09-09 11:07:31 UTC [more...]
[PATCH 00/16] block: add blktrace support for zoned block device commands
2025-09-09 11:06 UTC (17+ messages)
` [PATCH 01/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH 02/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH 05/16] blktrace: factor out recording a blktrace event
` [PATCH 06/16] blktrace: only calculate trace length once
` [PATCH 07/16] blktrace: split out relaying a blktrace event
` [PATCH 08/16] blktrace: change the internal action to 64bit
` [PATCH 09/16] blktrace: remove struct blk_io_trace from __blk_add_trace
` [PATCH 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH 12/16] blktrace: add block trace commands for zone operations
` [PATCH 13/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH 14/16] blktrace: trace zone management operations
` [PATCH 15/16] blktrace: trace zone write plugging operations
` [PATCH 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
2025-09-09 11:07 UTC
[PATCH for-6.18/block 00/10] cleanup and fixes for updating nr_requests
2025-09-09 10:42 UTC (22+ 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
[syzbot] [net?] possible deadlock in inet_shutdown
2025-09-09 9:31 UTC (11+ messages)
remove the bi_inline_vecs field struct bio
2025-09-09 9:10 UTC (9+ 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
[GIT PULL] md-6.17-20250909
2025-09-09 8:31 UTC (2+ messages)
[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
2025-09-09 8:17 UTC (41+ messages)
` [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()
[PATCHv2] zram: fix slot write race condition
2025-09-09 4:48 UTC
[bug report] BUG zs_handle-zram0 (Tainted: G S ): Objects remaining on __kmem_cache_shutdown()
2025-09-09 4:45 UTC (6+ messages)
` [PATCH] zram: fix slot write race condition
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-09 2:14 UTC (20+ 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 v2 08/16] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v2 09/16] iomap: add public start/finish folio read helpers
` [PATCH v2 10/16] iomap: make iomap_read_folio_ctx->folio_owned internal
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
` [PATCH v2 14/16] fuse: use iomap for read_folio
` [PATCH v2 15/16] fuse: use iomap for readahead
` [PATCH v2 16/16] fuse: remove fc->blkbits workaround for partial writes
[PATCH] block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-08 20:10 UTC
deadlock when swapping to encrypted swapfile
2025-09-08 19:56 UTC (2+ messages)
[PATCH] ublk: consolidate nr_io_ready and nr_queues_ready
2025-09-08 18:45 UTC
[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)
[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 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 (10+ 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 (5+ messages)
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
[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 (4+ messages)
` [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 v2] blk-throttle: fix access race during throttle policy activation
2025-09-05 7:19 UTC (3+ messages)
` [PATCH] blk-throttle: check policy bit in blk_throtl_activated()
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).