messages from 2025-12-17 17:01:56 to 2025-12-24 13:45:57 UTC [more...]
[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
2025-12-24 13:44 UTC (4+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
2025-12-24 11:53 UTC
[PATCH 0/2] ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
2025-12-23 20:03 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN
[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
2025-12-23 15:17 UTC (7+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 17/31] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
[PATCH v2] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-23 11:34 UTC (7+ messages)
[PATCH AUTOSEL 6.18] block: validate pi_offset integrity limit
2025-12-23 10:05 UTC
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-12-23 6:33 UTC (7+ messages)
[PATCH V2 0/3] ublk: scan partition in async way
2025-12-23 3:27 UTC (4+ messages)
` [PATCH V2 1/3] "
` [PATCH V2 2/3] selftests/ublk: add test for async partition scan
` [PATCH V2 3/3] selftests/ublk: fix Makefile to rebuild on header changes
[PATCH v2 0/2] block/blk-mq: fix RT kernel issues and interrupt context warnings
2025-12-23 2:18 UTC (6+ messages)
` [PATCH v2 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
` [PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
[PATCH 0/3] ublk: scan partition in async way
2025-12-23 2:18 UTC (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/ublk: add test for async partition scan
` [PATCH 3/3] selftests/ublk: fix Makefile to rebuild on header changes
[PATCH V2] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
2025-12-23 2:13 UTC (6+ messages)
[PATCH 00/20] ublk: add support for integrity data
2025-12-23 1:58 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
` (subset) [PATCH 00/20] ublk: add support for integrity data
[PATCH] rnull: replace `kernel::c_str!` with C-Strings
2025-12-22 22:36 UTC (3+ messages)
move blk-crypto-fallback to sit above the block layer v3
2025-12-22 22:18 UTC (15+ messages)
` [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 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-12-22 20:04 UTC (2+ messages)
` (subset) "
[PATCH v4 0/2] blktests: use patient module remover
2025-12-22 18:11 UTC (7+ messages)
` [PATCH v4 1/2] blktests: replace module removal with patient module removal
[PATCH] lib/group_cpus: fix cross-NUMA CPU assignment in group_cpus_evenly
2025-12-22 13:50 UTC (3+ messages)
[PATCH] block: fix aux stat accumulation destination
2025-12-22 2:19 UTC
[RFC v2 00/17] bio cleanups
2025-12-21 15:39 UTC (19+ messages)
` [RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
` [RFC v2 02/17] bio: rename bio_chain arguments
` [RFC v2 03/17] bio: use bio_io_error more often
` [RFC v2 04/17] bio: add bio_set_status
` [RFC v2 05/17] bio: use bio_set_status for BLK_STS_* status codes
` [RFC v2 06/17] bio: do not check bio->bi_status before assigning to it
` [RFC v2 07/17] block: consecutive blk_status_t error codes
` [RFC v2 08/17] block: fix blk_status_to_{errno,str} inconsistency
` [RFC v2 09/17] block: turn blk_errors array into a macro
` [RFC v2 10/17] block: optimize blk_status <=> errno conversion
` [RFC v2 11/17] bio: bio_set_status from non-zero errno
` [RFC v2 12/17] bio: do not check bio->bi_status before assigning to it (part 2)
` [RFC v2 13/17] xfs: use bio_set_status in xfs_zone_alloc_and_submit
` [RFC v2 14/17] bio: switch to bio_set_status in submit_bio_noacct
` [RFC v2 15/17] bio: never set bi_status to BLK_STS_OK during completion
` [RFC v2 16/17] bio: never set bi_status to BLK_STS_OK during completion (part 2)
` [RFC v2 17/17] bio: add bio_endio_status
[PATCH] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-21 13:01 UTC (3+ messages)
blktests failures with v6.19-rc1 kernel
2025-12-21 11:33 UTC
[PATCH] Do not require atomic writes to be power of 2 sized and aligned on length boundary
2025-12-21 11:17 UTC
[RFC v2 00/17] bio clenups
2025-12-21 2:51 UTC
[PATCH] brd: replace simple_strtol with kstrtoul in ramdisk_size
2025-12-20 23:59 UTC
[PATCH 2/4] cgroup: Introduce cgroup_level() helper
2025-12-20 21:49 UTC (3+ messages)
[PATCH 0/2] block/blk-mq: fix RT kernel performance regressions
2025-12-20 20:58 UTC (6+ 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
` [syzbot ci] Re: block/blk-mq: fix RT kernel performance regressions
[PATCH next] block: rnbd-clt: Fix signedness bug in init_dev()
2025-12-20 20:25 UTC (2+ messages)
[PATCH] ublk: clean up user copy references on ublk server exit
2025-12-20 20:25 UTC (4+ messages)
[GIT PULL] Block fixes for 6.19-rc2
2025-12-20 17:59 UTC (2+ messages)
[PATCH] Do not require atomic writes to be aligned on length boundary
2025-12-20 17:32 UTC (2+ messages)
[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
[RFC PATCHv5 0/6] zram: introduce writeback bio batching
2025-12-20 11:14 UTC (3+ messages)
` (no subject)
[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 v4 0/6] Increase SCSI IOPS
2025-12-20 0:28 UTC (8+ messages)
` [PATCH v4 6/6] scsi: core: Improve IOPS in case of host-wide tags
[RFC 00/12] bio cleanups
2025-12-19 20:14 UTC (8+ messages)
` [RFC 06/12] bio: don't check target->bi_status on error
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
[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 (15+ 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 (9+ messages)
[PATCH V2] ublk: fix deadlock when reading partition table
2025-12-18 2:41 UTC (12+ 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 0/4] Use __counted_by for ancestor arrays
2025-12-17 19:02 UTC (4+ messages)
` [PATCH 4/4] blk-iocost: Correct comment ioc_gq::level
[PATCH 01/01] io_uring: fix nr_segs calculation in io_import_kbuf
2025-12-17 18:08 UTC (3+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).