messages from 2025-08-17 18:38:19 to 2025-08-22 12:16:26 UTC [more...]
[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 v2 00/10] powerpc: Implement masked user access
2025-08-22 12:04 UTC (12+ 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: 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
[PATCH] selftests: centralise maybe-unused definition in kselftest.h
2025-08-22 1:21 UTC (4+ messages)
[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
[PATCH] block: fix disordered IO in the case recursive split
2025-08-21 15:19 UTC (10+ messages)
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)
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-08-21 12:55 UTC (3+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
[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 v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
2025-08-20 21:32 UTC
[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)
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-20 14:25 UTC (15+ 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
REGRESSION on linux-next (next-20250814)
2025-08-20 8:55 UTC (3+ messages)
[PATCH v4 1/2] loop: Rename and merge get_size/get_loop_size to lo_calculate_size
2025-08-20 7:17 UTC (7+ messages)
` [PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
[PATCH v2 0/2] blk-mq: fix update nr_requests regressions
2025-08-20 5:34 UTC (8+ 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)
[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 (2+ messages)
[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 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()
[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 (8+ messages)
` [PATCH 08/10] "
[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)
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).