linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-21 01:11:18 to 2018-06-27 07:04:52 UTC [more...]

[PATCH blktests 00/15] Add SRP initiator driver tests
 2018-06-27  7:04 UTC  (30+ messages)
` [PATCH blktests 01/15] common/rc: Fix _have_tracepoint()
` [PATCH blktests 02/15] Annotate include statements in shell scripts where the source file is a variable
` [PATCH blktests 03/15] check, tests/meta/012: Use array["index"] instead of array[index]
` [PATCH blktests 04/15] Suppress shellcheck complaints about global variables
` [PATCH blktests 05/15] check: Avoid that shellcheck complains that $FULL appears unused
` [PATCH blktests 06/15] Multiple tests: remove unused and undefined variables
` [PATCH blktests 07/15] Avoid passing tests/block/002 arguments to _init_scsi_debug
` [PATCH blktests 08/15] check: Suppress a shellcheck warning about the DMESG_FILTER initialization
` [PATCH blktests 09/15] Makefile: Do not suppress useful shellcheck warnings
` [PATCH blktests 10/15] tests/meta/group: Fix shellcheck complaints
` [PATCH blktests 11/15] make check: Also check tests/*/group files
` [PATCH blktests 12/15] check: Make TMPDIR absolute
` [PATCH blktests 13/15] src/Makefile: Fix pattern rule
` [PATCH blktests 14/15] Add the discontiguous-io test program
` [PATCH blktests 15/15] Add tests for the SRP initiator and target drivers

Subject: [PATCH RFC] block: fix Amiga RDB partition support for disks >= 2 TB
 2018-06-27  1:24 UTC 

[PATCH] block: Simplify the bio cloning implementation
 2018-06-27  1:13 UTC  (2+ messages)

[blk-mq Bug] race on removing hctx->dispatch_wait from wait queue
 2018-06-27  0:49 UTC  (6+ messages)

[PATCH 0/5] blk-mq: dispatch related cleanup, fix and optimization
 2018-06-26 21:12 UTC  (9+ messages)
` [PATCH 1/5] blk-mq: cleanup blk_mq_get_driver_tag()
` [PATCH 2/5] blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()
` [PATCH 3/5] blk-mq: introduce new lock for protecting hctx->dispatch_wait
` [PATCH 4/5] blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
` [PATCH 5/5] blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()

[PATCH BUGFIX RESEND 0/4] bfq: fix bugs breaking bandwidth guarantees occasionally
 2018-06-26 20:35 UTC  (7+ messages)
` [PATCH BUGFIX RESEND 1/4] block, bfq: add/remove entity weights correctly
` [PATCH BUGFIX RESEND 2/4] block, bfq: do not expire a queue that will deserve dispatch plugging
` [PATCH BUGFIX RESEND 3/4] block, bfq: fix service being wrongly set to zero in case of preemption
` [PATCH BUGFIX RESEND 4/4] block, bfq: give a better name to bfq_bfqq_may_idle

[RESEND PATCH] lightnvm: pblk: add asynchronous partial read
 2018-06-26 20:14 UTC  (7+ messages)

[PATCH] block: Fix transfer when chuck sectors exceeds max
 2018-06-26 18:18 UTC  (3+ messages)

[PATCH V2 0/2] scsi: scsi-mq: don't hold host_busy in IO path
 2018-06-26 16:53 UTC  (6+ messages)
` [PATCH V2 1/2] scsi: read host_busy via scsi_host_busy()
` [PATCH V2 2/2] scsi: avoid to hold host-wide counter of host_busy for scsi_mq

[PATCH 0/3] Fix blk_mq_end_request() and blk_end_request() for WRITE SAME
 2018-06-26 16:24 UTC  (6+ messages)
