linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-05 05:31:18 to 2024-07-11 05:20:15 UTC [more...]

[PATCH v8 0/5] block: add larger order folio instead of pages
 2024-07-11  5:07 UTC  (6+ messages)
    ` [PATCH v8 1/5] block: Added folio-ized version of bvec_try_merge_hw_page()
    ` [PATCH v8 2/5] block: Added folio-ized version of bio_add_hw_page()
    ` [PATCH v8 3/5] block: introduce folio awareness and add a bigger size from folio
    ` [PATCH v8 4/5] mm: release number of pages of a folio
    ` [PATCH v8 5/5] block: unpin user pages belonging to a folio at once

[PATCH v2] blk-cgroup: Replace u64_sync with blkg_stat_lock for stats update
 2024-07-11  2:25 UTC  (3+ messages)

How to debug intermittent increasing md/inflight but no disk activity?
 2024-07-10 23:12 UTC  (3+ messages)

[PATCH v6] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-10 19:54 UTC  (3+ messages)

[PATCH blktests] dm/002: repeat dmsetup remove command on failure with EBUSY
 2024-07-10 15:46 UTC  (3+ messages)

next-20240709: kernel BUG at drivers/scsi/scsi_lib.c:1160! - WARNING: block/blk-merge.c:607 __blk_rq_map_sg
 2024-07-10  7:14 UTC  (2+ messages)

add a bvec_phys helper v3
 2024-07-10  7:08 UTC  (10+ messages)
` [PATCH 1/2] block: add a bvec_phys helper
` [PATCH 2/2] block: pass a phys_addr_t to get_max_segment_size

[PATCH] block: take offset into account in blk_bvec_map_sg again
 2024-07-10  7:05 UTC  (3+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-10  6:27 UTC  (28+ messages)
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[PATCH] floppy: add missing MODULE_DESCRIPTION() macro
 2024-07-10  6:23 UTC  (4+ messages)

[PATCH] loop: add missing MODULE_DESCRIPTION() macro
 2024-07-10  6:23 UTC  (3+ messages)

[PATCH] ublk_drv: add missing MODULE_DESCRIPTION() macro
 2024-07-10  6:23 UTC  (4+ messages)

[PATCH] xen/blkback: add missing MODULE_DESCRIPTION() macro
 2024-07-10  6:23 UTC  (3+ messages)

[PATCH] blk-cgroup: add spin_lock for u64_stats_update
 2024-07-10  6:19 UTC  (8+ messages)
    `  "

extend the bio alignment check to bio based drivers
 2024-07-10  5:53 UTC  (9+ messages)
` [PATCH 1/2] block: also check bio alignment for "
` [PATCH 2/2] brd: remove sector alignment checks

fine-grained PI control
 2024-07-10  3:47 UTC  (6+ messages)

[PATCH RFC 00/11] block debugfs: Catch missing flag array members
 2024-07-09 23:08 UTC  (15+ messages)
` [PATCH 01/11] block: remove QUEUE_FLAG_STOPPED
` [PATCH 02/11] block: Make QUEUE_FLAG_x as an enum
` [PATCH 03/11] block: Add build-time assert for size of blk_queue_flag_name[]
` [PATCH 04/11] block: Catch possible entries missing from hctx_state_name[]
` [PATCH 05/11] block: Catch possible entries missing from hctx_flag_name[]
` [PATCH 06/11] block: Catch possible entries missing from alloc_policy_name[]
` [PATCH 07/11] block: Add missing entries from cmd_flag_name[]
` [PATCH 08/11] block: Catch possible entries missing "
` [PATCH 09/11] block: Make RQF_x as an enum
` [PATCH 10/11] block: Add zone write plugging entry to rqf_name[]
` [PATCH 11/11] block: Catch possible entries missing from rqf_name[]

[LTP] Request for Modification of test cases
 2024-07-09 22:46 UTC 

[PATCH] block/rnbd: Constify struct kobj_type
 2024-07-09 17:52 UTC  (3+ messages)

[PATCH v1 0/7] Introduce CBD (CXL Block Device)
 2024-07-09 13:03 UTC  (8+ messages)
` [PATCH v1 1/7] cbd: introduce cbd_transport
` [PATCH v1 2/7] cbd: introduce cbd_host
` [PATCH v1 3/7] cbd: introduce cbd_segment
` [PATCH v1 4/7] cbd: introduce cbd_channel
` [PATCH v1 5/7] cbd: introduce cbd_blkdev
` [PATCH v1 6/7] cbd: introduce cbd_backend
` [PATCH v1 7/7] block: Init for CBD(CXL Block Device) module

