messages from 2023-04-10 08:10:16 to 2023-04-12 05:32:37 UTC [more...]
[PATCH v6 00/19] Add Command Duration Limits support
2023-04-12 5:32 UTC (37+ messages)
` [PATCH v6 01/19] ioprio: cleanup interface definition
` [PATCH v6 02/19] block: introduce ioprio hints
` [PATCH v6 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v6 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v6 09/19] scsi: allow enabling and disabling command duration limits
` [PATCH v6 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v6 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v6 14/19] ata: libata: detect support for command duration limits
` [PATCH v6 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v6 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v6 18/19] ata: libata: set read/write commands CDL index
` [PATCH v6 19/19] ata: libata: handle completion of CDL commands using policy 0xD
cleanup request insertation parameters
2023-04-12 5:04 UTC (36+ messages)
` [PATCH 01/16] blk-mq: don't plug for head insertations in blk_execute_rq_nowait
` [PATCH 02/16] blk-mq: move more logic into blk_mq_insert_requests
` [PATCH 03/16] blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_list
` [PATCH 04/16] blk-mq: move blk_mq_sched_insert_request to blk-mq.c
` [PATCH 05/16] blk-mq: fold __blk_mq_insert_request into blk_mq_insert_request
` [PATCH 06/16] blk-mq: fold __blk_mq_insert_req_list "
` [PATCH 07/16] blk-mq: remove blk_flush_queue_rq
` [PATCH 08/16] blk-mq: refactor passthrough vs flush handling in blk_mq_insert_request
` [PATCH 09/16] blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_work
` [PATCH 10/16] blk-mq: factor out a blk_mq_get_budget_and_tag helper
` [PATCH 11/16] blk-mq: fold __blk_mq_try_issue_directly into its two callers
` [PATCH 12/16] blk-mq: don't run the hw_queue from blk_mq_insert_request
` [PATCH 13/16] blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
` [PATCH 14/16] blk-mq: pass a flags argument to blk_mq_insert_request
` [PATCH 15/16] blk-mq: pass a flags argument to blk_mq_request_bypass_insert
` [PATCH 16/16] blk-mq: pass the flags argument to elevator_type->insert_requests
[PATCH] null_blk: fix queue mode Oops for membacked
2023-04-12 4:08 UTC
[PATCH 0/2] block: null_blk: make fault-injection configurable via configfs
2023-04-12 3:05 UTC (3+ messages)
` [PATCH blktests] don't require modular null_blk for fault-injection
[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
2023-04-12 2:33 UTC (7+ messages)
[PATCH 0/7] s390/dasd: add dasd autoquiesce feature
2023-04-12 1:53 UTC (16+ messages)
` [PATCH 1/7] s390/dasd: remove unused DASD EER defines
` [PATCH 2/7] s390/dasd: add autoquiesce feature
` [PATCH 3/7] s390/dasd: add aq_mask sysfs attribute
` [PATCH 4/7] s390/dasd: add aq_requeue "
` [PATCH 5/7] s390/dasd: add aq_timeouts autoquiesce trigger
` [PATCH 6/7] s390/dasd: add autoquiesce event for start IO error
` [PATCH 7/7] s390/dasd: fix hanging blockdevice after request requeue
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-04-11 23:21 UTC (22+ messages)
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
blktests nvme/039 failure
2023-04-11 20:55 UTC (5+ messages)
[PATCHv2 0/5] nvme io_uring_cmd polling enhancements
2023-04-11 17:46 UTC (7+ messages)
` [PATCHv2 3/5] nvme: unify nvme request end_io
` [PATCHv2 2/5] nvme: simplify passthrough bio cleanup
[PATCH v2 00/12] Submit zoned writes in order
2023-04-11 17:18 UTC (35+ messages)
` [PATCH v2 01/12] block: Send zoned writes to the I/O scheduler
` [PATCH v2 02/12] block: Send flush requests "
` [PATCH v2 03/12] block: Send requeued "
` [PATCH v2 04/12] block: Requeue requests if a CPU is unplugged
` [PATCH v2 05/12] block: One requeue list per hctx
` [PATCH v2 06/12] block: Preserve the order of requeued requests
` [PATCH v2 09/12] block: mq-deadline: Disable head insertion for zoned writes
` [PATCH v2 10/12] block: mq-deadline: Introduce a local variable
` [PATCH v2 11/12] block: mq-deadline: Fix a race condition related to zoned writes
` [PATCH v2 12/12] block: mq-deadline: Handle requeued requests correctly
zram I/O path cleanups and fixups v3
2023-04-11 17:14 UTC (18+ messages)
` [PATCH 01/17] zram: always compile read_from_bdev_sync
` [PATCH 02/17] zram: remove valid_io_request
` [PATCH 03/17] zram: make zram_bio_discard more self-contained
` [PATCH 04/17] zram: simplify bvec iteration in __zram_make_request
` [PATCH 05/17] zram: move discard handling to zram_submit_bio
` [PATCH 06/17] zram: return early on error in zram_bvec_rw
` [PATCH 07/17] zram: refactor highlevel read and write handling
` [PATCH 08/17] zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
` [PATCH 09/17] zram: rename __zram_bvec_read to zram_read_page
` [PATCH 10/17] zram: directly call zram_read_page in writeback_store
` [PATCH 11/17] zram: refactor zram_bdev_read
` [PATCH 12/17] zram: don't pass a bvec to __zram_bvec_write
` [PATCH 13/17] zram: refactor zram_bdev_write
` [PATCH 14/17] zram: pass a page to read_from_bdev
` [PATCH 15/17] zram: don't return errors from read_from_bdev_async
` [PATCH 16/17] zram: fix synchronous reads
` [PATCH 17/17] zram: return errors from read_from_bdev_sync
[REGRESSION] CPUIDLE_FLAG_RCU_IDLE, blk_mq_freeze_queue_wait() and slow-stuck reboots
2023-04-11 16:16 UTC (6+ messages)
[PATCH 0/1] sed-opal: geometry feature reporting command
2023-04-11 14:46 UTC (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH v3 0/3] remove page_endio() v3
2023-04-11 12:30 UTC (5+ messages)
` [PATCH v3 1/3] orangefs: use folios in orangefs_readahead
` [PATCH v3 2/3] mpage: split submit_bio and bio end_io handler for reads and writes
` [PATCH v3 3/3] mpage: use folios in bio end_io handler
[PATCH v9 0/9] Implement copy offload support
2023-04-11 8:10 UTC (10+ messages)
` [PATCH v9 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v9 2/9] block: Add copy offload support infrastructure
` [PATCH v9 3/9] block: add emulation for copy
` [PATCH v9 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
` [PATCH v9 5/9] nvme: add copy offload support
` [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns
` [PATCH v9 7/9] dm: Add support for copy offload
` [PATCH v9 8/9] dm: Enable copy offload for dm-linear target
` [PATCH v9 9/9] null_blk: add support for copy offload
Słowa kluczowe do wypozycjonowania
2023-04-11 7:40 UTC
[PATCH v2 0/5] remove page_endio()
2023-04-11 7:34 UTC (4+ messages)
` [PATCH v2 1/5] zram: always chain bio to the parent in read_from_bdev_async
[PATCH v6 00/18] Use block pr_ops in LIO
2023-04-11 7:33 UTC (45+ messages)
` [PATCH v6 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v6 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v6 03/18] scsi: Rename sd_pr_command
` [PATCH v6 04/18] scsi: Move sd_pr_type to scsi_common
` [PATCH v6 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v6 06/18] dm: "
` [PATCH v6 07/18] nvme: Fix reservation status related structs
` [PATCH v6 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v6 09/18] nvme: Move pr code to it's own file
` [PATCH v6 10/18] nvme: Add helper to send pr command
` [PATCH v6 11/18] nvme: Add pr_ops read_keys support
` [PATCH v6 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v6 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v6 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v6 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v6 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v6 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v6 18/18] scsi: target: Add block PR support to iblock
[PATCH V2 0/1 null_blk: add modparam checks
2023-04-11 7:02 UTC (6+ messages)
` [PATCH V2 1/1] null_blk: add moddule parameter check
[PATCH v3 00/11] blksnap - block devices snapshots module
2023-04-11 6:25 UTC (6+ messages)
` [PATCH v3 02/11] block: Block Device Filtering Mechanism
[PATCH blktests 0/2] nvme uring-passthrough test
2023-04-11 1:35 UTC (5+ messages)
` [PATCH blktests 2/2] nvme/047: add test for uring-passthrough
[PATCH v2 0/3] blk-cgroup: some cleanup
2023-04-10 22:20 UTC (5+ messages)
[PATCH V3 0/1] null_blk: add modparam checks
2023-04-10 22:13 UTC (2+ messages)
` [PATCH V3 1/1] null_blk: add moddule parameter check
[PATCH V2 0/1] brd: use memcpy_to_page() in copy_to_brd()
2023-04-10 20:19 UTC (2+ messages)
` [PATCH V2 1/1] brd: use memcpy_to|from_page() in copy_to|from_brd()
[PATCH v3 0/4] nbd: s/handle/cookie/
2023-04-10 18:06 UTC (5+ messages)
` [PATCH v3 1/4] uapi nbd: improve doc links to userspace spec
` [PATCH v3 2/4] uapi nbd: add cookie alias to handle
` [PATCH v3 3/4] block nbd: use req.cookie instead of req.handle
` [PATCH v3 4/4] docs nbd: userspace NBD now favors github over sourceforge
[PATCH v2 00/19] bio: check return values of bio_add_page
2023-04-10 16:06 UTC (5+ messages)
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
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).