messages from 2025-08-14 22:35:15 to 2025-08-19 17:38:11 UTC [more...]
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-19 17:36 UTC (9+ 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 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-19 16:49 UTC (8+ 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
Do we need an opt-in for file systems use of hw atomic writes?
2025-08-19 14:45 UTC (12+ messages)
[bug report] BUG zs_handle-zram0 (Tainted: G S ): Objects remaining on __kmem_cache_shutdown()
2025-08-19 14:29 UTC (2+ messages)
io_uring / dio metadata fixes
2025-08-19 13:34 UTC (7+ 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 v2 0/2] blk-mq: fix update nr_requests regressions
2025-08-19 12:45 UTC (6+ 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/RFC] Zram: Improved Compression with PID/VMA-aware Grouping
2025-08-19 11:43 UTC
[PATCH v2] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
2025-08-19 11:16 UTC
[PATCH v3 0/5] Remove several superfluous sector casts
2025-08-19 1:47 UTC (7+ messages)
` [PATCH v3 1/5] block, bfq: Remove a superfluous cast
` [PATCH v3 2/5] block, genhd: Remove disk_stats.sectors casts
` [PATCH v3 3/5] bcache, tracing: Do not truncate orig_sector
` [PATCH v3 4/5] bcache, tracing: Remove superfluous casts
` [PATCH v3 5/5] block, "
[PATCH] block: tone down bio_check_eod
2025-08-18 19:29 UTC (2+ messages)
fixed commit message
2025-08-18 19:10 UTC (5+ messages)
` [PATCH v4 1/2] loop: Consolidate size calculation logic into lo_calculate_size()
` [PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
[PATCH] selftests: ublk: Use ARRAY_SIZE() macro to improve code
2025-08-18 17:18 UTC (3+ messages)
fix stacking of PI-capable devices
2025-08-18 17:18 UTC (6+ messages)
` [PATCH 1/2] block: handle pi_tuple_size in queue_limits_stack_integrity
` [PATCH 2/2] block: remove newlines from the warnings in blk_validate_integrity_limits
[GIT PULL] md-6.17-20250819
2025-08-18 17:16 UTC (2+ messages)
[PATCH v4 1/2] loop: Rename and merge get_size/get_loop_size to lo_calculate_size
2025-08-18 16:18 UTC (5+ messages)
` [PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
[PATCH 1/2] block: ignore underlying non-stack devices io_opt
2025-08-18 15:36 UTC (22+ messages)
` [PATCH 2/2] md: split bio by io_opt size in md_submit_bio()
[PATCH] dm error: mark as DM_TARGET_PASSES_INTEGRITY
2025-08-18 12:46 UTC (2+ messages)
[PATCH v2 0/5] add persistent huge zero folio support
2025-08-18 12:05 UTC (11+ messages)
` [PATCH v2 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v2 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
REGRESSION on linux-next (next-20250814)
2025-08-18 9:16 UTC (2+ messages)
[PATCH v3 0/5] add persistent huge zero folio support
2025-08-18 6:57 UTC (11+ messages)
[PATCHv2 0/7] direct-io: even more flexible io vectors
2025-08-18 4:49 UTC (6+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting
[PATCH 00/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
2025-08-18 3:12 UTC (23+ messages)
` [PATCH 01/10] blk-mq: remove useless checking from queue_requests_store()
` [PATCH 02/10] blk-mq: remove useless checkings from blk_mq_update_nr_requests()
` [PATCH 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH 04/10] blk-mq: serialize updating nr_requests with update_nr_hwq_lock
` [PATCH 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH 06/10] blk-mq: split bitmap grow and resize "
` [PATCH 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH 08/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
` [PATCH 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH 10/10] blk-mq: fix stale nr_requests documentation
[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-18 2:17 UTC (5+ messages)
[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
2025-08-18 1:42 UTC (3+ messages)
[PATCH] Fix race condition leading to panic in reset_interrupt
2025-08-16 16:23 UTC
Question on setting IO polling behavior and documentations
2025-08-16 3:59 UTC (4+ messages)
[PATCHv3 0/3] block: blk-rq-qos: replace static key with atomic bitop
2025-08-16 1:59 UTC (15+ messages)
` [PATCHv3 3/3] block: avoid cpu_hotplug_lock depedency on freeze_lock
[PATCH V2] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
2025-08-16 1:02 UTC (3+ messages)
[syzbot] [block?] INFO: task hung in sync_bdevs (3)
2025-08-15 22:41 UTC (2+ messages)
[PATCH v3 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
2025-08-15 20:49 UTC (3+ messages)
[GIT PULL] Block fixes for 6.17-rc2
2025-08-15 15:25 UTC (2+ messages)
[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
2025-08-15 14:42 UTC (4+ messages)
[PATCH 00/16] blk-mq: introduce new queue attribute asyc_dpeth
2025-08-15 13:35 UTC (9+ messages)
` [PATCH 03/16] blk-mq: remove useless checkings from blk_mq_update_nr_requests()
` [PATCH 08/16] blk-mq: fix blk_mq_tags double free while nr_requests grown
[PATCH] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
2025-08-15 12:58 UTC (6+ messages)
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-08-15 11:11 UTC (3+ messages)
` [PATCH v2 02/19] gpu: nova-core: "
[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
2025-08-15 9:08 UTC (30+ messages)
` [PATCH v5 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v5 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v5 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v5 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v5 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v5 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v5 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v5 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v5 10/18] rust: block: remove `RawWriter`
` [PATCH v5 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v5 12/18] rust: block: add block related constants
` [PATCH v5 13/18] rnull: move driver to separate directory
` [PATCH v5 14/18] rnull: enable configuration via `configfs`
` [PATCH v5 15/18] rust: block: add `GenDisk` private data support
` [PATCH v5 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v5 17/18] rust: block: add remote completion to `Request`
` [PATCH v5 18/18] rnull: add soft-irq completion support
[PATCH v2] null_blk: Fix the description of the cache_size module argument
2025-08-15 9:07 UTC
[PATCH] null_blk: Fix correct parameter desc for the module
2025-08-15 8:53 UTC (3+ messages)
` "
[PATCH] blk-mq: fix elevator depth_updated method
2025-08-15 7:45 UTC
[PATCH 3/6] selftests: ublk: fixed spelling mistake in output
2025-08-15 6:08 UTC (2+ messages)
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (3+ messages)
[PATCH 1/1] loop: sync filesystem cache before getting file size in get_size()
2025-08-15 3:25 UTC (2+ messages)
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).