linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-04-24 15:14 UTC  (19+ messages)
` [PATCH 1/7] block: Init for CBD(CXL "
` [PATCH 2/7] cbd: introduce cbd_transport
` [PATCH 3/7] cbd: introduce cbd_channel
` [PATCH 4/7] cbd: introduce cbd_host
` [PATCH 5/7] cbd: introuce cbd_backend
` [PATCH 7/7] cbd: add related sysfs files in transport register
` [PATCH 6/7] cbd: introduce cbd_blkdev

[PATCH] block : add larger order folio size instead of pages
 2024-04-24 13:22 UTC  (5+ messages)

INFO: task hung in bdev_open
 2024-04-24 14:54 UTC  (7+ messages)

[PATCH v2 0/2] Fixes for zone write plugging
 2024-04-24 13:58 UTC  (13+ messages)
` [PATCH v2 1/2] block: prevent freeing a zone write plug too early
` [PATCH v2 2/2] block: use a per disk workqueue for zone write plugging
` (subset) [PATCH v2 0/2] Fixes "

[PATCH] block: set default max segment size in case of virt_boundary
 2024-04-24 13:47 UTC 

[PATCH] block: allow device to have both virt_boundary_mask and max segment size
 2024-04-24 13:09 UTC  (4+ messages)

[PATCH blktests v3 00/15] support test case repeat by different conditions
 2024-04-24 12:33 UTC  (21+ messages)
` [PATCH blktests v3 01/15] check: factor out _run_test()
` [PATCH blktests v3 02/15] check: support test case repeat by different conditions
` [PATCH blktests v3 03/15] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v3 04/15] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v3 05/15] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v3 06/15] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v3 07/15] nvme/rc: add blkdev type environment variable
` [PATCH blktests v3 08/15] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v3 09/15] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v3 10/15] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v3 11/15] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v3 12/15] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v3 13/15] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v3 14/15] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v3 15/15] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

[PATCH blktests 00/11] support test case repeat by different conditions
 2024-04-24  8:55 UTC  (12+ messages)
` [PATCH blktests 05/11] nvme/rc: introduce NVMET_TR_TYPES

API break, sysfs "capability" file
 2024-04-24  8:09 UTC  (25+ messages)

[bug report] kmemleak observed with blktests nvme/tcp
 2024-04-24  6:18 UTC  (7+ messages)

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-24  1:39 UTC  (10+ messages)
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 5/9] io_uring: support SQE group

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-04-23 13:17 UTC 

[PATCH 1/2] completion: move blk_wait_io to kernel/sched/completion.c
 2024-04-23 12:36 UTC  (10+ messages)

[PATCH AUTOSEL 6.6 16/16] blk-iocost: do not WARN if iocg was already offlined
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 18/18] blk-iocost: do not WARN if iocg was already offlined
 2024-04-23 11:01 UTC 

[PATCH] mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers
 2024-04-23 10:11 UTC  (3+ messages)

[GIT PULL] Block updates for 6.9-rc1
 2024-04-23  7:33 UTC  (5+ messages)
` [PATCH for-6.10 1/2] dm-crypt: stop constraining max_segment_size to PAGE_SIZE
` [PATCH for-6.10 2/2] dm: use queue_limits_set

[PATCH] blk-throttle: fix repeat limit on bio with BIO_BPS_THROTTLED
 2024-04-23  2:29 UTC  (9+ messages)
  `  "

[PATCH AUTOSEL 5.10 6/9] blk-iocost: avoid out of bounds shift
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 5.15 06/10] blk-iocost: avoid out of bounds shift
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 6.1 10/19] blk-iocost: avoid out of bounds shift
 2024-04-22 23:18 UTC 

[PATCH AUTOSEL 6.6 13/29] blk-iocost: avoid out of bounds shift
 2024-04-22 23:16 UTC 

[PATCH AUTOSEL 6.8 16/43] blk-iocost: avoid out of bounds shift
 2024-04-22 23:14 UTC 

[PATCH RFC 0/7] buffered block atomic writes
 2024-04-22 16:02 UTC  (10+ messages)
` [PATCH RFC 1/7] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()
` [PATCH RFC 3/7] mm: Add PG_atomic
` [PATCH RFC 4/7] fs: Add initial buffered atomic write support info to statx
` [PATCH RFC 5/7] fs: iomap: buffered atomic write support
` [PATCH RFC 6/7] fs: xfs: buffered atomic writes statx support
` [PATCH RFC 7/7] fs: xfs: Enable buffered atomic writes

