linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-19 11:42:17 to 2025-08-25 10:53:32 UTC [more...]

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-25 10:53 UTC  (9+ messages)
` [PATCH RFC 1/7] block: export helper bio_submit_split()
` [PATCH RFC 2/7] md/raid0: convert raid0_handle_discard() to use bio_submit_split()
` [PATCH RFC 3/7] md/raid1: convert "
` [PATCH RFC 4/7] md/raid10: convert read/write "
` [PATCH RFC 5/7] md/raid5: convert "
` [PATCH RFC 6/7] md/md-linear: "
` [PATCH RFC 7/7] block: fix disordered IO in the case recursive split

[PATCH v2] loop: fix zero sized loop for block special file
 2025-08-25 10:48 UTC  (2+ messages)

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-25 10:47 UTC  (8+ messages)

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-25 10:18 UTC  (19+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH] block: fix disordered IO in the case recursive split
 2025-08-25  9:49 UTC  (14+ messages)

[PATCH] loop: fix zero sized loop for block special file
 2025-08-25  9:36 UTC  (4+ messages)

[PATCH] block: rename min_segment_size
 2025-08-25  9:30 UTC  (3+ messages)

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-08-25  8:59 UTC  (5+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH 2/2] drbd: "

[PATCHv7 0/9] blk dma iter for integrity metadata
 2025-08-25  7:55 UTC  (2+ messages)

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-25  7:50 UTC  (26+ messages)
` [PATCHv3 1/8] block: check for valid bio while splitting
` [PATCHv3 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv3 3/8] block: align the bio after building it
` [PATCHv3 4/8] block: simplify direct io validity check
` [PATCHv3 5/8] iomap: "
` [PATCHv3 6/8] block: remove bdev_iter_is_aligned
` [PATCHv3 7/8] blk-integrity: use simpler alignment check
` [PATCHv3 8/8] iov_iter: remove iov_iter_is_aligned

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-25  5:41 UTC  (2+ messages)

[PATCH] block: Move a misplaced comment in queue_wb_lat_store()
 2025-08-25  2:40 UTC  (2+ messages)

[PATCH] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-25  1:50 UTC  (2+ messages)

[bug report][regression] blktests loop/004 failed
 2025-08-25  0:41 UTC  (2+ messages)

[PATCH v2] block: mtip32xx: Prioritize state cleanup over memory freeing in the mtip_pci_probe error path
 2025-08-23  8:32 UTC 

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-08-23  4:37 UTC  (4+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits

[PATCH v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-22 19:42 UTC  (2+ messages)

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (5+ messages)

[GIT PULL] Block fixes for 6.17-rc3
 2025-08-22 13:36 UTC  (2+ messages)

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-22 12:14 UTC  (19+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v6 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v6 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v6 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v6 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v6 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v6 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v6 10/18] rust: block: remove `RawWriter`
` [PATCH v6 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v6 12/18] rust: block: add block related constants
` [PATCH v6 13/18] rnull: move driver to separate directory
` [PATCH v6 14/18] rnull: enable configuration via `configfs`
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
` [PATCH v6 18/18] rnull: add soft-irq completion support

[PATCH] block: mtip32xx: Remove the redundant return
 2025-08-22  9:36 UTC  (2+ messages)

[PATCH v3 0/2] blk-mq: fix update nr_requests regressions
 2025-08-22  6:02 UTC  (8+ messages)
` [PATCH v3 1/2] blk-mq: fix elevator depth_updated method
` [PATCH v3 2/2] blk-mq: fix blk_mq_tags double free while nr_requests grown

[syzbot] [block?] [ntfs3?] general protection fault in blk_mq_issue_direct
 2025-08-22  4:16 UTC 

[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
 2025-08-21 20:44 UTC  (3+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio
` [PATCHv3 2/2] nvme: remove virtual boundary for sgl capable devices

[PATCH] nvme-cli: add 80-nvmf-storage_arrays.rules
 2025-08-21 16:49 UTC 

Do we need an opt-in for file systems use of hw atomic writes?
 2025-08-21 14:01 UTC  (13+ messages)

[PATCHv3 0/3] block: blk-rq-qos: replace static key with atomic bitop
 2025-08-21 13:11 UTC  (4+ messages)

[REGRESSION] 6.17-rc2: lockdep circular dependency at boot introduced by 8f5845e0743b (“block: restore default wbt enablement”)
 2025-08-21 12:11 UTC  (2+ messages)

[PATCH V2] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
 2025-08-21 11:35 UTC  (3+ messages)

io_uring / dio metadata fixes
 2025-08-21  8:42 UTC  (11+ messages)
` [PATCH 1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
` [PATCH 2/2] block: don't silently ignore metadata for sync read/write

[PATCH util-linux v4] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-21  6:13 UTC 

[PATCH/RFC] Zram: Improved Compression with PID/VMA-aware Grouping
 2025-08-21  3:11 UTC  (3+ messages)

[PATCH 1/2] block: accumulate segment page gaps per bio
 2025-08-20 19:22 UTC  (7+ messages)

[PATCH util-linux v3] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-20 17:50 UTC  (2+ messages)

REGRESSION on linux-next (next-20250814)
 2025-08-20  8:55 UTC  (3+ messages)

[PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
 2025-08-20  7:17 UTC  (3+ messages)

[PATCH v2 0/2] blk-mq: fix update nr_requests regressions
 2025-08-20  5:34 UTC  (7+ messages)
` [PATCH v2 1/2] blk-mq: fix elevator depth_updated method
` [PATCH v2 2/2] blk-mq: fix blk_mq_tags double free while nr_requests grown

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-19 19:58 UTC  (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v4 13/16] mm/hmm: properly take MMIO path
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
` [PATCH v4 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[bug report] BUG zs_handle-zram0 (Tainted: G S ): Objects remaining on __kmem_cache_shutdown()
 2025-08-19 14:29 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).