[PATCH V6 for-6.11/block] loop: Fix a race between loop detach and loop open
 2024-07-09 11:21 UTC  (7+ messages)

[PATCH V2] block: uapi: Fix compliation warning of using IOPRIO_PRIO_DATA
 2024-07-09  9:51 UTC 

[PATCH] block: remove QUEUE_FLAG_STOPPED
 2024-07-09  8:13 UTC  (4+ messages)

[PATCH] virtio_blk: stop all virtqueues when 'virtblk_probe' fails
 2024-07-09  7:50 UTC 

[bug report] WARNING at block/blk-merge.c:607 __blk_rq_map_sg+0xf0/0x110 and BUG at drivers/scsi/scsi_lib.c:1160! on linux-block/for-next
 2024-07-09  6:50 UTC  (2+ messages)

[PATCH] block: fix get_max_segment_size() warning
 2024-07-09  6:20 UTC  (4+ messages)

[PATCH v2 0/5] Validate logical block size in blk_validate_limits()
 2024-07-09  6:01 UTC  (12+ messages)
` [PATCH v2 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH v2 2/5] block: Validate logical block size in blk_validate_limits()
` [PATCH v2 3/5] null_blk: Don't bother validating blocksize
` [PATCH v2 4/5] virtio_blk: "
` [PATCH v2 5/5] loop: "

[PATCH v2] ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
 2024-07-08 13:14 UTC  (2+ messages)

[PATCH v7 0/4] block: add larger order folio instead of pages
 2024-07-08  8:24 UTC  (11+ messages)
  ` [PATCH v7 1/4] block: Added folio-lized version of bvec_try_merge_hw_page()
  ` [PATCH v7 2/4] block: Added folio-lized version of bio_add_hw_page()
  ` [PATCH v7 3/4] block: introduce folio awareness and add a bigger size from folio
  ` [PATCH v7 4/4] block: unpin user pages belonging to a folio at once

[PATCH v5] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-08  7:54 UTC  (5+ messages)

[PATCH 0/5] Validate logical block size in blk_validate_limits()
 2024-07-08  7:45 UTC  (17+ messages)
` [PATCH 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH 2/5] block: Validate logical block size in blk_validate_limits()
` [PATCH 3/5] null_blk: Don't bother validating blocksize
` [PATCH 4/5] virtio_blk: "
` [PATCH 5/5] loop: "

[PATCH v2 0/3] zram: Replace bit spinlocks with a spinlock_t
 2024-07-08  3:32 UTC  (8+ messages)
` [PATCH v2 1/3] "

[PATCH v2] block: flush all throttled bios when deleting the cgroup
 2024-07-06  7:21 UTC  (5+ messages)

add a bvec_phys helper v2
 2024-07-06  6:24 UTC  (6+ messages)
` [PATCH 1/2] block: add a bvec_phys helper
` [PATCH 2/2] block: pass a phys_addr_t to get_max_segment_size

[PATCH V4 0/8] io_uring: support sqe group and provide group kbuf
 2024-07-06  3:09 UTC  (9+ messages)
` [PATCH V4 1/8] io_uring: add io_link_req() helper
` [PATCH V4 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V4 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V4 4/8] io_uring: support SQE group
` [PATCH V4 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V4 6/8] io_uring: support providing sqe group buffer
` [PATCH V4 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V4 8/8] ublk: support provide io buffer

[PATCH v3 0/3] zram: Replace bit spinlocks with a spinlock_t
 2024-07-05 12:49 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] zram: Remove ZRAM_LOCK
` [PATCH v3 3/3] zram: Shrink zram_table_entry::flags

make secure erase and write zeroes ioctls interruptible as well
 2024-07-05 12:12 UTC  (6+ messages)
` (subset) "

add a bvec_phys helper
 2024-07-05 11:30 UTC  (7+ messages)
` [PATCH 1/2] block: pass a phys_addr_t to get_max_segment_size
` [PATCH 2/2] block: add a bvec_phys helper

[PATCH] block: t10-pi: Return correct ref tag when queue has no integrity profile
 2024-07-05 11:21 UTC  (6+ messages)

[PATCH v2 0/5] Remove zone reset all emulation
 2024-07-05  6:42 UTC  (2+ messages)

[PATCH] loop: remove the unused inode variable in loop_configure
 2024-07-05  6:42 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).