Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-03 15:04:13 to 2024-04-07 14:57:05 UTC [more...]

[PATCH] block: allow device to have both virt_boundary_mask and max segment size
 2024-04-07 14:57 UTC  (2+ messages)
`  "

[PATCH] block: fix q->blkg_list corruption during disk rebind
 2024-04-07 13:40 UTC  (2+ messages)

[PATCH] block/035: add test to cover blk-cgroup vs. disk rebind
 2024-04-07 12:57 UTC 

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-07  5:21 UTC  (42+ messages)
` [PATCH vfs.all 01/26] block: move two helpers into bdev.c
` [PATCH vfs.all 02/26] block: remove sync_blockdev_nowait()
` [PATCH vfs.all 03/26] block: remove sync_blockdev_range()
` [PATCH vfs.all 04/26] block: prevent direct access of bd_inode
` [PATCH vfs.all 05/26] block: add a helper bdev_read_folio()
` [PATCH vfs.all 06/26] bcachefs: remove dead function bdev_sectors()
` [PATCH vfs.all 07/26] cramfs: prevent direct access of bd_inode
` [PATCH vfs.all 08/26] erofs: "
` [PATCH vfs.all 09/26] nilfs2: "
` [PATCH vfs.all 10/26] gfs2: "
` [PATCH vfs.all 11/26] btrfs: "
` [PATCH vfs.all 12/26] ext4: remove block_device_ejected()
` [PATCH vfs.all 13/26] ext4: prevent direct access of bd_inode
` [PATCH vfs.all 14/26] jbd2: "
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()
` [PATCH vfs.all 16/26] bcache: prevent direct access of bd_inode
` [PATCH vfs.all 17/26] block2mtd: "
` [PATCH vfs.all 18/26] scsi: use bdev helper in scsi_bios_ptable()
` [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file
` [PATCH vfs.all 20/26] block: factor out a helper init_bdev_file()
` [PATCH vfs.all 21/26] block: fix module reference leakage from bdev_open_by_dev error path
` [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
` [PATCH vfs.all 23/26] iomap: add helpers helpers to get and set bdev
` [PATCH vfs.all 24/26] iomap: convert to use bdev_file
` [PATCH vfs.all 25/26] buffer: add helpers to get and set bdev
` [PATCH vfs.all 26/26] buffer: convert to use bdev_file

[PATCH blktests 2/2] nvme/rc: fix shellcheck warning SC2086
 2024-04-07  3:17 UTC 

[PATCH blktests 1/2] nvme/011: fix filename path
 2024-04-07  3:17 UTC 

[bug report] kmemleak observed with blktests nvme/tcp
 2024-04-07  0:38 UTC 

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-04-06 21:30 UTC  (2+ messages)

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-06  8:00 UTC  (7+ messages)
` [PATCH RFC v2 1/6] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
` [PATCH RFC v2 2/6] blk-throttle: delay initialization until configuration
` [PATCH RFC v2 3/6] blk-throttle: expand tg_conf_updated() to return if any tg has rules
` [PATCH RFC v2 4/6] blk-cgroup: add a new helper blkg_conf_exit_blkg()
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled
` [PATCH RFC v2 6/6] blk-throtl: switch to use rq_qos

[PATCH 0/2] block: support to account io_ticks precisely
 2024-04-06  7:57 UTC  (2+ messages)

[PATCH] block: Fix BLKRRPART regression
 2024-04-06  4:46 UTC  (3+ messages)

[PATCH blktests] block/035: test return EIO from BLKRRPART
 2024-04-06  4:46 UTC  (6+ messages)

[PATCH] blk-iocost: avoid out of bounds shift
 2024-04-06  2:07 UTC  (3+ messages)

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-06  1:15 UTC  (7+ messages)
` [PATCH v2 12/25] gpio: virtio: drop owner assignment
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 23/25] scsi: virtio: "

[GIT PULL] Block fixes for 6.9-rc3
 2024-04-06  0:10 UTC  (2+ messages)

[PATCH] docs: sysfs-block: document size sysfs entry
 2024-04-05 21:26 UTC  (3+ messages)

[PATCH v2] docs: sysfs-block: document size sysfs entry
 2024-04-05 21:24 UTC 

[PATCH v6 00/28] Zone write plugging
 2024-04-05 20:39 UTC  (33+ messages)
` [PATCH v6 01/28] block: Restore sector of flush requests
` [PATCH v6 02/28] block: Remove req_bio_endio()
` [PATCH v6 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v6 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v6 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v6 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v6 07/28] block: Introduce zone write plugging
` [PATCH v6 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v6 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v6 10/28] block: Implement zone append emulation
` [PATCH v6 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v6 12/28] dm: Use the block layer zone append emulation
` [PATCH v6 13/28] scsi: sd: "
` [PATCH v6 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v6 15/28] null_blk: "
` [PATCH v6 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v6 17/28] null_blk: Introduce fua attribute
` [PATCH v6 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v6 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v6 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v6 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v6 22/28] block: Remove elevator required features
` [PATCH v6 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v6 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v6 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v6 26/28] block: Remove zone write locking
` [PATCH v6 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v6 28/28] block: Do not special-case plugging of zone write operations

[PATCH 0/2] Fix the mq-deadline async_depth implementation
 2024-04-05 20:05 UTC  (5+ messages)
` [PATCH 1/2] block: Call .limit_depth() after .hctx has been set
` [PATCH 2/2] block/mq-deadline: Fix the tag reservation code

[PATCH] docs: sysfs-block: change hidden sysfs entry listing order
 2024-04-05 19:39 UTC  (2+ messages)

[PATCH] block: work around sparse in queue_limits_commit_update
 2024-04-05 17:13 UTC  (6+ messages)

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-04-05 15:36 UTC  (5+ messages)

[PATCH v6 00/10] block atomic writes
 2024-04-05 10:55 UTC  (9+ messages)

[RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
 2024-04-05  9:40 UTC  (11+ messages)

[PATCH v5.10] block: add check that partition length needs to be aligned with block size
 2024-04-05  9:31 UTC  (2+ messages)

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-04-05  7:02 UTC  (15+ messages)
` [RFC 4/9] dm: "
` [RFC 8/9] dm thin: "

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-05  6:44 UTC  (27+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 10/23] scsi: add a device_configure method to the "
` [PATCH 12/23] mpt3sas: switch to using ->device_configure
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-04-05  6:12 UTC  (8+ messages)
  ` [Lsf-pc] "

regression on BLKRRPART ioctl for EIO
 2024-04-05  2:04 UTC  (10+ messages)

[PATCH v5 00/28] Zone write plugging
 2024-04-05  0:02 UTC  (18+ messages)
` [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v5 07/28] block: Introduce zone write plugging
` [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute

[PATCH 1/2] block: track per-node I/O latency
 2024-04-04 18:47 UTC  (4+ messages)

[v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
 2024-04-04 15:02 UTC  (8+ messages)

[PATCH blktests v1 0/3] add blkdev type environment variable
 2024-04-04 11:07 UTC  (8+ messages)

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-04-04  9:28 UTC  (4+ messages)

[PATCH v4] block: Improve IOPS by removing the fairness code
 2024-04-03 21:25 UTC 

[PATCH v3] block: Improve IOPS by removing the fairness code
 2024-04-03 21:10 UTC 

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-04-03 19:22 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
 2024-04-03 15:10 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).