linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-16 07:41:13 to 2025-12-20 15:00:19 UTC [more...]

[PATCH 0/4] Use __counted_by for ancestor arrays
 2025-12-20 14:59 UTC  (7+ messages)
` [PATCH 2/4] cgroup: Introduce cgroup_level() helper
` [PATCH 4/4] blk-iocost: Correct comment ioc_gq::level

[PATCH] partitions: mac: fix exposing free space as partitions
 2025-12-20 12:58 UTC 

[PATCH RESEND] block: Replace deprecated strcpy in devt_from_devname
 2025-12-20 12:57 UTC 

[PATCH 0/2] block/blk-mq: fix RT kernel performance regressions
 2025-12-20 12:47 UTC  (4+ messages)
` [PATCH 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
` [PATCH 2/2] block/blk-mq: convert blk_mq_cpuhp_lock to raw_spinlock for RT

[RFC PATCHv5 0/6] zram: introduce writeback bio batching
 2025-12-20 11:14 UTC  (3+ messages)
` (no subject)

[PATCH 0/2] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
 2025-12-20  9:53 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN

[PATCH next] block: rnbd-clt: Fix signedness bug in init_dev()
 2025-12-20  8:46 UTC 

[PATCH 0/3] block: fix bi_vcnt misuse for cloned bio
 2025-12-20  8:19 UTC  (12+ messages)
` [PATCH 1/3] block: fix bio_may_need_split() by using bvec iterator way
` [PATCH 2/3] block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
` [PATCH 3/3] io_uring: don't re-calculate iov_iter nr_segs in io_import_kbuf()

blktests failures with v6.18 kernel
 2025-12-20  5:14 UTC  (3+ messages)

[PATCH blktests] md/004: md/002: adjust per_host_store to use numeric boolean
 2025-12-20  5:09 UTC  (2+ messages)

[PATCH blktests v2] test/throtl: don't specify sector_size for scsi_debug target
 2025-12-20  5:08 UTC  (2+ messages)

[PATCH] ublk: clean up user copy references on ublk server exit
 2025-12-20  2:03 UTC  (3+ messages)

[PATCH v4 0/6] Increase SCSI IOPS
 2025-12-20  0:28 UTC  (13+ messages)
` [PATCH v4 1/6] block: Rename busy_tag_iter_fn into blk_mq_rq_iter_fn
` [PATCH v4 2/6] block: Introduce __blk_mq_tagset_iter()
` [PATCH v4 3/6] block: Introduce blk_mq_tagset_iter()
` [PATCH v4 4/6] ata: libata: Set .needs_budget_token
` [PATCH v4 5/6] scsi: core: Generalize scsi_device_busy()
` [PATCH v4 6/6] scsi: core: Improve IOPS in case of host-wide tags

[PATCH V2] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
 2025-12-19 23:55 UTC  (4+ messages)

move blk-crypto-fallback to sit above the block layer v3
 2025-12-19 20:25 UTC  (16+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer

[RFC 00/12] bio cleanups
 2025-12-19 20:14 UTC  (20+ messages)
` [RFC 01/12] bio: rename bio_chain arguments
` [RFC 02/12] bio: use bio_io_error more often
` [RFC 03/12] bio: add bio_set_errno
` [RFC 05/12] bio: add bio_set_status
` [RFC 06/12] bio: don't check target->bi_status on error
` [RFC 11/12] bio: add bio_endio_errno
` [RFC 12/12] bio: add bio_endio_status

[PATCH 00/20] ublk: add support for integrity data
 2025-12-19 14:16 UTC  (25+ messages)
` [PATCH 01/20] block: validate pi_offset integrity limit
` [PATCH 02/20] block: validate interval_exp "
` [PATCH 03/20] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH 04/20] ublk: add integrity UAPI
` [PATCH 05/20] ublk: move ublk flag check functions earlier
` [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH 07/20] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
` [PATCH 09/20] ublk: split out ublk_user_copy() helper
` [PATCH 10/20] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH 11/20] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH 12/20] ublk: implement integrity user copy
` [PATCH 13/20] ublk: optimize ublk_user_copy() on daemon task
` [PATCH 14/20] selftests: ublk: add utility to get block device metadata size
` [PATCH 15/20] selftests: ublk: add kublk support for integrity params
` [PATCH 16/20] selftests: ublk: implement integrity user copy in kublk
` [PATCH 17/20] selftests: ublk: support non-O_DIRECT backing files
` [PATCH 18/20] selftests: ublk: add integrity data support to loop target
` [PATCH 19/20] selftests: ublk: add integrity params test
` [PATCH 20/20] selftests: ublk: add end-to-end integrity test
` (subset) [PATCH 00/20] ublk: add support for integrity data

improve zoned XFS GC buffer management
 2025-12-19  8:06 UTC  (14+ messages)
` [PATCH 1/3] block: add a bio_reuse helper
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

