linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-20 20:18:23 to 2023-06-26 12:19:48 UTC [more...]

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-26 11:56 UTC  (11+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()

[PATCH v2 0/5] nvme-fc: Fix blktests hangers
 2023-06-26 11:33 UTC  (4+ messages)
` [PATCH v2 4/5] nvme-fc: Make initial connect attempt synchronous

[PATCH] block: add check that partition length needs to be aligned with block size
 2023-06-26 17:10 UTC  (2+ messages)

[bug report] nvme passthrough: request failed when blocksize exceeding max_hw_sectors
 2023-06-26  9:09 UTC 

[PATCH v3 0/4] crypto: LEA block cipher implementation
 2023-06-26  8:47 UTC  (2+ messages)
` [PATCH v3 3/4] blk-crypto: Add LEA-256-XTS blk-crypto support

[PATCH] virtio_pmem: do flush synchronously
 2023-06-26  8:40 UTC  (8+ messages)
  ` [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
      ` [PATCH v3] "

LVM kernel lockup scenario during lvcreate
 2023-06-26  8:30 UTC  (5+ messages)

[PATCH v4 0/7] Submit zoned writes in order
 2023-06-26  8:16 UTC  (22+ messages)
` [PATCH v4 1/7] block: Rename a local variable in blk_mq_requeue_work()
` [PATCH v4 2/7] block: Simplify blk_mq_requeue_work()
` [PATCH v4 3/7] block: Send requeued requests to the I/O scheduler
` [PATCH v4 4/7] block: One requeue list per hctx
` [PATCH v4 5/7] block: Preserve the order of requeued requests
` [PATCH v4 6/7] dm: Inline __dm_mq_kick_requeue_list()
` [PATCH v4 7/7] block: Inline blk_mq_{,delay_}kick_requeue_list()

[PATCH v4 0/4] block/badblocks: fix badblocks setting error
 2023-06-26  8:09 UTC  (5+ messages)
` [PATCH v4 1/4] block/badblocks: change some members of badblocks to bool
` [PATCH v4 2/4] block/badblocks: only set bb->changed/unacked_exist when badblocks changes
` [PATCH v4 3/4] block/badblocks: fix badblocks loss when badblocks combine
` [PATCH v4 4/4] block/badblocks: fix the bug of reverse order

fix the name_to_dev_t mess v2
 2023-06-26  7:53 UTC  (4+ messages)
` [PATCH 08/24] init: pass root_device_name explicitly

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-06-26  6:56 UTC  (2+ messages)

[PATCH v2 0/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
 2023-06-26  5:04 UTC  (4+ messages)
` [PATCH v2 1/3] blk-mq: always use __blk_mq_alloc_requests() to alloc and init rq
` [PATCH v2 2/3] blk-mq: ktime_get_ns() only once for batched requests init
` [PATCH v2 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq

[PATCH -next v3 0/5] blk-wbt: minor fix and cleanup
 2023-06-26  2:46 UTC  (3+ messages)

[GIT PULL] Block updates for 6.5
 2023-06-26  2:39 UTC 

[PATCH] blk-mq: fix two misuses on RQF_USE_SCHED
 2023-06-25 14:01 UTC  (3+ messages)

[PATCH v3] blk-throttle: Fix io statistics for cgroup v1
 2023-06-25 14:01 UTC  (3+ messages)

[PATCH v3 0/4] block/badblocks: fix badblocks setting error
 2023-06-25  9:22 UTC  (13+ messages)
` [PATCH v3 1/4] block/badblocks: change some members of badblocks to bool
` [PATCH v3 2/4] block/badblocks: only set bb->changed/unacked_exist when badblocks changes
` [PATCH v3 3/4] block/badblocks: fix badblocks loss when badblocks combine
` [PATCH v3 4/4] block/badblocks: fix the bug of reverse order

[PATCH V2 0/4] nvme: fix two kinds of IO hang from removing NSs
 2023-06-25  8:09 UTC  (14+ messages)

[syzbot] [block?] WARNING in wait_til_done (2)
 2023-06-25  4:58 UTC  (2+ messages)

[PATCH] blk-mq: fix incorrect rq start_time_ns and alloc_time_ns after throttled
 2023-06-24 15:24 UTC  (5+ messages)

[GIT PULL] Block fix for 6.4-final
 2023-06-23 23:53 UTC  (2+ messages)

[PATCH net-next v5 10/16] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-06-23 22:55 UTC 

[PATCH v2 0/2] bcache: Fix block device claiming
 2023-06-23 22:10 UTC  (9+ messages)
` [PATCH v2 1/2] bcache: Alloc holder object before async registration
` [PATCH v2 2/2] bcache: Fix bcache device claiming

[PATCH v3 0/7] Submit zoned writes in order
 2023-06-23 20:31 UTC  (10+ messages)
` [PATCH v3 2/7] block: Send requeued requests to the I/O scheduler

[PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-23 18:33 UTC  (5+ messages)

[PATCH] ext4: Fix warning in blkdev_put()
 2023-06-23 14:27 UTC  (3+ messages)

[bug report] BUG: KASAN: out-of-bounds in io_req_local_work_add+0x3b1/0x4a0
 2023-06-23 12:30 UTC  (8+ messages)

[PATCH net-next v4 10/15] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-06-23 11:44 UTC 

[PATCH] block: make sure local irq is disabled when calling __blkcg_rstat_flush
 2023-06-23  8:54 UTC  (4+ messages)

[PATCH] block: virtio-blk: Fix handling of zone append command completion
 2023-06-22 23:33 UTC  (5+ messages)

[PATCH] block: don't return -EINVAL for not found names in devt_from_devname
 2023-06-22 18:47 UTC  (3+ messages)

[PATCH 0/2] bcache: Fix block device claiming
 2023-06-22 15:14 UTC  (12+ messages)
` [PATCH 1/2] bcache: Alloc holder object before async registration
` [PATCH 2/2] bcache: Fix bcache device claiming

fix the name_to_dev_t mess
 2023-06-22 14:57 UTC  (9+ messages)
` [PATCH 14/24] init: clear root_wait on all invalid root= strings

[PATCH 0/1] cdrom: spectre-v1 patch for 6.5
 2023-06-22 13:48 UTC  (2+ messages)

[linux-next:master] [scsi] eca2040972: ltp.ioprio_set03.fail
 2023-06-22  8:30 UTC  (6+ messages)
  ` [LTP] "

[bug report] WARNING: possible irq lock inversion dependency detected
 2023-06-22  2:59 UTC 

[PATCH v7 0/7] scsi: fixes for targets with many LUNs, and scsi_target_block rework
 2023-06-22  1:26 UTC  (2+ messages)

[PATCH RESEND] block: improve ioprio value validity checks
 2023-06-22  1:26 UTC  (2+ messages)

[PATCH] block: Improve kernel-doc headers
 2023-06-21 19:18 UTC  (2+ messages)

[PATCH 0/2] fs: Fixup bdev_mark_dead callbacks for ext4 and xfs
 2023-06-21 16:26 UTC  (6+ messages)
` [PATCH 1/2] ext4: Fix crash in ext4_bdev_mark_dead()
` [PATCH 2/2] xfs: "

[RFC blktests v1 0/1] Test case for 'nvme: short-circuit connection retries'
 2023-06-21 15:58 UTC  (2+ messages)
` [RFC blktests v1 1/1] nvme/050: test DNR handling on reconnect

[PATCH] blk-mq: don't insert passthrough request into sw queue
 2023-06-21 15:50 UTC  (3+ messages)

next: ltp: fs: read_all: block sda: the capability attribute has been deprecated. - supervisor instruction fetch in kernel mode
 2023-06-21 14:08 UTC  (2+ messages)

[PATCH 1/4] block/rnbd: make all 'class' structures const
 2023-06-21 13:46 UTC  (3+ messages)

[PATCH] block: fix the exclusive open mask in disk_scan_partitions
 2023-06-21 13:38 UTC  (2+ messages)

[bug report] system will hung up when cpu hot plug
 2023-06-21 13:08 UTC 

[PATCH blktests v1 0/3] More fixes for FC enabling
 2023-06-21 11:19 UTC  (10+ messages)
` [PATCH blktests v1 1/3] nvme/048: Check for queue count check directly
` [PATCH blktests v1 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect

[PATCH v2 13/16] xen-blkback: Implement diskseq checks
 2023-06-21 10:07 UTC  (12+ messages)

[PATCH] md: use mddev->external to select holder in export_rdev()
 2023-06-21  8:54 UTC  (4+ messages)

block test failure with scsi_debug
 2023-06-21  7:37 UTC  (5+ messages)

[PATCH v13 0/3] Amiga RDB partition support fixes
 2023-06-21  5:54 UTC  (7+ messages)
` [PATCH v13 2/3] block: change all __u32 annotations to __be32 in affs_hardblocks.h
` [PATCH v13 3/3] block: add overflow checks for Amiga partition support

[bug report] system will hung up when cpu hot plug
 2023-06-21  4:32 UTC 


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