Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-21 14:05:05 to 2023-06-27 10:24:26 UTC [more...]

[PATCH blktests v1 0/3] More fixes for FC enabling
 2023-06-27 10:22 UTC  (5+ 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] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
 2023-06-27  9:03 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2] block: add check that partition length needs to be aligned with block size
 2023-06-27 11:09 UTC  (8+ messages)

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

decouple block open flags from fmode_t
 2023-06-27  5:41 UTC  (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release

[PATCH] block: flush the disk cache on BLKFLSBUF
 2023-06-27  4:52 UTC  (2+ messages)

[PATCH v4 0/7] Submit zoned writes in order
 2023-06-27  1:06 UTC  (24+ 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 v10 00/25] DEPT(Dependency Tracker)
 2023-06-27  0:27 UTC  (28+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [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 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 13/25] dept: Distinguish each work "
` [PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [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 v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}

LVM kernel lockup scenario during lvcreate
 2023-06-26 23:29 UTC  (7+ messages)

[PATCH v2 0/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
 2023-06-26 20:46 UTC  (5+ 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

[GIT PULL] Block updates for 6.5
 2023-06-26 20:02 UTC  (2+ messages)

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

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

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

[bug report] nvme passthrough: request failed when blocksize exceeding max_hw_sectors
 2023-06-26 13:43 UTC  (2+ messages)

[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 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

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

[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  (12+ messages)
` [PATCH v3 1/4] block/badblocks: change some members of badblocks to bool
` [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)

[PATCH] virtio_pmem: do flush synchronously
 2023-06-22  8:35 UTC  (3+ messages)
` [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio

[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  (2+ 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).