linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] Fix the mq-deadline async_depth implementation
 2024-05-08  4:52 UTC  (6+ messages)
` [PATCH 1/2] block: Call .limit_depth() after .hctx has been set
      ` 答复: "

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-08  4:24 UTC  (25+ messages)
` [PATCH v5 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v5 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v5 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v5 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v5 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
  ` [RFC] iomap: use huge zero folio in iomap_dio_zero
` [PATCH v5 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v5 09/11] xfs: expose block size in stat
` [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v5 11/11] xfs: enable block size larger than page size support

allow building a kernel without buffer_heads v3
 2024-05-08  1:45 UTC  (4+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH 0/1] cdrom: patch for inclusion in 6.10
 2024-05-07 22:25 UTC  (2+ messages)
` [PATCH 1/1] cdrom: rearrange last_media_change check to avoid unintentional overflow

[syzbot] [block?] WARNING: locking bug in mempool_init_node
 2024-05-07 21:53 UTC 

[RFC] iomap: use huge zero folio in iomap_dio_zero
 2024-05-07 18:38 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-05-07 15:19 UTC  (9+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] md: Revert "md: Fix overflow in is_mddev_idle"
 2024-05-07 13:34 UTC  (2+ messages)

next try at interruptible BLKDISCARD
 2024-05-07 13:32 UTC  (8+ messages)
` [PATCH 1/6] block: remove the discard_granularity check in __blkdev_issue_discard
` [PATCH 2/6] block: move discard checks into the ioctl handler
` [PATCH 3/6] block: add a bio_chain_and_submit helper
` [PATCH 4/6] block: add a blk_alloc_discard_bio helper
` [PATCH 5/6] block: add a bio_await_chain helper
` [PATCH 6/6] blk-lib: check for kill signal in ioctl BLKDISCARD

[PATCH v3] block/ioctl: prefer different overflow check
 2024-05-07 13:32 UTC  (3+ messages)

[PATCH v2] block : add larger order folio size instead of pages
 2024-05-07 11:19 UTC  (10+ messages)

[PATCH] block: streamline meta bounce buffer handling
 2024-05-07  5:45 UTC  (6+ messages)

[PATCH v2] block/ioctl: prefer different overflow check Running syzkaller with the newly reintroduced signed integer overflow sanitizer shows this report:
 2024-05-07  3:56 UTC  (2+ messages)

[PATCH] block/ioctl: use overflow helper for blkpg_partition fields
 2024-05-07  3:50 UTC  (3+ messages)

[PATCH] block: set default max segment size in case of virt_boundary
 2024-05-07  2:28 UTC  (4+ messages)

[RFC PATCH V2 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-06 16:22 UTC  (10+ messages)
` [RFC PATCH V2 1/9] io_uring: add io_link_req() helper
` [RFC PATCH V2 2/9] io_uring: add io_submit_fail_link() helper
` [RFC PATCH V2 3/9] io_uring: add helper of io_req_commit_cqe()
` [RFC PATCH V2 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [RFC PATCH V2 5/9] io_uring: support SQE group
` [RFC PATCH V2 6/9] io_uring: support sqe group with members depending on leader
` [RFC PATCH V2 7/9] io_uring: support providing sqe group buffer
` [RFC PATCH V2 8/9] io_uring/uring_cmd: support provide group kernel buffer
` [RFC PATCH V2 9/9] ublk: support provide io buffer

[PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
 2024-05-06 16:05 UTC  (2+ messages)

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-06 14:53 UTC  (22+ messages)
` [PATCH blktests v4 01/17] check: factor out _run_test()
` [PATCH blktests v4 02/17] check: support test case repeat by different conditions
` [PATCH blktests v4 03/17] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v4 04/17] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v4 05/17] common/rc: introduce _set_combined_conditions
` [PATCH blktests v4 06/17] meta/{018,019}: add test cases to check _set_combined_conditions
` [PATCH blktests v4 07/17] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v4 08/17] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v4 09/17] nvme/rc: add blkdev type environment variable
` [PATCH blktests v4 10/17] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v4 11/17] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v4 12/17] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v4 13/17] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v4 14/17] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v4 15/17] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v4 16/17] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v4 17/17] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

Massive slowdown in kernels as of 6.x
 2024-05-06 13:32 UTC  (6+ messages)

[PATCHv2 00/17] zram: convert to custom comp API and allow algorithms configuration
 2024-05-06  7:58 UTC  (18+ messages)
` [PATCHv2 01/17] zram: move from crypto API to custom comp backends API
` [PATCHv2 02/17] zram: add lzo and lzorle compression backends support
` [PATCHv2 03/17] zram: add lz4 compression backend support
` [PATCHv2 04/17] zram: add lz4hc "
` [PATCHv2 05/17] zram: add zstd "
` [PATCHv2 06/17] zram: pass estimated src size hint to zstd
` [PATCHv2 07/17] zram: add zlib compression backend support
` [PATCHv2 08/17] zram: add 842 "
` [PATCHv2 09/17] zram: check that backends array has at least one backend
` [PATCHv2 10/17] zram: introduce zcomp_config structure
` [PATCHv2 11/17] zram: extend comp_algorithm attr write handling
` [PATCHv2 12/17] zram: support compression level comp config
` [PATCHv2 13/17] zram: add support for dict "
` [PATCHv2 14/17] zram: add dictionary support to zstd backend
` [PATCHv2 15/17] zram: add config init/release backend callbacks
` [PATCHv2 16/17] zram: share dictionaries between per-CPU contexts
` [PATCHv2 17/17] Documentation/zram: add documentation for algorithm parameters

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-06  7:25 UTC  (9+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH 00/14] zram: convert to custom comp API and allow algorithms configuration
 2024-05-06  6:43 UTC  (26+ messages)