[PATCH] block: enable RWF_DONTCACHE for block device buffered I/O
 2025-12-19  7:17 UTC 

[PATCH v4 0/2] blktests: use patient module remover
 2025-12-19  5:29 UTC  (6+ messages)
` [PATCH v4 1/2] blktests: replace module removal with patient module removal

[GIT PULL] Block fixes for 6.19-rc2
 2025-12-19  3:47 UTC 

[bug report] kmemleak observed during blktests nvme/fc
 2025-12-18 19:41 UTC  (3+ messages)

[PATCH v5 00/13] blk-mq: fix possible deadlocks
 2025-12-18 18:26 UTC  (18+ messages)
` [PATCH v5 01/13] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v5 02/13] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v5 03/13] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v5 04/13] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v5 05/13] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v5 06/13] blk-mq-debugfs: warn about possible deadlock

[PATCH] blk-mq: always clear rq->bio in blk_complete_request()
 2025-12-18 16:37 UTC  (3+ messages)

[PATCH V2] block: fix race between wbt_enable_default and IO submission
 2025-12-18 15:11 UTC  (5+ messages)

[PATCH v2] block: rnbd-clt: Fix leaked ID in init_dev()
 2025-12-18 15:10 UTC  (3+ messages)

ublk: partition scan during START_DEV can block userspace
 2025-12-18 11:20 UTC  (2+ messages)

retiring laptop_mode? was Re: [PATCH] mm: vmscan: always allow writeback during memcg reclaim
 2025-12-18  7:21 UTC  (10+ messages)

[PATCH V2] ublk: fix deadlock when reading partition table
 2025-12-18  2:41 UTC  (12+ messages)

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2025-12-17 23:18 UTC  (2+ messages)

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-12-17 17:15 UTC  (4+ messages)

[PATCH] loop: don't change loop device under exclusive opener in loop_set_status
 2025-12-17 19:00 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 01/01] io_uring: fix nr_segs calculation in io_import_kbuf
 2025-12-17 18:08 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v3] block: add allocation size check in blkdev_pr_read_keys()
 2025-12-17 14:36 UTC  (4+ messages)

[PATCH v3 0/2] block: Generalize physical entry definition
 2025-12-17  9:41 UTC  (3+ messages)
` [PATCH v3 1/2] nvme-pci: Use size_t for length fields to handle larger sizes
` [PATCH v3 2/2] types: move phys_vec definition to common header

[PATCH v2 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2025-12-17  3:42 UTC  (9+ messages)
` [PATCH v2 1/2] block: decouple secure erase size limit from discard size limit
    ` [EXT] "
  ` [EXT] Re: [PATCH v2 0/2] Optimize secure erase performance for certain Kingston eMMC devices

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 21:50 UTC  (8+ messages)

[PATCH] block: rnbd-clt: Fix leaked ID in init_dev()
 2025-12-16 18:02 UTC  (2+ messages)

[PATCH] zram: drop pp_in_progress
 2025-12-16 14:43 UTC  (2+ messages)

[PATCH] jfs: Extend the done of the window period
 2025-12-16 13:57 UTC  (3+ messages)
` [syzbot ci] "
  ` [PATCH v2] "

[PATCH v2 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 13:41 UTC  (2+ messages)
` [PATCH v2 2/5] block/floppy: Don't use REALLY_SLOW_IO for delays

[PATCH v2] block: add allocation size check in blkdev_pr_read_keys()
 2025-12-16  7:46 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).