` [PATCH 1/3] block: Fix blk_rq_payload_bytes()
` [PATCH 2/3] sd: Remove the __data_len hack for WRITE SAME again
` [PATCH 3/3] block: Fix blk_end_request_all() for WRITE SAME requests

[PATCH] blk-mq: use mutex_trylock to avoid lock inversion
 2018-06-26 15:36 UTC  (7+ messages)

[PATCH] blk-mq-fs: invoke queue_for_each_hw_ctx under sysfs_lock
 2018-06-26 15:29 UTC  (2+ messages)

[PATCH v3] block/loop: Serialize ioctl operations
 2018-06-26 14:34 UTC  (4+ messages)

[PATCH] lightnvm: pblk: assume that chunks are closed on 1.2 devices
 2018-06-26 12:26 UTC  (10+ messages)

[PATCH blktests] check: add command line switch to test device drivers only
 2018-06-26  7:03 UTC  (4+ messages)

[PATCH] drbd: Fix drbd_request_prepare() discard handling
 2018-06-25 22:51 UTC 

[PATCH] drbd: Do not redefine __must_hold()
 2018-06-25 22:51 UTC 

[PATCH 0/15][V3] Introduce io.latency io controller for cgroups
 2018-06-25 22:36 UTC  (16+ messages)
` [PATCH 01/15] block: add bi_blkg to the bio "
` [PATCH 02/15] block: introduce bio_issue_as_root_blkg
` [PATCH 03/15] blk-cgroup: allow controllers to output their own stats
` [PATCH 04/15] blk: introduce REQ_SWAP
` [PATCH 05/15] swap,blkcg: issue swap io with the appropriate context
` [PATCH 06/15] blkcg: add generic throttling mechanism
` [PATCH 07/15] memcontrol: schedule throttling if we are congested
` [PATCH 08/15] blk-stat: export helpers for modifying blk_rq_stat
` [PATCH 09/15] blk-rq-qos: refactor out common elements of blk-wbt
` [PATCH 10/15] block: remove external dependency on wbt_flags
` [PATCH 11/15] rq-qos: introduce dio_bio callback
` [PATCH 13/15] Documentation: add a doc for blk-iolatency
` [PATCH 14/15] skip readahead if the cgroup is congested
` [PATCH 15/15] block: use irq variant for blkcg->lock

[PATCH BUGFIX 0/4] bfq: fix bugs breaking bandwidth guarantees occasionally
 2018-06-25 19:51 UTC  (6+ messages)
` [PATCH BUGFIX 1/4] block, bfq: add/remove entity weights correctly
` [PATCH BUGFIX 2/4] block, bfq: do not expire a queue that will deserve dispatch plugging
` [PATCH BUGFIX 3/4] block, bfq: fix service being wrongly set to zero in case of preemption
` [PATCH BUGFIX 4/4] "

[PATCH 0/9] blktests: Re-enable shellcheck warnings
 2018-06-25 19:48 UTC  (20+ messages)
` [PATCH 1/9] common/rc: Fix _have_tracepoint()
` [PATCH 2/9] Annotate include statements in shell scripts where the source file is a variable
` [PATCH 3/9] check, tests/meta/012: Use array["index"] instead of array[index]
` [PATCH 4/9] Suppress shellcheck complaints about global variables
` [PATCH 5/9] check: Avoid that shellcheck complains that $FULL appears unused
` [PATCH 6/9] Multiple tests: remove unused and undefined variables
` [PATCH 7/9] Avoid passing tests/block/002 arguments to _init_scsi_debug
` [PATCH 8/9] check: Suppress a shellcheck warning about the DMESG_FILTER initialization
` [PATCH 9/9] Makefile: Do not suppress useful shellcheck warnings

[PATCH 0/5]stop normal completion path entering a timeout req
 2018-06-25 18:51 UTC  (18+ messages)
` [PATCH 5/5] nvme: use __blk_mq_complete_request in timeout path

[PATCH] drbd: fix access after free
 2018-06-25  9:39 UTC 

[PATCH 04/26] mtip32xx: Convert to new IDA API
 2018-06-25  8:20 UTC  (3+ messages)
` [PATCH 10/26] rsxx: "

[PATCH RESENT] blk-mq-debugfs: invoke queue_for_each_hw_ctx under sysfs_lock
 2018-06-25  6:23 UTC 

[PATCH 4.17 42/70] blk-mq: reinit q->tag_set_list entry only after grace period
 2018-06-24 15:22 UTC 

[GIT PULL] Block fixes for 4.18-rc2
 2018-06-23 16:30 UTC 

[PATCH] blk-wbt: fix indefinite background writeback sleep
 2018-06-23 16:20 UTC  (7+ messages)

[PATCH V2] blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
 2018-06-22 23:36 UTC  (4+ messages)

[PATCH] blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
 2018-06-22 22:00 UTC  (7+ messages)

[PATCH 0/3] scsi: scsi-mq: don't hold host_busy in IO path
 2018-06-22 21:43 UTC  (3+ messages)

[PATCH] blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONE
 2018-06-22 20:32 UTC  (2+ messages)

[PATCH 3/3] block: Change simple_strtol() to kstrtol()
 2018-06-22 19:51 UTC  (3+ messages)

[PATCH] bdi: Fix another oops in wb_workfn()
 2018-06-22 18:08 UTC  (4+ messages)

[PATCH v4] lightnvm: Remove depends on HAS_DMA in case of platform dependency
 2018-06-22 18:07 UTC  (2+ messages)

[GIT PULL] nvme fixes for 4.18
 2018-06-22 14:46 UTC  (2+ messages)

[PATCH 2/3] block: Replace symbolic permissions
 2018-06-22 11:35 UTC 

[PATCH 1/3] block: Use SPDX License Identifier
 2018-06-22 11:33 UTC 

[PATCH 0/3] block: fix the lock inversion caused by kobject_del under sysfs_lock
 2018-06-22  7:11 UTC  (4+ messages)
` [PATCH 1/3] block: add helper interface blk_queue_registered
` [PATCH 2/3] blk-mq: cleanup blk_mq_register_dev
` [PATCH 3/3] block: fix the lock inversion caused by kobject_del under sysfs_lock

[PATCH] blk-mq: don't time out requests again that are in the timeout handler
 2018-06-21 18:18 UTC  (2+ messages)

[PATCH v2 4/5] ceph: use timespec64 for r_mtime
 2018-06-21 15:46 UTC 

[PATCH 4/5] ceph: use timespec64 for r_mtime
 2018-06-21 14:57 UTC  (3+ messages)

[PATCH] sg, bsg: mitigate read/write abuse, block uaccess in release
 2018-06-21 14:07 UTC  (10+ messages)

[PATCH V6 00/30] block: support multipage bvec
 2018-06-21  8:40 UTC  (4+ messages)

[PATCH] Block: initialize bio_cnt_ret_time for the first time
 2018-06-21  3:07 UTC 

[PATCH] nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag
 2018-06-21  1:12 UTC  (2+ messages)

The number of fio jobs decrease after long time test
 2018-06-21  1:11 UTC  (3+ 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 NNTP newsgroup(s).