` [PATCH 01/14] zram: move from crypto API to custom comp backends API
` [PATCH 02/14] zram: add lzo and lzorle compression backends support
` [PATCH 03/14] zram: add lz4 compression backend support
` [PATCH 04/14] zram: add lz4hc "
` [PATCH 05/14] zram: add zstd "
` [PATCH 06/14] zram: pass estimated src size hint to zstd
` [PATCH 07/14] zram: add zlib compression backend support
` [PATCH 08/14] zram: check that backends array has at least one backend
` [PATCH 09/14] zram: introduce zcomp_config structure
` [PATCH 10/14] zram: extend comp_algorithm attr write handling
` [PATCH 11/14] zram: support compression level comp config
` [PATCH 12/14] zram: add support for dict "
` [PATCH 13/14] zram: add dictionary support to zstd backend
` [PATCH 14/14] Documentation/zram: add documentation for algorithm parameters

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-05  0:15 UTC  (25+ messages)
` [PATCH v18 01/21] security: add ipe lsm
` [PATCH v18 02/21] ipe: add policy parser
` [PATCH v18 03/21] ipe: add evaluation loop
` [PATCH v18 04/21] ipe: add LSM hooks on execution and kernel read
` [PATCH v18 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v18 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v18 07/21] security: add new securityfs delete function
` [PATCH v18 08/21] ipe: add userspace interface
` [PATCH v18 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v18 10/21] ipe: add permissive toggle
` [PATCH v18 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 13/21] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v18 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v18 15/21] security: add security_inode_setintegrity() hook
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v18 18/21] scripts: add boot policy generation program
` [PATCH v18 19/21] ipe: kunit test for parser
` [PATCH v18 20/21] Documentation: add ipe documentation
` [PATCH v18 21/21] MAINTAINERS: ipe: add ipe maintainer information

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-04  1:56 UTC  (10+ messages)
` [PATCH 5/9] io_uring: support SQE group

[PATCH 2/9] io_uring: support user sqe ext flags
 2024-05-04  1:19 UTC  (11+ messages)

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-05-03 21:14 UTC  (9+ messages)

[GIT PULL] Block fixes for 6.9-rc7
 2024-05-03 16:41 UTC  (2+ messages)

[PATCH] block: fix and simplify blkdevparts= cmdline parsing
 2024-05-03 15:58 UTC  (3+ messages)

[PATCH] block: refine the EOF check in blkdev_iomap_begin
 2024-05-03 15:05 UTC  (2+ messages)

add a partscan sysfs attribute v2
 2024-05-03 15:01 UTC  (8+ messages)
` [PATCH 2/2] block: add a partscan sysfs attribute for disks

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-05-03 13:01 UTC  (9+ messages)
` [PATCH vfs.all 08/26] erofs: prevent direct access of bd_inode
        ` [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down

[PATCH] block: fix buf size for strscpy()
 2024-05-03 12:36 UTC  (2+ messages)

[PATCH 00/10] Read/Write with meta/integrity
 2024-05-03 12:01 UTC  (8+ messages)
  ` [PATCH 04/10] block: avoid unpinning/freeing the bio_vec incase of cloned bio

[PATCHv2] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-05-03 11:49 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).