linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-23 06:21:31 to 2025-03-28 20:32:35 UTC [more...]

next-20250327 - lockdep whine and USB issues at boot
 2025-03-28 20:32 UTC  (2+ messages)

[PATCH V3] block: fix conversion of GPT partition name to 7-bit
 2025-03-28 19:57 UTC  (5+ messages)

[PATCH 0/2] ublk: specify io_cmd_buf pointer type
 2025-03-28 19:42 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: "

[PATCH 0/5] Minor ublk optimizations
 2025-03-28 19:20 UTC  (7+ messages)
` [PATCH 1/5] ublk: remove unused cmd argument to ublk_dispatch_req()
` [PATCH 2/5] ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loop
` [PATCH 3/5] ublk: get ubq from pdu in ublk_cmd_list_tw_cb()
` [PATCH 4/5] ublk: avoid redundant io->cmd in ublk_queue_cmd_list()
` [PATCH 5/5] ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-28 19:09 UTC  (16+ messages)

[GIT PULL] bcachefs for 6.15, v2
 2025-03-28 15:48 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in elv_iosched_store
 2025-03-28 14:37 UTC 

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-28 14:18 UTC  (15+ messages)

[PATCH V2 00/11] ublk: cleanup & improvement & zc follow-up
 2025-03-28 13:58 UTC  (14+ messages)
` [PATCH V2 01/11] ublk: make sure ubq->canceling is set when queue is frozen
` [PATCH V2 02/11] ublk: comment on ubq->canceling handling in ublk_queue_rq()
` [PATCH V2 03/11] ublk: remove two unused fields from 'struct ublk_queue'
` [PATCH V2 04/11] ublk: add helper of ublk_need_map_io()
` [PATCH V2 05/11] ublk: call io_uring_cmd_to_pdu to get uring_cmd pdu
` [PATCH V2 06/11] ublk: add segment parameter
` [PATCH V2 07/11] ublk: document zero copy feature
` [PATCH V2 08/11] ublk: implement ->queue_rqs()
` [PATCH V2 09/11] ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cb
` [PATCH V2 10/11] selftests: ublk: add more tests for covering MQ
` [PATCH V2 11/11] selftests: ublk: add test for checking zero copy related parameter

[PATCH RFC v2 00/14] md: introduce a new lockless bitmap
 2025-03-28 11:06 UTC  (16+ messages)
` [PATCH RFC v2 01/14] block: factor out a helper bdev_file_alloc()
` [PATCH RFC v2 02/14] md/md-bitmap: pass discard information to bitmap_{start, end}write
` [PATCH RFC v2 03/14] md/md-bitmap: remove parameter slot from bitmap_create()
` [PATCH RFC v2 04/14] md: add a new sysfs api bitmap_version
` [PATCH RFC v2 05/14] md: delay registeration of bitmap_ops until creating bitmap
` [PATCH RFC v2 06/14] md/md-llbitmap: implement bit state machine
` [PATCH RFC v2 07/14] md/md-llbitmap: implement hidden disk to manage bitmap IO
` [PATCH RFC v2 08/14] md/md-llbitmap: implement APIs for page level dirty bits synchronization
` [PATCH RFC v2 09/14] md/md-llbitmap: implement APIs to mange bitmap lifetime
` [PATCH RFC v2 10/14] md/md-llbitmap: implement APIs to dirty bits and clear bits
` [PATCH RFC v2 11/14] md/md-llbitmap: implement APIs for sync_thread
` [PATCH RFC v2 12/14] md/md-llbitmap: implement all bitmap operations
` [PATCH RFC v2 13/14] md/md-llbitmap: implement sysfs APIs
` [PATCH RFC v2 14/14] md/md-llbitmap: add Kconfig

[PATCH] block: optimize sq_hctx assignment
 2025-03-28 10:55 UTC  (2+ messages)

