linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-15 07:11:07 to 2024-02-21 09:07:15 UTC [more...]

[PATCH v2] block: fix deadlock between bd_link_disk_holder and partition scan
 2024-02-21  9:01 UTC 

[PATCH] blk-lib: let user kill a zereout process
 2024-02-21  8:54 UTC  (7+ messages)

[PATCH blktests v1] nvme/029: reserve hugepages for lager allocations
 2024-02-21  8:16 UTC  (2+ messages)

[PATCH 0/2] *** introduce content activity based ioprio ***
 2024-02-21  7:53 UTC  (3+ messages)
` [PATCH 1/2] block: introduce content activity based ioprio
` [PATCH 2/2] fs: "

[PATCH blktests v0] nvme/029: reserve hugepages for lager allocations
 2024-02-21  7:37 UTC  (3+ messages)
  `  "

[PATCH RFC 0/2] fs & block: remove bd_inode
 2024-02-21  7:36 UTC  (10+ messages)
` [PATCH RFC 1/2] fs & block: remove bdev->bd_inode
` [PATCH RFC 2/2] fs,drivers: remove bdev_inode() usage outside of block layer and drivers

[PATCH blktests V2 0/1] nvme: Add passthru error logging tests to nvme/039
 2024-02-21  7:12 UTC  (3+ messages)
` [PATCH blktests V2 1/1] "

[PATCH v2 0/9] mmc: Use proper sg_miter for scatterlists
 2024-02-21  6:30 UTC  (6+ messages)
` [PATCH v2 8/9] mmc: sdhci-esdhc-mcf: Use sg_miter for swapping
` [PATCH v2 9/9] mmc: sh_mmcif: Use sg_miter for PIO

[Resend PATCHv9 1/1] block: introduce content activity based ioprio
 2024-02-21  5:52 UTC  (4+ messages)

[LSF/MM BPF TOPIC] NUMA topology metrics for NVMe-oF
 2024-02-21  5:49 UTC  (2+ messages)

pass queue_limits to blk_mq_alloc_disk for simple drivers
 2024-02-21  5:44 UTC  (17+ messages)
` [PATCH 03/17] floppy: pass queue_limits to blk_mq_alloc_disk
` [PATCH 07/17] rbd: "
` [PATCH 08/17] rnbd-clt: "
` [PATCH 14/17] ubiblock: "
` [PATCH 17/17] mmc: "

[PATCH blktests] nvme: Add passthru error logging tests to nvme/039
 2024-02-20 17:40 UTC  (6+ messages)

[PATCHv2 2/2] block: adjust CFS request expire time
 2024-02-20 17:12 UTC  (3+ messages)

convert xen-blkfront to atomic queue limit updates
 2024-02-20 15:53 UTC  (11+ messages)
` [PATCH 1/4] xen-blkfront: set max_discard/secure erase limits to UINT_MAX
` [PATCH 2/4] xen-blkfront: rely on the default discard granularity
` [PATCH 3/4] xen-blkfront: don't redundantly set max_sements in blkif_recover
` [PATCH 4/4] xen-blkfront: atomically update queue limits

drop bio mode from null_blk and convert it to atomic queue limits v4
 2024-02-20 13:22 UTC  (8+ messages)
` [PATCH 1/5] null_blk: remove the bio based I/O path
` [PATCH 2/5] null_blk: initialize the tag_set timeout in null_init_tag_set
` [PATCH 3/5] null_blk: refactor tag_set setup
` [PATCH 4/5] null_blk: remove null_gendisk_register
` [PATCH 5/5] null_blk: pass queue_limits to blk_mq_alloc_disk

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-20 13:22 UTC  (20+ messages)
` [PATCH 1/9] block: pass a queue_limits argument to blk_alloc_disk
` [PATCH 2/9] nfblock: pass queue_limits to blk_mq_alloc_disk
` [PATCH 3/9] brd: "
` [PATCH 4/9] n64cart: "
` [PATCH 5/9] zram: "
` [PATCH 6/9] bcache: "
` [PATCH 7/9] btt: "
` [PATCH 8/9] pmem: "
` [PATCH 9/9] dcssblk: "

[PATCH] virtio_blk: Fix device surprise removal
 2024-02-20 12:16 UTC  (8+ messages)

[PATCH 1/2] sched: introduce helper function to calculate distribution over sched class
 2024-02-20 10:37 UTC  (4+ messages)
` [PATCH 2/2] block: adjust CFS request expire time

[PATCH v4 00/11] block atomic writes
 2024-02-20 10:01 UTC  (36+ messages)
` [PATCH v4 01/11] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v4 02/11] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v4 03/11] fs: Initial atomic write support
` [PATCH v4 04/11] fs: Add initial atomic write support info to statx
` [PATCH v4 05/11] block: Add core atomic write support
` [PATCH v4 06/11] block: Add atomic write support for statx
` [PATCH v4 07/11] block: Add fops atomic write support
` [PATCH v4 08/11] scsi: sd: Atomic "
` [PATCH v4 09/11] scsi: scsi_debug: "
` [PATCH v4 10/11] nvme: "
` [PATCH v4 11/11] nvme: Ensure atomic writes will be executed atomically

[PATCH] block: fix deadlock between bd_link_disk_holder and partition scan
 2024-02-20  8:09 UTC  (9+ messages)

drop bio mode from null_blk and convert it to atomic queue limits v3
 2024-02-20  7:23 UTC  (11+ messages)
` [PATCH 1/5] null_blk: remove the bio based I/O path
` [PATCH 2/5] null_blk: initialize the tag_set timeout in null_init_tag_set
` [PATCH 3/5] null_blk: refactor tag_set setup
` [PATCH 4/5] null_blk: remove null_gendisk_register
` [PATCH 5/5] null_blk: pass queue_limits to blk_mq_alloc_disk

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-20  7:16 UTC  (10+ messages)

drop bio mode from null_blk and convert it to atomic queue limits v2
 2024-02-20  0:03 UTC  (8+ messages)
` [PATCH 1/5] null_blk: remove the bio based I/O path
` [PATCH 2/5] null_blk: initialize the tag_set timeout in null_init_tag_set
` [PATCH 3/5] null_blk: refactor tag_set setup
` [PATCH 4/5] null_blk: remove null_gendisk_register
` [PATCH 5/5] null_blk: pass queue_limits to blk_mq_alloc_disk

[PATCH for-6.8/block] block: support to account io_ticks precisely
 2024-02-19  9:03 UTC  (5+ messages)

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-02-18 16:58 UTC 

[PATCH v4] nbd: null check for nla_nest_start
 2024-02-18 13:01 UTC  (2+ messages)

[PATCH 0/1] add empty atom support to SED Opal parser
 2024-02-18 13:01 UTC  (3+ messages)
` [PATCH 1/1] block: sed-opal: handle empty atoms when parsing response

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-02-18  3:13 UTC  (3+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-02-17  4:04 UTC  (14+ messages)
                  ` init_on_alloc digression: "

[GIT PULL] Block fixes for 6.8-rc5
 2024-02-16 22:10 UTC  (2+ messages)

kernel oops on bcachefs umount, 6.7 kernel
 2024-02-16 15:57 UTC  (5+ messages)

[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
 2024-02-16  0:32 UTC  (7+ messages)
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information

I/O errors while writing to external Transcend XS-2000 4TB SSD
 2024-02-15 15:36 UTC  (4+ messages)

drop bio mode from null_blk and convert it to atomic queue limits
 2024-02-15  8:05 UTC  (4+ messages)
` [PATCH 1/5] null_blk: remove the bio based I/O path


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