Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-23 03:17:34 to 2024-03-26 13:14:07 UTC [more...]

[PATCH blktests v3 00/20] refactoring and various cleanups/fixes
 2024-03-26 13:13 UTC  (2+ messages)
` [PATCH blktests v3 01/20] nvme/rc: silence error on module unload for fc

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-03-26 12:57 UTC  (10+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] [RFC]: block: count BLK_OPEN_RESTRICT_WRITES openers

[PATCH] fs,block: yield devices early
 2024-03-26 12:47 UTC 

convert SCSI to atomic queue limits, part 1
 2024-03-26 11:27 UTC  (60+ messages)
` [PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the 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 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH blktests v2 00/18] refactoring and various cleanups/fixes
 2024-03-26  9:23 UTC  (7+ messages)
` [PATCH blktests v2 02/18] nvme/rc: silence fcloop cleanup failures
` [PATCH blktests v2 15/18] nvme: drop default subsysnqn argument from _nvme_{connect|disconnect}_subsys

[PATCH] blk-throttle: Fix W=1 build issue in tg_prfill_limit()
 2024-03-26  8:46 UTC  (3+ messages)

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

[PATCH] block: Make blk_rq_set_mixed_merge() static
 2024-03-26  7:01 UTC  (2+ messages)

[PATCH v2] block: Improve IOPS by removing the fairness code
 2024-03-26  6:22 UTC  (2+ messages)

[PATCH] block: don't reject too large max_user_sectors in blk_validate_limits
 2024-03-26  6:07 UTC 

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-26  3:30 UTC  (15+ messages)
            ` [f2fs-dev] "

[PATCH V2] block: fail unaligned bio from submit_bio_noacct()
 2024-03-26  1:19 UTC  (8+ messages)

[PATCH V5] blk-mq: don't schedule block kworker on isolated CPUs
 2024-03-25 19:01 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-25 17:23 UTC  (22+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH 0/8] block: implement NVMEM provider
 2024-03-25 15:46 UTC  (5+ messages)

[PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
 2024-03-25  3:59 UTC 

[PATCH 0/2] block: support to account io_ticks precisely
 2024-03-25  1:15 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block: remove blk_mq_in_flight() and blk_mq_in_flight_rw()

[RFC v4 linux-next 19/19] fs & block: remove bdev->bd_inode
 2024-03-25  1:06 UTC  (11+ messages)

pktcdvd ->open_mutex lockdep splat
 2024-03-24 23:39 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-24 23:22 UTC  (15+ messages)

[PATCH AUTOSEL 4.19 2/2] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:07 UTC 

[PATCH AUTOSEL 5.4 2/3] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:07 UTC 

[PATCH AUTOSEL 5.10 2/2] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:07 UTC 

[PATCH AUTOSEL 5.15 2/2] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:07 UTC 

[PATCH AUTOSEL 6.1 5/7] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:07 UTC 

[PATCH AUTOSEL 6.6 08/11] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:06 UTC 

[PATCH AUTOSEL 6.7 08/11] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:06 UTC 

[PATCH AUTOSEL 6.8 08/11] block: prevent division by zero in blk_rq_stat_sum()
 2024-03-24 17:05 UTC 

[PATCH] block: fail unaligned bio from submit_bio_noacct()
 2024-03-24  8:02 UTC  (6+ messages)
`  "

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-03-23 11:33 UTC  (5+ messages)
` [RFC PATCH 3/5] rust: block: allow `hrtimer::Timer` in `RequestData`
` [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation

[PATCH -next RFC] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
 2024-03-23  4:09 UTC  (3+ 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).