linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 01:41:52 to 2024-04-11 14:53:55 UTC [more...]

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-11 14:53 UTC  (38+ messages)
` [PATCH vfs.all 04/26] block: prevent direct access of bd_inode
` [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file
` [PATCH vfs.all 21/26] block: fix module reference leakage from bdev_open_by_dev error path
  ` (subset) "
` [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
                              ` [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev)
                                ` [PATCH 03/11] grow_dev_folio(): we only want ->bd_inode->i_mapping there
                                ` [PATCH 05/11] blkdev_write_iter(): saner way to get inode and bdev
                                ` [PATCH 06/11] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here

[PATCH] blk-iocost: Fix shift-out-of-bounds in iocg_kick_delay()
 2024-04-11 13:33 UTC  (3+ messages)

[PATCH blktests 00/11] support test case repeat by different conditions
 2024-04-11 11:12 UTC  (12+ messages)
` [PATCH blktests 01/11] check: factor out _run_test()
` [PATCH blktests 02/11] check: support test case repeat by different conditions
` [PATCH blktests 03/11] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests 04/11] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests 05/11] nvme/rc: introduce NVMET_TR_TYPES
` [PATCH blktests 06/11] nvme/rc: add blkdev type environment variable
` [PATCH blktests 07/11] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests 08/11] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TR_TYPES
` [PATCH blktests 09/11] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests 10/11] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests 11/11] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type

[PATCH 4.19 094/175] loop: properly observe rotational flag of underlying device
 2024-04-11  9:55 UTC 

[PATCH v6 00/10] block atomic writes
 2024-04-11  8:59 UTC  (22+ 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 0/3] Some null_blk cleanups
 2024-04-11  8:55 UTC  (4+ 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 3/3] null_blk: Simplify null_zone_write()

[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 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] 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  (8+ 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  (32+ 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 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  (5+ 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)


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