linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-21 10:09:51 to 2025-02-25 20:17:20 UTC [more...]

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-02-25 20:17 UTC  (3+ messages)
` [PATCH v3 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
` [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies()

[PATCH blktests 0/1] common/xfs: verify xfs_io supports statx atomic write attributes
 2025-02-25 18:31 UTC  (2+ messages)
` [PATCH blktests 1/1] "

[PATCHv5 00/11] ublk zero copy support
 2025-02-25 17:32 UTC  (40+ messages)
` [PATCHv5 01/11] io_uring/rsrc: remove redundant check for valid imu
` [PATCHv5 02/11] io_uring/nop: reuse req->buf_index
` [PATCHv5 03/11] io_uring/net: reuse req->buf_index for sendzc
` [PATCHv5 04/11] io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
` [PATCHv5 05/11] io_uring: combine buffer lookup and import
` [PATCHv5 06/11] io_uring/rw: move fixed buffer import to issue path
` [PATCHv5 07/11] io_uring: add support for kernel registered bvecs
` [PATCHv5 08/11] nvme: map uring_cmd data even if address is 0
` [PATCHv5 09/11] ublk: zc register/unregister bvec
` [PATCHv5 10/11] io_uring: add abstraction for buf_table rsrc data
` [PATCHv5 11/11] io_uring: cache nodes and mapped buffers
` (subset) [PATCHv5 00/11] ublk zero copy support

split out the auto-PI code and data structures v2
 2025-02-25 15:44 UTC  (4+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_payload

[PATCH v2 0/2] Fix and cleanup some comments in blk-wbt
 2025-02-25 15:44 UTC  (5+ messages)
` [PATCH v2 1/2] blk-wbt: Fix some comments

[PATCH V5] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-25 15:43 UTC  (2+ messages)

sysfs integrity fields use
 2025-02-25 15:38 UTC  (5+ messages)

[PATCHv4 0/7] block: fix lock order and remove redundant locking
 2025-02-25 15:14 UTC  (11+ messages)
` [PATCHv4 1/7] block: acquire q->limits_lock while reading sysfs attributes
` [PATCHv4 2/7] block: move q->sysfs_lock and queue-freeze under show/store method
` [PATCHv4 3/7] block: remove q->sysfs_lock for attributes which don't need it
` [PATCHv4 4/7] block: Introduce a dedicated lock for protecting queue elevator updates
` [PATCHv4 5/7] block: protect nr_requests update using q->elevator_lock
` [PATCHv4 6/7] block: protect wbt_lat_usec "
` [PATCHv4 7/7] block: protect read_ahead_kb using q->limits_lock

[PATCH v1 0/3] Fix integrity sysfs reporting inconsistencies across NVMe, SCSI, and DM
 2025-02-25 15:07 UTC  (6+ messages)
  ` [PATCH v1 1/3] block: Fix incorrect integrity sysfs reporting for DM devices
  ` [PATCH v1 2/3] nvme: Fix incorrect block integrity sysfs values for non-PI namespaces
  ` [PATCH v1 3/3] scsi: Fix incorrect integrity sysfs values when HBA doesn't support DIX

[PATCH 1/1] loop: Remove already included header files
 2025-02-25 14:57 UTC 

[PATCHv3 0/7] block: fix lock order and remove redundant locking
 2025-02-25 13:28 UTC  (21+ messages)
` [PATCHv3 1/7] block: acquire q->limits_lock while reading sysfs attributes
` [PATCHv3 2/7] block: move q->sysfs_lock and queue-freeze under show/store method
` [PATCHv3 3/7] block: remove q->sysfs_lock for attributes which don't need it
` [PATCHv3 4/7] block: Introduce a dedicated lock for protecting queue elevator updates
` [PATCHv3 5/7] block: protect nr_requests update using q->elevator_lock
` [PATCHv3 6/7] block: protect wbt_lat_usec "
` [PATCHv3 7/7] block: protect read_ahead_kb using q->limits_lock

[PATCHv4 0/5] ublk zero-copy support
 2025-02-25 13:06 UTC  (13+ messages)
` [PATCHv4 3/5] ublk: zc register/unregister bvec
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers

[PATCH 0/2] blk-throttle: fix off-by-one jiffies wait_time
 2025-02-25 12:00 UTC  (17+ messages)
` [PATCH 1/2] blk-throttle: cleanup throtl_extend_slice()
` [PATCH 2/2] blk-throttle: fix off-by-one jiffies wait_time

[PATCH 00/12] badblocks: bugfix and cleanup for badblocks
 2025-02-25  9:14 UTC  (42+ messages)
` [PATCH 01/12] badblocks: Fix error shitf ops
` [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
` [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
` [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
` [PATCH 05/12] badblocks: return error if any badblock set fails
` [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
` [PATCH 07/12] badblocks: try can_merge_front before overlap_front
` [PATCH 08/12] badblocks: fix merge issue when new badblocks align with pre+1
` [PATCH 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check()
` [PATCH 10/12] badblocks: return boolen from badblocks_set() and badblocks_clear()
` [PATCH 11/12] md: improve return types of badblocks handling functions
` [PATCH 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length

[PATCH] aoe: consolidate flags update to prevent race condition
 2025-02-25  3:13 UTC  (3+ messages)

[PATCH] tests/throtl: add a new test 006
 2025-02-25  2:07 UTC  (4+ messages)

Change in reported values of some block integrity sysfs attributes
 2025-02-25  1:07 UTC  (6+ messages)

[PATCH v1 0/2] virtio: Add length checks for device writable portions
 2025-02-24 23:31 UTC  (3+ messages)
` [PATCH 1/2] virtio_blk: add length check for device writable portion
` [PATCH 2/2] virtio_fs: "

loop: take the file system minimum dio alignment into account v2
 2025-02-24 23:18 UTC  (3+ messages)

[PATCH] virtio_blk: always post notifications under the lock
 2025-02-24 21:37 UTC  (9+ messages)

[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings
 2025-02-24 16:39 UTC  (3+ messages)
` [PATCH 1/8][next] block: blk_types.h: Use struct_group_tagged() in flex struct bio

[PATCHv2 0/6] block: fix lock order and remove redundant locking
 2025-02-24 14:49 UTC  (10+ messages)
` [PATCHv2 1/6] blk-sysfs: remove q->sysfs_lock for attributes which don't need it

[PATCH v3 0/8] enable bs > ps for block devices
 2025-02-24 10:45 UTC  (11+ messages)
` [PATCH v3 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v3 2/8] fs/buffer: remove batching from async read
` [PATCH v3 3/8] fs/mpage: avoid negative shift for large blocksize
` [PATCH v3 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v3 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v3 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v3 7/8] block/bdev: lift block size restrictions to 64k
` [PATCH v3 8/8] bdev: use bdev_io_min() for statx block size

[PATCH V4] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-24  1:48 UTC  (6+ messages)

[syzbot] [block?] INFO: task hung in sync_bdevs (3)
 2025-02-23 13:57 UTC 

[PATCH] block: throttle: don't add one extra jiffy mistakenly for bps limit
 2025-02-22  3:01 UTC  (8+ messages)

[PATCH] block: Remove commented out code
 2025-02-22  0:13 UTC  (2+ messages)

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-21 20:39 UTC  (9+ messages)
` [PATCH v2 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page

[GIT PULL] Block fixes for 6.14-rc4
 2025-02-21 17:42 UTC  (2+ messages)

Patch and bugfix in block/blk-mq.c to regain stability when using various SD Cards and Card Readers
 2025-02-21 17:20 UTC  (2+ messages)
` mmc0: error -95 doing runtime resume


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