linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-13 11:19:17 to 2017-10-17 04:17:32 UTC [more...]

[PATCH v9 00/10] block, scsi, md: Improve suspend and resume
 2017-10-17  4:17 UTC  (14+ messages)
` [PATCH v9 01/10] md: Rename md_notifier into md_reboot_notifier
` [PATCH v9 02/10] md: Introduce md_stop_all_writes()
` [PATCH v9 03/10] md: Neither resync nor reshape while the system is frozen
` [PATCH v9 04/10] block: Make q_usage_counter also track legacy requests
` [PATCH v9 05/10] block: Introduce blk_get_request_flags()
` [PATCH v9 06/10] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v9 07/10] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v9 08/10] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v9 09/10] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v9 10/10] block, nvme: Introduce blk_mq_req_flags_t

[RFC] bsg-lib interface cleanup
 2017-10-17  3:50 UTC  (8+ messages)
` [PATCH 6/9] bsg-lib: introduce a timeout field in struct bsg_job
` [PATCH 7/9] bsg-lib: remove bsg_job.req
` [PATCH 8/9] block: pass full fmode_t to blk_verify_command

[bug report] A race between blk_cleanup_queue and blk_timeout_work
 2017-10-17  1:55 UTC 

[PATCH V7 0/6] blk-mq-sched: improve sequential I/O performance
 2017-10-17  1:29 UTC  (22+ messages)
` [PATCH V7 4/6] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops

[PATCH v2] blk-mq: Make blk_mq_get_request() error path less confusing
 2017-10-17  0:37 UTC  (2+ messages)

[PATCH v2] block/aoe: Convert timers to use timer_setup()
 2017-10-17  0:03 UTC  (3+ messages)

