Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-14 09:30:59 to 2024-02-20 11:57:24 UTC [more...]

[PATCH RFC 0/2] fs & block: remove bd_inode
 2024-02-20 11:57 UTC  (9+ 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

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

convert xen-blkfront to atomic queue limit updates
 2024-02-20 11:50 UTC  (7+ 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

pass queue_limits to blk_mq_alloc_disk for simple drivers
 2024-02-20 11:18 UTC  (25+ messages)
` [PATCH 01/17] ubd: pass queue_limits to blk_mq_alloc_disk
` [PATCH 02/17] aoe: "
` [PATCH 03/17] floppy: "
` [PATCH 04/17] mtip: "
` [PATCH 05/17] nbd: "
` [PATCH 06/17] ps3disk: "
` [PATCH 07/17] rbd: "
` [PATCH 08/17] rnbd-clt: "
` [PATCH 09/17] sunvdc: "
` [PATCH 10/17] gdrom: "
` [PATCH 11/17] ms_block: "
` [PATCH 12/17] mspro_block: "
` [PATCH 13/17] mtd_blkdevs: "
` [PATCH 14/17] ubiblock: "
` [PATCH 15/17] scm_blk: "
` [PATCH 16/17] ublk: "
` [PATCH 17/17] mmc: "

drop bio mode from null_blk and convert it to atomic queue limits v4
 2024-02-20 11:02 UTC  (7+ 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 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 blktests v0] nvme/029: reserve hugepages for lager allocations
 2024-02-20  8:13 UTC 

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

[LSF/MM BPF TOPIC] NUMA topology metrics for NVMe-oF
 2024-02-20  8:03 UTC 

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

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-19 12:04 UTC  (19+ 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-19 10:47 UTC  (6+ messages)

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

[PATCH blktests] nvme: Add passthru error logging tests to nvme/039
 2024-02-19  8:06 UTC  (4+ 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  (16+ 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 v3 14/15] nvme: Support atomic writes
 2024-02-14 16:45 UTC  (4+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-14 13:03 UTC  (3+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]
    ` LSF/MM/BPF: 2024: Call for Proposals [Final Reminder]

[PATCH v3 10/15] block: Add fops atomic write support
 2024-02-14 11:47 UTC  (8+ messages)
`  "

[PATCH v3 00/15] block atomic writes
 2024-02-14  9:24 UTC  (6+ messages)
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors


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