linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-25 09:16:43 to 2018-06-28 15:51:41 UTC [more...]

[PATCH] block: Fix cloning of requests with a special payload
 2018-06-28 15:51 UTC  (6+ messages)
`  "

[PATCH] blk-mq: don't queue more if we get a busy return
 2018-06-28 15:46 UTC 

[PATCH] block: Make __bio_clone_fast() copy bi_vcnt
 2018-06-28 15:32 UTC  (6+ messages)
        `  "

Oops in kmem_cache_free() via bioset_exit() (was Re: [next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks)
 2018-06-28 14:42 UTC 

[PATCH v2] lightnvm: pblk: expose generic disk name on pr_* msgs
 2018-06-28 13:43 UTC 

[PATCH] lightnvm: pblk: expose generic disk name on pr_* msgs
 2018-06-28 12:45 UTC 

Subject: [PATCH RFC] block: fix Amiga RDB partition support for disks >= 2 TB
 2018-06-28  9:34 UTC  (20+ messages)

[PATCH] lightnvm: pblk: recover chunk state on 1.2 devices
 2018-06-28  9:12 UTC  (2+ messages)

[PATCH] lightnvm: pblk: Add read memory barrier when reading from rb
 2018-06-28  8:15 UTC  (2+ messages)

[PATCH] lightnvm: pblk: fix read_bitmap for 32bit archs
 2018-06-28  8:10 UTC  (4+ messages)

[PATCH 0/3] blk-mq: improve IO perf in case of none io sched
 2018-06-28  7:40 UTC  (10+ messages)
` [PATCH 1/3] blk-mq: use list_splice_tail() to insert requests
` [PATCH 2/3] blk-mq: only attempt to merge bio if there is rq in sw queue
` [PATCH 3/3] blk-mq: dequeue request one by one from sw queue iff hctx is busy

[PATCH blktests v2 0/3] Add SRP initiator driver tests
 2018-06-28  6:42 UTC  (6+ messages)
` [PATCH blktests v2 1/3] src/Makefile: Rename $(TARGETS) into $(C_TARGETS)
` [PATCH blktests v2 2/3] Add the discontiguous-io test program
` [PATCH blktests v2 3/3] Add tests for the SRP initiator and target drivers

[PATCH V7 00/24] block: support multipage bvec
 2018-06-28  2:01 UTC  (31+ messages)
` [PATCH V7 01/24] dm: use bio_split() when splitting out the already processed bio
` [PATCH V7 02/24] bcache: don't clone bio in bch_data_verify
` [PATCH V7 03/24] exofs: use bio_clone_fast in _write_mirror
` [PATCH V7 04/24] block: remove bio_clone_kmalloc
` [PATCH V7 05/24] md: remove a bogus comment
` [PATCH V7 06/24] block: unexport bio_clone_bioset
` [PATCH V7 07/24] block: simplify bio_check_pages_dirty
` [PATCH V7 08/24] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH V7 09/24] block: use bio_add_page in bio_iov_iter_get_pages
` [PATCH V7 10/24] block: introduce multipage page bvec helpers
` [PATCH V7 11/24] block: introduce bio_for_each_bvec()
` [PATCH V7 12/24] block: use bio_for_each_bvec() to compute multipage bvec count
` [PATCH V7 13/24] block: use bio_for_each_bvec() to map sg
` [PATCH V7 14/24] block: introduce bvec_last_segment()
` [PATCH V7 15/24] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V7 16/24] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V7 17/24] btrfs: move bio_pages_all() to btrfs
` [PATCH V7 18/24] block: introduce bio_bvecs()
` [PATCH V7 19/24] block: loop: pass multipage bvec to iov_iter
` [PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V7 21/24] block: allow bio_for_each_segment_all() to iterate over multipage bvec
` [PATCH V7 22/24] block: enable multipage bvecs
` [PATCH V7 23/24] block: always define BIO_MAX_PAGES as 256
` [PATCH V7 24/24] block: document usage of bio iterator helpers

[PATCH] blk-mq: use mutex_trylock to avoid lock inversion
 2018-06-28  1:15 UTC  (9+ messages)

[PATCH] block: Simplify the bio cloning implementation
 2018-06-28  0:08 UTC  (6+ messages)

[PATCH v2] blk-mq: Fix a race condition in blk_mq_mark_tag_wait()
 2018-06-28  0:00 UTC  (3+ messages)

[PATCH 13/14] Documentation: add a doc for blk-iolatency
 2018-06-27 23:59 UTC  (2+ messages)

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

[PATCH] include/trace/events/wbt.h: Suppress a compiler warning
 2018-06-27 20:22 UTC 

[PATCH] block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requests
 2018-06-27 20:09 UTC 

[PATCH V7 00/24] block: support multipage bvec
 2018-06-27 12:40 UTC 

[PATCH blktests 00/15] Add SRP initiator driver tests
 2018-06-27  7:04 UTC  (16+ messages)
` [PATCH blktests 13/15] src/Makefile: Fix pattern rule
` [PATCH blktests 15/15] Add tests for the SRP initiator and target drivers

[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  (6+ 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-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  (4+ messages)
` [PATCH 9/9] Makefile: Do not suppress useful "

[PATCH 0/5]stop normal completion path entering a timeout req
 2018-06-25 18:51 UTC  (7+ 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 


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).