[PATCH blktests v2 00/11] support test case repeat by different conditions
 2024-04-22 11:35 UTC  (7+ messages)
` [PATCH blktests v2 05/11] nvme/rc: introduce NVMET_TRTYPES

[PATCH 1/3] cxl/memdev: Improve sanitize ABI descriptions
 2024-04-22  7:01 UTC  (5+ messages)
` [PATCH] cxl/memdev: Only show sanitize sysfs files when supported
` [PATCH] drivers: base: Free devm resources when unregistering a device
` [PATCH 2/3] cxl/memdev: Document security state in kern-doc
` [PATCH 3/3] cxl/memdev: Only show sanitize sysfs files when supported

[PATCH v2] block: Add ioprio to block_rq tracepoint
 2024-04-22  5:43 UTC 

[PATCH blktests v2 0/2] fix nbd/002
 2024-04-21 12:29 UTC  (2+ messages)

[PATCH] block: fix and simplify blkdevparts= cmdline parsing
 2024-04-21  7:39 UTC 

[GIT PULL] Block fixes for 6.9-rc5
 2024-04-20 18:32 UTC  (2+ messages)

[PATCH v3 blktests 0/5] add new tests for blk-throttle
 2024-04-20  8:45 UTC  (6+ messages)
` [PATCH v3 blktests 1/5] tests/throtl: add first test "
` [PATCH v3 blktests 2/5] tests/throtl: add a new test 002
` [PATCH v3 blktests 3/5] tests/throtl: add a new test 003
` [PATCH v3 blktests 4/5] tests/throtl: add a new test 004
` [PATCH v3 blktests 5/5] tests/throtl: add a new test 005

[PATCH 0/2] Fixes for zone write plugging
 2024-04-20  7:16 UTC  (3+ messages)
` [PATCH 1/2] block: prevent freeing a zone write plug too early
` [PATCH 2/2] block: use a per disk workqueue for zone write plugging

[PATCH 0/2] block: support to account io_ticks precisely
 2024-04-20  1:49 UTC  (3+ messages)

[PATCH] block/mq-deadline: Remove some unused functions
 2024-04-19 14:11 UTC  (2+ messages)

[PATCH v2] blk-iocost: do not WARNING if iocg has already offlined
 2024-04-19 14:07 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-04-19 13:42 UTC  (7+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] blk-iocost: do not WARNING if iocg has already offlined
 2024-04-19  9:20 UTC  (5+ messages)

[PATCH v2 blktests 0/5] add new tests for blk-throttle
 2024-04-19  8:50 UTC  (8+ messages)
` [PATCH v2 blktests 1/5] tests/throtl: add first test "
` [PATCH v2 blktests 4/5] tests/throtl: add a new test 004

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

[PATCH 0/8] block: implement NVMEM provider
 2024-04-18 22:51 UTC  (6+ messages)
` [PATCH 3/8] block: add new genhd flag GENHD_FL_NVMEM

[PATCH v5] block: Improve IOPS by removing the fairness code
 2024-04-18 21:57 UTC 

[PATCH v2] block: propagate partition scanning errors to the BLKRRPART ioctl
 2024-04-18 15:34 UTC  (4+ messages)

[PATCH] block/035: add test to cover blk-cgroup vs. disk rebind
 2024-04-18  6:50 UTC  (3+ messages)

[PATCH] dm: core: put device mapper block device synchronously
 2024-04-18  2:31 UTC  (3+ messages)
` [PATCH v2] dm: restore synchronous close of device mapper block device

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-18  2:05 UTC  (9+ messages)
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled

[PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
 2024-04-17 20:45 UTC  (13+ messages)
                  ` [RFC] set_blocksize() in kernel/power/swap.c (was Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device)

[PATCH 2/2] dm-io: don't warn if flush takes too long time
 2024-04-17 17:51 UTC 

[LSF/MM/BPF TOPIC] Running BOF
 2024-04-17 17:01 UTC 

[PATCH v4] dm-io: don't warn if flush takes too long time
 2024-04-17 16:55 UTC  (2+ messages)

[PATCH v3] dm-io: don't warn if flush takes too long time
 2024-04-17 16:31 UTC  (4+ messages)

[PATCH 0/3] Some null_blk cleanups
 2024-04-17 14:45 UTC  (2+ messages)

[PATCH v7 00/28] Zone write plugging
 2024-04-17 14:45 UTC  (2+ messages)

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-17 12:47 UTC  (5+ messages)
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()


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