[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
 2017-10-16 22:49 UTC  (9+ messages)
` [PATCH v2 1/8] lib/scatterlist: "
` [PATCH v2 2/8] crypto: scompress - use "
` [PATCH v2 3/8] nvmet/fc: Use "
` [PATCH v2 4/8] nvmet/rdma: "
` [PATCH v2 5/8] target: Use sgl_alloc_order() "
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH v2 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH v2 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()

[PATCH] bcache: writeback rate clamping: make 32 bit safe
 2017-10-16 19:08 UTC  (5+ messages)

[PATCH] block: fix Sphinx kernel-doc warning
 2017-10-16 19:01 UTC  (2+ messages)

[PATCHv3] bcache: only permit to recovery read error when cache device is clean
 2017-10-16 18:07 UTC  (3+ messages)

[GIT PULL 00/58] LightNVM updates for 4.15
 2017-10-16 15:14 UTC  (65+ messages)
` [GIT PULL 01/58] lightnvm: prevent target type module removal when in use
` [GIT PULL 02/58] lightnvm: prevent bd removal if busy
` [GIT PULL 03/58] lightnvm: protect target type list with correct locks
` [GIT PULL 04/58] lightnvm: remove already calculated nr_chnls
` [GIT PULL 05/58] lightnvm: pblk: fix error path in pblk_lines_alloc_metadata
` [GIT PULL 06/58] lightnvm: include NVM Express driver if OCSSD is selected for build
` [GIT PULL 07/58] lightnvm: pblk: protect line bitmap while submitting meta io
` [GIT PULL 08/58] lightnvm: pblk: fix message if L2P MAP is in device
` [GIT PULL 09/58] lightnvm: pblk: improve error message if down_timeout fails
` [GIT PULL 10/58] lightnvm: pblk: print incompatible line version correctly
` [GIT PULL 11/58] lightnvm: pblk: reuse pblk_gc_should_kick
` [GIT PULL 12/58] lightnvm: pblk: initialize debug stat counter
` [GIT PULL 13/58] lightnvm: pblk: use right flag for GC allocation
` [GIT PULL 14/58] lightnvm: pblk: free padded entries in write buffer
` [GIT PULL 15/58] lightnvm: pblk: fix write I/O sync stat
` [GIT PULL 16/58] lightnvm: pblk: avoid deadlock on low LUN config
` [GIT PULL 17/58] lightnvm: pblk: fix min size for page mempool
` [GIT PULL 18/58] lightnvm: pblk: simplify work_queue mempool
` [GIT PULL 19/58] lightnvm: pblk: decouple read/erase mempools
` [GIT PULL 20/58] lightnvm: pblk: do not use a mempool for line bitmaps
` [GIT PULL 21/58] lightnvm: pblk: remove checks on mempool alloc
` [GIT PULL 22/58] lightnvm: pblk: use constant for GC max inflight
` [GIT PULL 23/58] lightnvm: pblk: normalize ppa namings
` [GIT PULL 24/58] lightnvm: pblk: refactor read lba sanity check
` [GIT PULL 25/58] lightnvm: pblk: simplify data validity check on GC
` [GIT PULL 26/58] lightnvm: pblk: refactor read path "
` [GIT PULL 27/58] lightnvm: pblk: put bio on bio completion
` [GIT PULL 28/58] lightnvm: pblk: simplify path on REQ_PREFLUSH
` [GIT PULL 29/58] lightnvm: pblk: allocate bio size more accurately
` [GIT PULL 30/58] lightnvm: pblk: improve naming for internal req
` [GIT PULL 31/58] lightnvm: pblk: refactor rqd alloc/free
` [GIT PULL 32/58] lightnvm: pblk: use rqd->end_io for completion
` [GIT PULL 33/58] lightnvm: pblk: check lba sanity on read path
` [GIT PULL 34/58] lightnvm: pblk: guarantee line integrity on reads
` [GIT PULL 35/58] lightnvm: pblk: remove redundant check on read path
` [GIT PULL 36/58] lightnvm: pblk: remove I/O dependency on write path
` [GIT PULL 37/58] lightnvm: pblk: enable 1 LUN configuration
` [GIT PULL 38/58] lightnvm: pblk: ensure right bad block calculation
` [GIT PULL 39/58] lightnvm: pblk: fix changing GC group list for a line
` [GIT PULL 40/58] lightnvm: pblk: remove useless line
` [GIT PULL 41/58] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
` [GIT PULL 42/58] lightnvm: remove stale extern and unused exported symbols
` [GIT PULL 43/58] lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
` [GIT PULL 44/58] lightnvm: pblk: fix releases of kmem cache in error path
` [GIT PULL 45/58] lightnvm: pblk: prevent gc kicks when gc is not operational
` [GIT PULL 46/58] lightnvm: pblk: recover partially written lines correctly
` [GIT PULL 47/58] lightnvm: pblk: free full lines during recovery
` [GIT PULL 48/58] lightnvm: pblk: start gc if needed during init
` [GIT PULL 49/58] lightnvm: pblk: consider bad sectors in emeta during recovery
` [GIT PULL 50/58] lightnvm: pblk: shut down gc gracefully during exit
` [GIT PULL 51/58] lightnvm: pblk: add l2p crc debug printouts
` [GIT PULL 52/58] lightnvm: pblk: gc all lines in the pipeline before exit
` [GIT PULL 53/58] lightnvm: pblk: correct valid lba count calculation
` [GIT PULL 54/58] lightnvm: pblk: remove spinlock when freeing line metadata
` [GIT PULL 55/58] lightnvm: pblk: cleanup unused and static functions
` [GIT PULL 56/58] lightnvm: pblk: avoid being reported as hung on rated GC
` [GIT PULL 57/58] lightnvm: fail fast on passthrough commands
` [GIT PULL 58/58] lightnvm: implement generic path for sync I/O

[PATCH 00/15] bcache: series of patches for 4.15
 2017-10-16 15:08 UTC  (17+ messages)
` [PATCH 01/15] bcache: Avoid nested function definition
` [PATCH 02/15] bcache: check ca->alloc_thread initialized before wake up it
` [PATCH 03/15] bcache: fix a comments typo in bch_alloc_sectors()
` [PATCH 04/15] bcache: rewrite multiple partitions support
` [PATCH 05/15] bcache: Remove redundant set_capacity
` [PATCH 06/15] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
` [PATCH 07/15] bcache: remove unused parameter
` [PATCH 08/15] bcache: don't write back data if reading it failed
` [PATCH 09/15] bcache: implement PI controller for writeback rate
` [PATCH 10/15] bcache: smooth writeback rate control
` [PATCH 11/15] bcache: writeback rate shouldn't artifically clamp
` [PATCH 12/15] bcache: rearrange writeback main thread ratelimit
` [PATCH 13/15] bcache: safeguard a dangerous addressing in closure_queue
` [PATCH 14/15] bcache: Add Michael Lyle to MAINTAINERS
` [PATCH 15/15] bcache: MAINTAINERS: set bcache to MAINTAINED

[PATCH v2 0/3] Move tagset reinit to its only current consumer, nvme-core
 2017-10-16 14:47 UTC  (3+ messages)

[PATCH v2 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
 2017-10-16 14:03 UTC  (9+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
 2017-10-16 13:59 UTC  (3+ messages)
` [PATCH v3 1/2] block: factor out __blkdev_issue_zero_pages()
` [PATCH v3 2/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

[PATCH] bsg: update bsg_device_list to utilize static hash table implementation
 2017-10-15 21:30 UTC  (2+ messages)

[PATCH V10 0/8] blk-mq-sched: improve sequential I/O performance
 2017-10-14 15:39 UTC  (10+ messages)
` [PATCH V10 1/8] blk-mq-sched: dispatch from scheduler only after progress is made on ->dispatch
` [PATCH V10 2/8] blk-mq-sched: move actual dispatching into one helper
` [PATCH V10 3/8] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V10 4/8] block: kyber: check if there is request in ctx in kyber_has_work()
` [PATCH V10 5/8] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V10 6/8] blk-mq-sched: improve dispatching from sw queue
` [PATCH V10 7/8] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V10 8/8] SCSI: implement .get_budget and .put_budget for blk-mq

[PATCH V9 0/7] blk-mq-sched: improve sequential I/O performance
 2017-10-14  8:06 UTC  (17+ messages)
` [PATCH V9 1/7] blk-mq-sched: dispatch from scheduler only after progress is made on ->dispatch
` [PATCH V9 2/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V9 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V9 4/7] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V9 5/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V9 6/7] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V9 7/7] SCSI: implement .get_budget and .put_budget for blk-mq

(no subject)
 2017-10-13 23:20 UTC  (3+ messages)
` [PATCH v2 2/2] bcache: rearrange writeback main thread ratelimit

[PATCH] block-throttle: avoid double charge
 2017-10-13 18:10 UTC 

[PATCH 0/8] Introduce sgl_alloc() and sgl_free()
 2017-10-13 17:56 UTC  (7+ messages)
` [PATCH 1/8] lib: "

[PATCH V8 0/7] blk-mq-sched: improve sequential I/O performance
 2017-10-13 17:32 UTC  (10+ messages)
` [PATCH V8 1/7] blk-mq-sched: fix scheduler bad performance
` [PATCH V8 2/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V8 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V8 4/7] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V8 5/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V8 6/7] SCSI: allow to pass null rq to scsi_prep_state_check()
` [PATCH V8 7/7] SCSI: implement .get_budget and .put_budget for blk-mq

[PATCH 0/2] Update the usage hints of submit_queues and
 2017-10-13 16:52 UTC  (2+ messages)

[PATCH 1/2] null_blk: update usage hints for submit_queues
 2017-10-13 16:26 UTC  (2+ messages)
` [PATCH 2/2] null_blk: add usage hints for no_sched

[PATCH V8 00/14] mmc: Add Command Queue support
 2017-10-13 11:58 UTC  (11+ messages)

[PATCH V11 0/4] mmc: Add Command Queue support
 2017-10-13 11:12 UTC  (5+ messages)
` [PATCH V11 1/4] mmc: core: Add parameter use_blk_mq
` [PATCH V11 2/4] mmc: block: Add CQE and blk-mq support
` [PATCH V11 3/4] mmc: cqhci: support for command queue enabled host
` [PATCH V11 4/4] mmc: sdhci-pci: Add CQHCI support for Intel GLK


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