Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 13:21:47 to 2023-01-13 01:11:36 UTC [more...]

[bug report] BUG: KASAN: use-after-free in bic_set_bfqq
 2023-01-13  1:11 UTC  (7+ messages)

[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc
 2023-01-13  1:10 UTC  (16+ messages)
` [PATCH v2 1/2] blk-iocost: add refcounting for iocg

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-12 21:56 UTC  (27+ messages)
` [PATCH v5 1/9] iov_iter: Change the direction macros into an enum
` [PATCH v5 2/9] iov_iter: Use the direction in the iterator functions
` [PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v5 5/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v5 6/9] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v5 7/9] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v5 9/9] bio: Fix bio_flagged() so that it can be combined

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-12 17:37 UTC  (2+ messages)

[PATCH v2 0/3] block zoned cleanups
 2023-01-12 17:14 UTC  (6+ messages)
    ` [PATCH v2 1/3] block: remove superfluous check for request queue in bdev_is_zoned()
    ` [PATCH v2 2/3] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
    ` [PATCH v2 3/3] block: introduce bdev_zone_no helper

[PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-12 15:25 UTC 

[PATCH v6 0/9] Implement copy offload support
 2023-01-12 14:48 UTC  (12+ messages)
    ` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v6 2/9] block: Add copy offload support infrastructure
    ` [PATCH v6 3/9] block: add emulation for copy
    ` [PATCH v6 4/9] block: Introduce a new ioctl "
    ` [PATCH v6 5/9] nvme: add copy offload support
    ` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v6 7/9] dm: Add support for copy offload
    ` [PATCH v6 9/9] dm kcopyd: use copy offload support

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-12 14:04 UTC  (19+ messages)
` [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() "
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v2 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v2 07/18] block: introduce duration-limits priority class
` [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v2 09/18] ata: libata: detect support for command duration limits
` [PATCH v2 10/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v2 11/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v2 12/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v2 13/18] ata: libata: set read/write commands CDL index
` [PATCH v2 14/18] scsi: sd: detect support for command duration limits
` [PATCH v2 15/18] scsi: sd: set read/write commands CDL index
` [PATCH v2 16/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v2 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v2 18/18] Documentation: sysfs-block-device: document command duration limits

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-12 14:01 UTC  (23+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *
 2023-01-12 11:58 UTC  (6+ messages)
` [PATCH v2 06/16] driver core: make struct device_type.devnode() "

[PATCH] block: bfq fix null pointer dereference of bfqg in bfq_bio_bfqg()
 2023-01-12 11:40 UTC  (5+ messages)

[PATCH v5] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-12  8:42 UTC  (3+ messages)
  ` [External] "

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-12  3:26 UTC  (7+ messages)
      ` [External] "

[PATCH V4 0/6] genirq/affinity: Abstract APIs from managed irq affinity spread
 2023-01-12  1:45 UTC  (14+ messages)
` [PATCH V4 1/6] genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masks
` [PATCH V4 2/6] genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masks
` [PATCH V4 3/6] genirq/affinity: Don't pass irq_affinity_desc "
` [PATCH V4 6/6] blk-mq: Build default queue map via group_cpus_evenly()

[PATCH blktests] dm: add a regression test
 2023-01-12  1:05 UTC  (2+ messages)

SG_IO ioctl regression
 2023-01-11 17:31 UTC  (4+ messages)

[PATCH] nbd: automatically load module on genl access
 2023-01-11 16:40 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Limits of development
 2023-01-11 14:04 UTC  (4+ messages)

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11 13:28 UTC  (8+ messages)

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11 10:22 UTC  (2+ messages)

[PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
 2023-01-11  9:58 UTC  (12+ messages)
    ` [PATCH v4 0/7] iov_iter: Add extraction helpers

[PATCH 1/5] driver core: make struct class.dev_uevent() take a const *
 2023-01-11  9:52 UTC  (11+ messages)
` [PATCH 3/5] driver core: make struct device_type.uevent() "
` [PATCH 4/5] driver core: make struct device_type.devnode() "

[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-11 13:01 UTC  (21+ messages)
` [PATCH v3 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
` [PATCH v3 02/14] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
` [PATCH v3 03/14] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
` [PATCH v3 04/14] blk-mq: Fix potential io hung for shared sbitmap per tagset
` [PATCH v3 05/14] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
` [PATCH v3 06/14] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct
` [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits
` [PATCH v3 08/14] blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct
` [PATCH v3 09/14] blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly
` [PATCH v3 10/14] blk-mq: simplify flush check in blk_mq_dispatch_rq_list
` [PATCH v3 11/14] blk-mq: remove unnecessary error count and "
` [PATCH v3 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails
` [PATCH v3 13/14] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
` [PATCH v3 14/14] blk-mq: correct stale comment of .get_budget

[PATCH v9 0/6] Improve libata support for FUA
 2023-01-11  6:09 UTC  (11+ messages)
` [PATCH v9 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v9 2/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v9 3/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v9 4/6] ata: libata: cleanup fua support detection
` [PATCH v9 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v9 6/6] ata: libata: blacklist FUA support for known buggy drives

[PATCH v4] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-11  3:18 UTC  (5+ messages)
  ` [External] "

[PATCHSET v3 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-10 22:27 UTC  (5+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
` [PATCH 2/4] blkcg: Restructure blkg_conf_prep() and friends
` [PATCH 3/4] blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
` [PATCH 4/4] blk-iolatency: Make initialization lazy

[PATCHSET v2 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-10 18:33 UTC  (9+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
` [PATCH 2/4] blkcg: Restructure blkg_conf_prep() and friends

[PATCH 0/8] Enable zoned write pipelining for UFS devices
 2023-01-10 17:42 UTC  (6+ messages)
` [PATCH 8/8] scsi: ufs: Enable zoned write pipelining

[PATCH v8 0/6] Improve libata support for FUA
 2023-01-10 16:24 UTC  (5+ messages)
` [PATCH v8 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v8 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()

[PATCH v7 0/7] Improve libata support for FUA
 2023-01-10 13:23 UTC  (7+ messages)

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-10 13:21 UTC 

[PATCH v4 7/7] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
 2023-01-09 17:25 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 read-only IMAP folder(s) and NNTP newsgroup(s).