messages from 2022-06-21 08:01:25 to 2022-06-23 19:01:47 UTC [more...]
[PATCH 00/51] Improve static type checking for request flags
2022-06-23 18:05 UTC (42+ messages)
` [PATCH 01/51] treewide: Rename enum req_opf into enum req_op
` [PATCH 02/51] block: Use enum req_op where appropriate
` [PATCH 03/51] block: Change the type of the last .rw_page() argument
` [PATCH 04/51] block: Change the type of req_op() and bio_op() into enum req_op
` [PATCH 05/51] block: Introduce the type blk_opf_t
` [PATCH 06/51] block: Use the new blk_opf_t type
` [PATCH 07/51] blktrace: "
` [PATCH 08/51] blktrace: Trace remap operations correctly
` [PATCH 09/51] block/brd: Use the enum req_op type
` [PATCH 10/51] block/drbd: Use the enum req_op and blk_opf_t types
` [PATCH 11/51] block/floppy: Fix a sparse warning
` [PATCH 12/51] block/null_blk: Fix sparse warnings in tracing code
` [PATCH 13/51] um: Use enum req_op where appropriate
` [PATCH 14/51] dm/core: Use the enum req_op and blk_opf_t types
` [PATCH 15/51] dm/bufio: Change 'int rw' into 'enum req_op op'
` [PATCH 16/51] dm/kcopyd: Rename kcopyd_job.rw into kcopyd_job.op
` [PATCH 17/51] dm/ebs: Change 'int rw' into 'enum req_op op'
` [PATCH 18/51] dm/dm-flakey: Use the new blk_opf_t type
` [PATCH 19/51] dm/dm-integrity: Use the enum req_op and blk_opf_t types
` [PATCH 20/51] dm/dm-snap: "
` [PATCH 21/51] dm/dm-zoned: Use the enum req_op type
` [PATCH 22/51] md/core: Use the enum req_op and blk_opf_t types
` [PATCH 23/51] md/bcache: "
` [PATCH 24/51] md/raid1: Use the new blk_opf_t type
` [PATCH 25/51] md/raid10: "
` [PATCH 26/51] md/raid5: Use the enum req_op and blk_opf_t types
` [PATCH 27/51] nvme/host: "
` [PATCH 28/51] nvme/target: Use the new blk_opf_t type
` [PATCH 29/51] scsi/core: Improve static type checking
` [PATCH 30/51] scsi/core: Change the return type of scsi_noretry_cmd() into bool
` [PATCH 31/51] scsi/core: Use the new blk_opf_t type
` [PATCH 32/51] scsi/device_handlers: "
` [PATCH 33/51] scsi/ufs: Rename a 'dir' argument into 'op'
` [PATCH 34/51] scsi/target: Use the new blk_opf_t type
` [PATCH 35/51] mm: "
` [PATCH 36/51] fs/buffer: "
` [PATCH 37/51] fs/direct-io: Use the enum req_op and blk_opf_t types
` [PATCH 38/51] fs/mpage: Use the new blk_opf_t type
` [PATCH 39/51] fs/btrfs: Use the enum req_op and blk_opf_t types
` [PATCH 40/51] fs/ext4: Use the new blk_opf_t type
` [PATCH 41/51] fs/f2fs: Use the enum req_op and blk_opf_t types
[PATCH v3 0/8] make statx() return DIO alignment information
2022-06-23 17:23 UTC (4+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
2022-06-23 17:13 UTC (4+ messages)
[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
2022-06-23 16:26 UTC (8+ messages)
` [PATCH -next v5 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates
[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-06-23 15:53 UTC (9+ messages)
` [PATCH 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH 3/8] block, bfq: turn scalar fields into arrays in bfq_io_cq
` [PATCH 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH 5/8] block, bfq: turn BFQ_NUM_ACTUATORS into BFQ_MAX_ACTUATORS
` [PATCH 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH 8/8] block, bfq: balance I/O injection among "
[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
2022-06-23 15:32 UTC (3+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
Question about merging raw block device writes
2022-06-23 15:27 UTC
[PATCH 0/9 v5] block: Fix IO priority mess
2022-06-23 14:23 UTC (19+ messages)
` [PATCH 1/9] block: fix default IO priority handling again
` [PATCH 2/9] block: Return effective IO priority from get_current_ioprio()
` [PATCH 3/9] block: Generalize get_current_ioprio() for any task
` [PATCH 4/9] block: Make ioprio_best() static
` [PATCH 5/9] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 6/9] blk-ioprio: Remove unneeded field
` [PATCH 7/9] blk-ioprio: Convert from rqos policy to direct call
` [PATCH 8/9] block: Initialize bio priority earlier
` [PATCH 9/9] block: Always initialize bio IO priority on submit
[GIT PULL] nvmes fixes for Linux 5.19
2022-06-23 13:55 UTC (2+ messages)
[PATCH -next v4] block: remove WARN_ON() from bd_link_disk_holder
2022-06-23 13:48 UTC (3+ messages)
[GIT PULL] nvmes fixes for Linux 5.19
2022-06-23 13:48 UTC (3+ messages)
[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
2022-06-23 13:12 UTC (11+ messages)
` [PATCH v2 1/6] scsi: core: Remove reserved request time-out handling
` [PATCH v2 2/6] blk-mq: Add a flag for reserved requests
` [PATCH v2 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v2 4/6] scsi: fnic: Drop reserved request handling
` [PATCH v2 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v2 6/6] blk-mq: Drop local variable for reserved tag
[PATCH] xen-blkfront: Handle NULL gendisk
2022-06-23 13:00 UTC (2+ messages)
[PATCH] block: pop cached rq before potentially blocking rq_qos_throttle()
2022-06-23 12:33 UTC (5+ messages)
[PATCH 0/9 v4] block: Fix IO priority mess
2022-06-23 7:48 UTC (22+ messages)
` [PATCH 1/9] block: fix default IO priority handling again
` [PATCH 2/9] block: Return effective IO priority from get_current_ioprio()
` [PATCH 3/9] block: Generalize get_current_ioprio() for any task
` [PATCH 4/9] block: Make ioprio_best() static
` [PATCH 5/9] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 6/9] blk-ioprio: Remove unneeded field
` [PATCH 7/9] blk-ioprio: Convert from rqos policy to direct call
` [PATCH 8/9] block: Initialize bio priority earlier
` [PATCH 9/9] block: Always initialize bio IO priority on submit
Ruch z pierwszej pozycji w Google
2022-06-23 7:41 UTC
[PATCH V1 0/8] reduce the size of rnbd_clt_dev
2022-06-23 7:22 UTC (13+ messages)
` [PATCH V1 1/8] rnbd-clt: open code send_msg_open in rnbd_clt_map_device
` [PATCH V1 2/8] rnbd-clt: don't free rsp in msg_open_conf for map scenario
` [PATCH V1 3/8] rnbd-clt: kill read_only from struct rnbd_clt_dev
` [PATCH V1 4/8] rnbd-clt: reduce the size of "
` [PATCH V1 5/8] rnbd-clt: adjust the layout "
` [PATCH V1 6/8] rnbd-clt: check capacity inside rnbd_clt_change_capacity
` [PATCH V1 7/8] rnbd-clt: pass sector_t type for resize capacity
` [PATCH V1 8/8] rnbd-clt: make rnbd_clt_change_capacity return void
About the md-bitmap behavior
2022-06-23 4:52 UTC (12+ messages)
[PATCH] zram: do not lookup algorithm in backends table
2022-06-23 0:21 UTC (4+ messages)
[PATCH] drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumes
2022-06-22 22:33 UTC (2+ messages)
[PATCH] block: drbd: drbd_state: Fix typo in comments
2022-06-22 20:57 UTC (3+ messages)
[PATCH REPOST] blk-mq: Don't disable preemption around __blk_mq_run_hw_queue()
2022-06-22 17:46 UTC (5+ messages)
` [PATCH v2] "
[PATCH ubdsrv] tgt_null: Return number of sectors read/written
2022-06-22 16:23 UTC (3+ messages)
[PATCH] drbd: Fix typo in comment
2022-06-22 14:12 UTC (2+ messages)
[RFC PATCH 0/6] reduce the size of rnbd_clt_dev
2022-06-22 11:15 UTC (17+ messages)
` [RFC PATCH 1/6] rnbd-clt: open code send_msg_open in rnbd_clt_map_device
` [RFC PATCH 2/6] rnbd-clt: don't free rsp in msg_open_conf for map scenario
` [RFC PATCH 3/6] rnbd-clt: kill read_only from struct rnbd_clt_dev
` [RFC PATCH 4/6] rnbd-clt: reduce the size of "
` [RFC PATCH 5/6] rnbd-clt: adjust the layout "
` [RFC PATCH 6/6] rnbd-clt: refactor rnbd_clt_change_capacity
[PATCH RFC -next] sbitmap: fix possible io hung due to lost wakeups
2022-06-22 6:41 UTC (7+ messages)
[bug report] I/O blocked during nvme pci rescan/remove/reset test with two nvme disks
2022-06-22 2:25 UTC
[PATCH] trace: events: scsi: Print driver_tag and scheduler_tag in SCSI trace
2022-06-22 1:43 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/5] blk-mq: Add a flag for reserved requests series
2022-06-22 0:51 UTC (2+ messages)
[PATCH AUTOSEL 4.19 6/7] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:51 UTC
[PATCH AUTOSEL 5.4 6/7] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:51 UTC
[PATCH AUTOSEL 5.17 16/20] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:50 UTC (3+ messages)
` [PATCH AUTOSEL 5.17 17/20] blk-mq: avoid to touch q->elevator without any protection
` [PATCH AUTOSEL 5.17 18/20] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH AUTOSEL 5.18 18/22] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:49 UTC (3+ messages)
` [PATCH AUTOSEL 5.18 19/22] blk-mq: avoid to touch q->elevator without any protection
` [PATCH AUTOSEL 5.18 20/22] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH AUTOSEL 5.15 15/17] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:50 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 16/17] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH AUTOSEL 5.10 09/11] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
2022-06-21 20:51 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 10/11] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH 0/8 v3] block: Fix IO priority mess
2022-06-21 8:31 UTC (11+ messages)
` [PATCH 3/8] block: Make ioprio_best() static
` [PATCH 4/8] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 6/8] blk-ioprio: Convert from rqos policy to direct call
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).