nvme-tcp: fix a possible UAF when failing to send request
 2025-03-28  9:24 UTC  (5+ messages)
  ` Re: nvme-tcp: fix a possible UAF when failing to send request【请注意,邮件由sagigrim@gmail.com代发】
    `  "
      ` Re: nvme-tcp: fix a possible UAF when failing to send request

[PATCH v2] block: Make request_queue lockdep splats show up earlier
 2025-03-28  0:46 UTC  (2+ messages)

[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
 2025-03-27 22:17 UTC  (27+ messages)
` [PATCH v7 1/7] rust: retain pointer mut-ness in `container_of!`
` [PATCH v7 2/7] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v7 3/7] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v7 4/7] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v7 5/7] rust: enable `clippy::as_underscore` lint
` [PATCH v7 6/7] rust: enable `clippy::cast_lossless` lint
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint

[RFC v2 00/38] Improve ABI documentation generation
 2025-03-27 21:58 UTC  (2+ messages)
` [f2fs-dev] "

[LSF/MM/BPF Topic] synthetic mm testing like page migration
 2025-03-27 21:46 UTC  (3+ messages)

[PATCH] generic/764: fsstress + migrate_pages() test
 2025-03-27 21:35 UTC  (5+ messages)

[PATCH 0/2] PCI: Remove pcim_iounmap_regions()
 2025-03-27 11:57 UTC  (6+ messages)
` [PATCH 1/2] mtip32xx: Remove unnecessary PCI function calls
` [PATCH 2/2] PCI: Remove pcim_iounmap_regions()

[PATCH 0/8] ublk: cleanup & improvement & zc follow-up
 2025-03-27  9:15 UTC  (26+ messages)
` [PATCH 1/8] ublk: remove two unused fields from 'struct ublk_queue'
` [PATCH 2/8] ublk: add helper of ublk_need_map_io()
` [PATCH 3/8] ublk: truncate io command result
` [PATCH 4/8] ublk: add segment parameter
` [PATCH 5/8] ublk: document zero copy feature
` [PATCH 6/8] ublk: implement ->queue_rqs()
` [PATCH 7/8] selftests: ublk: add more tests for covering MQ
` [PATCH 8/8] selftests: ublk: add test for checking zero copy related parameter

[GIT PULL] Block updates for 6.15-rc1
 2025-03-27  4:00 UTC  (2+ messages)

[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
 2025-03-27  2:06 UTC  (17+ messages)
` [PATCH 1/4] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/4] selftests: ublk: kublk: fix an error log line
` [PATCH 3/4] selftests: ublk: kublk: ignore SIGCHLD
` [PATCH 4/4] ublk: improve handling of saturated queues when ublk server exits

[PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices
 2025-03-26 17:46 UTC  (9+ messages)

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-25 20:29 UTC  (15+ messages)

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-03-25 15:21 UTC  (5+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

[PATCH] the dm-loop target
 2025-03-25 12:23 UTC  (12+ messages)

[PATCH V3 0/5] loop: improve loop aio perf by IOCB_NOWAIT
 2025-03-25 12:07 UTC  (5+ messages)

[PATCH v6 0/6] rust: reduce `as` casts, enable related lints
 2025-03-25 10:45 UTC  (9+ messages)
` [PATCH v6 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v6 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v6 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v6 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v6 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v6 6/6] rust: enable `clippy::cast_lossless` lint

[PATCHv6 6/7] block: protect wbt_lat_usec using q->elevator_lock
 2025-03-25  7:08 UTC  (3+ messages)

kdevops: scaling automated testing
 2025-03-24 21:39 UTC 

[syzbot] Monthly block report (Mar 2025)
 2025-03-24 18:56 UTC 

[LSF/MM/BPF TOPIC] State Of The Page 2025
 2025-03-24 15:39 UTC  (2+ messages)

[RFC 0/4] nvme-pci: breaking the 512 KiB max IO boundary
 2025-03-24 15:02 UTC  (8+ messages)
` [RFC 2/4] blkdev: lift BLK_MAX_BLOCK_SIZE to page cache limit

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-24  2:06 UTC  (10+ messages)

[GIT PULL] bcachefs for 6.15-rc1
 2025-03-23 21:41 UTC 

[RFC PATCH 0/4] iov_iter: Add composite, scatterlist and skbuff iterator types
 2025-03-23 14:35 UTC  (5+ messages)

[PATCH v2] rust: block: Remove unnecessary comma in introduction
 2025-03-23 12:25 UTC 

[PATCH v5 16/17] rust: block: refactor to use `&raw [const|mut]`
 2025-03-23 10:41 UTC  (2+ messages)


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