messages from 2026-03-12 11:56:50 to 2026-03-17 23:38:29 UTC [more...]
[PATCH] blk-mq: add tracepoint block_rq_tag_wait
2026-03-17 23:38 UTC (2+ messages)
[PATCH 0/4] drbd: A few bug fixes
2026-03-17 23:23 UTC (5+ messages)
` [PATCH 1/4] drbd: Fix out-of-bounds access
` [PATCH 2/4] drbd: Fix variable dereference before check
` [PATCH 3/4] drbd: Add missing error code in drbd_main.c
` [PATCH 4/4] drbd: Add check for error pointer
[PATCH] floppy: annotate data-races around command_status and floppy_work_fn
2026-03-17 22:16 UTC (2+ messages)
[PATCH v4] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
2026-03-17 19:32 UTC
[PATCH v2 00/12] Enable lock context analysis
2026-03-17 16:36 UTC (22+ messages)
` [PATCH v2 01/12] drbd: Balance RCU calls in drbd_adm_dump_devices()
` [PATCH v2] powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
` [PATCH v2 02/12] block: Make the lock context annotations compatible with Clang
` [PATCH v2 03/12] aoe: Add a lock context annotation
` [PATCH v2 04/12] drbd: Make the lock context annotations compatible with Clang
` [PATCH v2 05/12] loop: Add lock context annotations
` [PATCH v2 06/12] nbd: "
` [PATCH v2 07/12] null_blk: Add more "
` [PATCH v2 08/12] rbd: Add "
` [PATCH v2 09/12] ublk: Fix the "
` [PATCH v2 10/12] zloop: Add a "
` [PATCH v2 11/12] zram: Add "
` [PATCH v2 12/12] block: Enable lock context analysis for all block drivers
[PATCH 0/4] block: make some sysfs attribute instances const
2026-03-17 16:31 UTC (9+ messages)
` [PATCH 1/4] block: make queue_sysfs_entry "
` [PATCH 2/4] block: ia-ranges: make blk_ia_range_sysfs_entry "
` [PATCH 3/4] blk-crypto: make blk_crypto_attr "
` [PATCH 4/4] blk-mq: make blk_mq_hw_ctx_sysfs_entry "
bio allocation cleanups
2026-03-17 13:40 UTC (6+ messages)
` [PATCH 1/3] block: mark bvec_{alloc,free} static
` [PATCH 2/3] block: split bio_alloc_bioset more clearly into a fast and slowpath
` [PATCH 3/3] block: remove bvec_free
[PATCH] mmc: block: use single block write in retry
2026-03-17 13:24 UTC (5+ messages)
[PATCH 0/2] blk-throttle: minor fixes and cleanup
2026-03-17 11:58 UTC (8+ messages)
` [PATCH 1/2] blk-throttle: remove leftover carryover checks in tg_within_[bps/iops]_limit
` [PATCH 2/2] blk-throttle: fix timer scheduled on wrong service_queue in tg_flush_bios
[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
2026-03-17 9:36 UTC (10+ messages)
[PATCH] drbd: remove unneeded semicolon
2026-03-17 8:56 UTC
[PATCH v2] block: reject zero length in bio_add_page()
2026-03-17 8:06 UTC
[PATCH v8 0/3] bsg: add io_uring command support for SCSI passthrough
2026-03-17 7:22 UTC (4+ messages)
` [PATCH v8 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v8 2/3] bsg: add io_uring command support to generic layer
` [PATCH v8 3/3] scsi: bsg: add io_uring passthrough handler
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-03-17 4:44 UTC (2+ messages)
[PATCH] zram: change scan_slots to return void
2026-03-17 3:23 UTC
[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
2026-03-16 23:26 UTC (3+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-16 22:10 UTC (15+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 38/61] net: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 50/61] iommu: "
[syzbot ci] Re: jfs: Extend the done of the window period
2026-03-16 21:14 UTC (3+ messages)
` [PATCH v2] "
[PATCH] block: reject zero length in bio_add_page()
2026-03-16 20:44 UTC (3+ messages)
[PATCH][next] drbd: Fix typos: "receive_peer_dagatg" -> "receive_peer_dagtag"
2026-03-16 20:25 UTC
[PATCH] block: Omit a redundant pm_runtime_mark_last_busy() call in blk_post_runtime_resume()
2026-03-16 17:07 UTC (3+ messages)
` "
[RESEND PATCHv3 1/2] dm-crypt: allow unaligned bio_vecs for direct io
2026-03-16 15:09 UTC (3+ messages)
` [RESEND PATCHv3 2/2] dm-crypt: dynamic scatterlist for many segments
` [RESEND PATCHv3 0/2] dm-crypt: support relaxed memory alignment
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-03-16 14:05 UTC (54+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks
LSF/MM/BPF: 2026: Call for Proposals
2026-03-16 10:20 UTC (3+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent
` LSF/MM/BPF: 2026: (V)FS: Second "
[PATCH v2] blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
2026-03-16 9:32 UTC (2+ messages)
[PATCH] blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
2026-03-16 6:53 UTC (3+ messages)
[PATCH] zram: propagate read_from_bdev_async() errors
2026-03-16 2:22 UTC (2+ messages)
[PATCH v3 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
2026-03-15 22:16 UTC (2+ messages)
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 18:21 UTC (5+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 17:25 UTC (4+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 17:16 UTC (4+ messages)
` [PATCH v2 1/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
[PATCH v2] block: add missing kernel-doc for memcpy_from_bvec() and memcpy_to_bvec()
2026-03-15 17:08 UTC
[PATCH 2/9] block: add missing kernel-doc for memcpy_from_bvec() and memcpy_to_bvec()
2026-03-15 15:34 UTC
[PATCHv8 0/2] block for-7.1/integrity rebase for mem alignment
2026-03-14 14:14 UTC (4+ messages)
` [PATCHv8 1/2] blk-integrity: support arbitrary buffer alignment
` [PATCHv8 2/2] ublk: report BLK_SPLIT_INTERVAL_CAPABLE
[PATCH 0/7] lib/iov_iter: fix bugs found via cross-function consistency review
2026-03-13 18:22 UTC (11+ messages)
` [PATCH 1/7] lib/iov_iter: fix missing allocation failure check in iov_iter_extract_bvec_pages()
` [PATCH 2/7] lib/iov_iter: add NULL check on folioq->prev in iov_iter_folioq_revert()
` [PATCH 3/7] lib/iov_iter: fix misplaced parenthesis in iov_iter_restore() kvec check
` [PATCH 4/7] lib/iov_iter: account for iov_offset in iov_iter_single_seg_count() folioq path
` [PATCH 5/7] lib/iov_iter: account for iov_offset in iov_iter_gap_alignment()
` [PATCH 6/7] lib/iov_iter: guard iov_iter_alignment() against zero-count iovec/bvec iterators
` [PATCH 7/7] lib/iov_iter: add missing should_fail_usercopy() in copy_to_user_iter_mc()
[GIT PULL] Block fixes for 7.0-rc4
2026-03-13 17:33 UTC (2+ messages)
[PATCH] MAINTAINERS: add Josh Law as reviewer for library code
2026-03-13 16:06 UTC (10+ messages)
[PATCH v7 0/3] bsg: add io_uring command support for SCSI passthrough
2026-03-13 15:37 UTC (13+ messages)
` [PATCH v7 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v7 2/3] bsg: add io_uring command support to generic layer
` [PATCH v7 3/3] scsi: bsg: add io_uring passthrough handler
[PATCH v1 0/3] dm-inlinecrypt: add target for inline block device encryption
2026-03-13 15:27 UTC (8+ messages)
` [PATCH v1 2/3] "
` [PATCH v1 3/3] dm-inlinecrypt: Expose inline crypto caps to the device
[PATCH RFC v2 0/5] zram: Allow zcomps to manage their own streams
2026-03-13 14:42 UTC (3+ messages)
[PATCH 0/4] simple bio cleanups
2026-03-13 14:35 UTC (3+ messages)
[PATCH blktests] check: check kmemleak before test run start
2026-03-13 12:18 UTC
[PATCH] blk-wbt: Cleanup in __wbt_enable_default
2026-03-13 8:27 UTC
[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
2026-03-13 3:26 UTC (6+ messages)
[PATCH v2] zram: Optimize LZ4 dictionary compression performance
2026-03-13 3:00 UTC (2+ messages)
Should bio_add_folio() add the folio even it returned false for @len == 0 case?
2026-03-13 2:15 UTC
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