linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
Massive slowdown in kernels as of 6.x
 2024-05-06 11:31 UTC 

[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

[PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
 2024-05-06  7:55 UTC 

[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] block: streamline meta bounce buffer handling
 2024-05-06  6:05 UTC  (2+ messages)

next try at interruptible BLKDISCARD
 2024-05-06  4:20 UTC  (7+ 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 v2] block : add larger order folio size instead of pages
 2024-05-05 12:10 UTC  (10+ messages)
    `  "

[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

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-04  8:14 UTC  (18+ 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

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

[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  (9+ messages)
` [PATCH 1/2] block: add a disk_has_partscan helper
` [PATCH 2/2] block: add a partscan sysfs attribute for disks

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-03 14:53 UTC  (14+ 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
` [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

[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)

[PATCH blktests v3 00/15] support test case repeat by different conditions
 2024-05-03  7:33 UTC  (9+ messages)
` [PATCH blktests v3 10/15] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES

[PATCHES][RFC] set_blocksize() rework
 2024-05-03  3:23 UTC  (11+ messages)
` [PATCHES v2][RFC] "
  ` [PATCH v2 1/9] bcache_register(): don't bother with set_blocksize()
    ` [PATCH v2 2/9] pktcdvd: sort set_blocksize() calls out
    ` [PATCH v2 3/9] swapon(2)/swapoff(2): don't bother with block size
    ` [PATCH v2 4/9] swapon(2): open swap with O_EXCL
    ` [PATCH v2 5/9] zram: don't bother with reopening - just use O_EXCL for open
    ` [PATCH v2 6/9] swsusp: don't bother with setting block size
    ` [PATCH v2 7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens
    ` [PATCH v2 8/9] set_blocksize(): switch to passing struct file *
    ` [PATCH v2 9/9] make set_blocksize() fail unless block device is opened exclusive

[PATCHES][RFC] packing struct block_device flags
 2024-05-03  0:11 UTC  (15+ messages)
            ` [PATCH 1/8] Use bdev_is_paritition() instead of open-coding it
            ` [PATCH 2/8] wrapper for access to ->bd_partno
            ` [PATCH v2 3/8] bdev: infrastructure for flags
            ` [PATCH v2 4/8] bdev: move ->bd_read_only to ->__bd_flags
            ` [PATCH v2 5/8] bdev: move ->bd_write_holder into ->__bd_flags
            ` [PATCH v2 6/8] bdev: move ->bd_has_subit_bio to ->__bd_flags
            ` [PATCH v2 7/8] bdev: move ->bd_ro_warned "
            ` [PATCH v2 8/8] bdev: move ->bd_make_it_fail "

[RFC PATCH 0/1] Change failover behavior for DIRECT writes in ext4/block fops
 2024-05-02 14:33 UTC  (5+ messages)
` [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes

[PATCH] block: change rq_integrity_vec to respect the iterator
 2024-05-02 11:25 UTC  (2+ messages)

[PATCH v3 00/14] Zone write plugging fixes and cleanup
 2024-05-02  9:37 UTC  (29+ messages)
` [PATCH v3 02/14] block: Exclude conventional zones when faking max open limit
` [PATCH v3 03/14] block: Fix zone write plug initialization from blk_revalidate_zone_cb()
` [PATCH v3 04/14] block: Fix reference counting for zone write plugs in error state
` [PATCH v3 05/14] block: Hold a reference on zone write plugs to schedule submission
` [PATCH v3 06/14] block: Unhash a zone write plug only if needed
` [PATCH v3 07/14] block: Do not remove zone write plugs still in use
` [PATCH v3 08/14] block: Fix flush request sector restore
` [PATCH v3 09/14] block: Fix handling of non-empty flush write requests to zones
` [PATCH v3 10/14] block: Improve blk_zone_write_plug_bio_merged()
` [PATCH v3 11/14] block: Improve zone write request completion handling
` [PATCH v3 12/14] block: Simplify blk_zone_write_plug_bio_endio()
` [PATCH v3 13/14] block: Simplify zone write plug BIO abort
` [PATCH v3 14/14] block: Cleanup blk_revalidate_zone_cb()


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).