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

[PATCH 0/3] Some null_blk cleanups
 2024-04-11  8:55 UTC  (3+ messages)
` [PATCH 1/3] null_blk: Have all null_handle_xxx() return a blk_status_t
` [PATCH 2/3] null_blk: Do zone resource management only if necessary

[PATCH v6 00/10] block atomic writes
 2024-04-11  8:15 UTC  (21+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 10/10] nvme: Atomic "

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-04-11  7:49 UTC  (8+ messages)
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[PATCH blktests] block/035: test return EIO from BLKRRPART
 2024-04-11  5:29 UTC  (7+ messages)

[PATCH] block: add max_dispatch to sysfs
 2024-04-11  5:19 UTC  (3+ messages)

[PATCH -next 0/2] block: fix cached time in plug
 2024-04-11  3:23 UTC  (3+ messages)
` [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't update time after schedule
` [PATCH -next 2/2] block: add plug while submitting IO

[PATCH] block: Fix BLKRRPART regression
 2024-04-10 23:39 UTC  (4+ messages)

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-10 22:34 UTC  (24+ messages)
` [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file
` [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device

[PATCH v4 0/2] md: fix is_mddev_idle()
 2024-04-10 21:35 UTC  (2+ messages)

[PATCH 0/5 v2] address remaining stringop-truncation warnings
 2024-04-10 21:13 UTC  (10+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 3/5] [v2] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()
` [PATCH 5/5] [v2] kbuild: enable -Wstringop-truncation globally

[PATCH] blk-iocost: Fix shift-out-of-bounds in iocg_kick_delay()
 2024-04-10 19:53 UTC  (2+ messages)

[PATCH] block: convert the debugfs interface to read/write iterators
 2024-04-10 19:18 UTC  (3+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-04-10 17:28 UTC  (5+ messages)
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

[PATCH] aoe: fix the potential use-after-free problem in more places
 2024-04-10 13:48 UTC 

[PATCH] block: Add ioprio to block_rq tracepoint
 2024-04-10 10:14 UTC 

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-10  8:02 UTC  (5+ messages)
` [PATCH v2 15/25] misc: nsm: drop owner assignment

convert SCSI to atomic queue limits, part 1 (v3)
 2024-04-10  8:01 UTC  (50+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [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 21/23 v3.1] "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[Linux Kernel bug] WARNING: zero-size vmalloc in disksize_store
 2024-04-10  3:17 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-04-09 20:39 UTC  (3+ messages)

[PATCH] block: allow device to have both virt_boundary_mask and max segment size
 2024-04-09 15:56 UTC  (10+ messages)
`  "

API break, sysfs "capability" file
 2024-04-09 15:17 UTC  (9+ messages)

[PATCH] block: support changing scheduler & nr_requests together
 2024-04-09  6:06 UTC 

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-09  2:57 UTC  (2+ messages)

[PATCH] block/035: add test to cover blk-cgroup vs. disk rebind
 2024-04-09  0:56 UTC  (2+ messages)

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-04-08 18:05 UTC  (4+ messages)
` [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()

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

[PATCHv2] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-04-08 10:26 UTC 

[PATCH] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-04-08 10:30 UTC  (2+ messages)

[PATCH] block: fix q->blkg_list corruption during disk rebind
 2024-04-08  7:42 UTC  (6+ messages)

[PATCH blktests 1/2] nvme/011: fix filename path
 2024-04-08  7:17 UTC  (3+ messages)

[PATCH blktests 2/2] nvme/rc: fix shellcheck warning SC2086
 2024-04-08  4:05 UTC  (2+ messages)

[PATCH v6 00/28] Zone write plugging
 2024-04-08  1:26 UTC  (4+ messages)
` [PATCH v6 12/28] dm: Use the block layer zone append emulation

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-08  1:03 UTC  (10+ messages)
` [PATCH 1/9] io_uring: net: don't check sqe->__pad2[0] for send zc
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 3/9] io_uring: add helper for filling cqes in __io_submit_flush_completions()
` [PATCH 4/9] io_uring: add one output argument to io_submit_sqe
` [PATCH 5/9] io_uring: support SQE group
` [PATCH 6/9] io_uring: support providing sqe group buffer
` [PATCH 7/9] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH 8/9] ublk: support provide io buffer
` [RFC PATCH 9/9] liburing: support sqe ext_flags & sqe group

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-04-07 19:55 UTC  (6+ 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).