messages from 2023-05-10 01:49:25 to 2023-05-13 10:27:20 UTC [more...]
[PATCH blktests v4 00/11] nvme testsuite runtime optimization
2023-05-13 10:27 UTC (13+ messages)
` [PATCH blktests v4 01/11] nvme/rc: Auto convert test device size info
` [PATCH blktests v4 02/11] nvme{014/015}: Do not hard code device size for dd test
` [PATCH blktests v4 03/11] common/xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v4 04/11] common/xfs: Limit fio size job to fit into xfs fs
` [PATCH blktests v4 05/11] nvme{032,040}: Use runtime fio background jobs
` [PATCH blktests v4 06/11] Documentation: Add info on nvme_trtype
` [PATCH blktests v4 07/11] nvme: Make test image size configurable
` [PATCH blktests v4 08/11] nvme: Add minimal test image size requirement
` [PATCH blktests v4 09/11] nvme{045,047}: Calculate IO size for random fio jobs
` [PATCH blktests v4 10/11] nvme{002,030}: Move discovery generation counter code to rc
` [PATCH blktests v4 11/11] nvme{016,017}: Make the number iterations configurable
[PATCH 0/2] block: improve the share tag set performance
2023-05-13 3:09 UTC (16+ messages)
` [PATCH 1/2] block: make the fair sharing of tag configurable
` [PATCH 2/2] ufs: don't use the fair tag sharings
[RFC PATCH] block: add meaningful macro for flush op flags
2023-05-13 1:09 UTC (3+ messages)
[PATCH 0/3] zram: queue flag nowait and mior cleanup
2023-05-13 1:06 UTC (11+ messages)
` [PATCH 1/3] zram: allow user to set QUEUE_FLAG_NOWAIT
` [PATCH 2/3] zram: consolidate zram_bio_read()_zram_bio_write()
` [PATCH 3/3] zram: add flush_dcache_page() call for write
[PATCH] blk-mq: don't queue passthrough request into scheduler
2023-05-12 23:14 UTC (13+ messages)
[PATCH v5 0/5] Introduce block provisioning primitives
2023-05-12 18:37 UTC (12+ messages)
` [PATCH v6 "
` [PATCH v6 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v6 2/5] block: Introduce provisioning primitives
` [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
[PATCH] Documentation/block: drop the request.rst file
2023-05-12 17:05 UTC (2+ messages)
[PATCH] ublk: fix command op code check
2023-05-12 15:09 UTC (4+ messages)
[PATCH] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
2023-05-12 15:09 UTC (4+ messages)
[PATCH] nbd: Fix debugfs_create_dir error checking
2023-05-12 15:09 UTC (2+ messages)
[RFC PATCH 1/2] blk-mq: Convert request->csd to call_single_data_t and reposition it
2023-05-12 15:01 UTC (3+ messages)
` [RFC PATCH 2/2] smp: Change signatures to use call_single_data_t
[PATCH -next v2 0/6] blk-wbt: minor fix and cleanup
2023-05-12 14:58 UTC (13+ messages)
` [PATCH -next v2 1/6] blk-wbt: fix that wbt can't be disabled by default
` [PATCH -next v2 2/6] blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
` [PATCH -next v2 3/6] blk-wbt: remove dead code to handle wbt enable/disable with io inflight
` [PATCH -next v2 4/6] blk-wbt: cleanup rwb_enabled() and wbt_disabled()
` [PATCH -next v2 5/6] blk-iocost: move wbt_enable/disable_default() out of spinlock
` [PATCH -next v2 6/6] blk-sysfs: add a new attr_group for blk_mq
[PATCH v2 00/14] Change the integrity configuration method in block
2023-05-12 13:54 UTC (21+ messages)
` [PATCH v2 01/14] block: bio: separation to reuse a part of the function
` [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
` [PATCH v2 03/14] block: bio-integrity: cleanup bio_integrity_prep
` [PATCH v2 04/14] block: fix not to apply bip information in blk_rq_bio_prep()
` [PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
` [PATCH v2 06/14] block: blk-merge: fix merging two requests in ll_merge_requests_fn
` [PATCH v2 07/14] block: add helper function to get the number of integrity segments
` [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
` [PATCH v2 09/14] scsi: change to use blk_rq_nr_integrity_segments() instead of blk_rq_count_integrity_sg()
` [PATCH v2 10/14] block: blk-integrity: change how to find the number of integrity of bio
` [PATCH v2 11/14] nvme: rdma: change how to find the number of integrity of request
` [PATCH v2 12/14] block: add helper function for iteration of bip's bvec
` [PATCH v2 13/14] block: blk-integrity: change sg-table configuration method for integrity
` [PATCH v2 14/14] block: blk-integrity: remove blk_rq_count_integrity_sg()
rationalize the flow in bio_add_page and friends
2023-05-12 13:39 UTC (9+ messages)
` [PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page
` [PATCH 2/8] block: use SECTOR_SHIFT bio_add_hw_page
` [PATCH 3/8] block: move the BIO_CLONED checks out of __bio_try_merge_page
` [PATCH 4/8] block: move the bi_vcnt check "
` [PATCH 5/8] block: move the bi_size overflow check in __bio_try_merge_page
` [PATCH 6/8] block: downgrade a bio_full call in bio_add_page
` [PATCH 7/8] block: move the bi_size update out of __bio_try_merge_page
` [PATCH 8/8] block: don't pass a bio to bio_try_merge_hw_seg
[PATCH] brd: use XArray instead of radix-tree to index backing pages
2023-05-12 10:22 UTC (6+ messages)
[PATCH -next 0/6] blk-wbt: minor fix and cleanup
2023-05-12 7:07 UTC (16+ messages)
` [PATCH -next 1/6] blk-wbt: fix that wbt can't be disabled by default
` [PATCH -next 2/6] blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
` [PATCH -next 3/6] blk-wbt: don't enable wbt for bio based device
` [PATCH -next 4/6] blk-wbt: remove deadcode to handle wbt enable/disable with io inflight
` [PATCH -next 5/6] blk-wbt: cleanup rwb_enabled() and wbt_disabled()
` [PATCH -next 6/6] blk-iocost: move wbt_enable/disable_default() out of spinlock
[PATCH -next] block: fix blktrace debugfs entries leak
2023-05-12 7:14 UTC (3+ messages)
6.2 series regression, transient stalls during write intensive workloads
2023-05-11 17:06 UTC
[PATCH v4 4/9] block: use new capable_any functionality
2023-05-11 16:53 UTC (3+ messages)
[PATCH blktests v3 00/12] nvme testsuite runtime optimization
2023-05-11 16:44 UTC (8+ messages)
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc
[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
2023-05-11 16:17 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block: use block_admin_capable() for Persistent Reservations
[PATCH v7 00/19] Add Command Duration Limits support
2023-05-11 12:34 UTC (22+ messages)
` [PATCH v7 01/19] ioprio: cleanup interface definition
` [PATCH v7 02/19] block: introduce ioprio hints
` [PATCH v7 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v7 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v7 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v7 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v7 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v7 08/19] scsi: detect support for command duration limits
` [PATCH v7 09/19] scsi: allow enabling and disabling "
` [PATCH v7 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v7 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v7 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v7 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v7 14/19] ata: libata: detect support for command duration limits
` [PATCH v7 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v7 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v7 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v7 18/19] ata: libata: set read/write commands CDL index
` [PATCH v7 19/19] ata: libata: handle completion of CDL commands using policy 0xD
Situation of CONFIG_BLK_WBT_MQ after commit b11d31ae01e6 ("blk-wbt: remove unnecessary check in wbt_enable_default()")
2023-05-11 8:38 UTC (4+ messages)
[syzbot] upstream boot error: KMSAN: uninit-value in strlcat
2023-05-11 7:59 UTC (3+ messages)
[syzbot] upstream boot error: KMSAN: uninit-value in unregister_blkdev
2023-05-11 7:59 UTC (3+ messages)
[RFC PATCH 00/11] Rust null block driver
2023-05-11 6:52 UTC (4+ messages)
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
[PATCH v3] blk-throttle: Fix io statistics for cgroup v1
2023-05-11 6:38 UTC (2+ messages)
[PATCH v5 0/4] generic and PowerPC SED Opal keystore
2023-05-10 22:50 UTC (3+ messages)
` [PATCH 1/4] block:sed-opal: "
[PATCH blktests] common: Replace _have_module() with _have_driver()
2023-05-10 16:35 UTC (5+ messages)
[PATCH 2/3] block: mark bdev files as FMODE_NOWAIT if underlying device supports it
2023-05-10 15:32 UTC (3+ messages)
introduce bdev holder ops and a file system shutdown method
2023-05-10 15:13 UTC (6+ messages)
` [PATCH 5/9] block: introduce holder ops
[PATCH] block: Deny writable memory mapping if block is read-only
2023-05-10 14:17 UTC (3+ messages)
[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000048
2023-05-10 12:08 UTC (10+ 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).