linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-01 17:24:05 to 2017-10-03 20:51:50 UTC [more...]

[RFC 0/5] fs: replace kthread freezing with filesystem freeze/thaw
 2017-10-03 20:51 UTC  (29+ messages)
` [RFC 1/5] fs: add iterate_supers_reverse()
` [RFC 2/5] fs: freeze on suspend and thaw on resume
` [RFC 3/5] xfs: allow fs freeze on suspend/hibernation
` [RFC 4/5] ext4: add fs freezing support "
` [RFC 5/5] pm: remove kernel thread freezing

[PATCH V8 0/8] block/scsi: safe SCSI quiescing
 2017-10-03 19:31 UTC  (15+ messages)
` [PATCH V8 1/8] blk-mq: only run hw queues for blk-mq
` [PATCH V8 2/8] block: tracking request allocation with q_usage_counter
` [PATCH V8 3/8] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH V8 4/8] block: pass 'op' to blk_queue_enter()
` [PATCH V8 5/8] percpu-refcount: introduce __percpu_ref_tryget_live
` [PATCH V8 6/8] blk-mq: return if queue is frozen via current blk_freeze_queue_start
` [PATCH V8 7/8] block: support PREEMPT_ONLY
` [PATCH V8 8/8] SCSI: set block queue at preempt only when SCSI device is put into quiesce

[Nbd] [PATCH] MAINTAINERS: update list for NBD
 2017-10-03 18:00 UTC  (3+ messages)

[PATCH] block: drop "sending ioctl to a partition" message
 2017-10-03 16:22 UTC  (2+ messages)

[PATCH] block,bfq: Disable writeback throttling
 2017-10-03 16:10 UTC 

[PATCH v5 0/8] block, scsi, md: Improve suspend and resume
 2017-10-03 16:01 UTC  (10+ messages)
` [PATCH v5 1/8] md: Introduce md_stop_all_writes()
` [PATCH v5 2/8] md: Neither resync nor reshape while the system is frozen
` [PATCH v5 3/8] block: Make q_usage_counter also track legacy requests
` [PATCH v5 4/8] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v5 5/8] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v5 6/8] scsi: Reduce suspend latency
` [PATCH v5 7/8] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced
` [PATCH v5 8/8] block: Make SCSI device suspend and resume work reliably

RQF_PM fix/cleanup
 2017-10-03 15:19 UTC  (6+ messages)
` [PATCH 1/2] block: move __elv_next_request to blk-core.c
` [PATCH 2/2] block: fix peeking requests during PM

[PATCH] lightnvm: pblk: use vfree_atomic when freeing line metadata
 2017-10-03 15:00 UTC  (7+ messages)

[PATCH BUGFIX/IMPROVEMENT 0/4] block, bfq: series of fixes of bugs affecting service guarantees
 2017-10-03 14:41 UTC  (5+ messages)
` [PATCH BUGFIX/IMPROVEMENT 0/4] block, bfq: series of fixes of bugs

[PATCH 0/9] recovery robustness improvements
 2017-10-03 13:53 UTC  (21+ messages)
` [PATCH 1/9] lightnvm: pblk: prevent gc kicks when gc is not operational
` [PATCH 2/9] lightnvm: pblk: recover partially written lines correctly
` [PATCH 3/9] lightnvm: pblk: free full lines during recovery
` [PATCH 4/9] lightnvm: pblk: start gc if needed during init
` [PATCH 5/9] lightnvm: pblk: consider bad sectors in emeta during recovery
` [PATCH 6/9] lightnvm: pblk: shut down gc gracefully during exit
` [PATCH 7/9] lightnvm: pblk: add l2p crc debug printouts
` [PATCH 8/9] lightnvm: pblk: gc all lines in the pipeline before exit
` [PATCH 9/9] lightnvm: pblk: correct valid lba count calculation

[PATCH V5 00/14] blk-mq-sched: improve sequential I/O performance(part 1)
 2017-10-03 13:39 UTC  (14+ messages)
` [PATCH V5 1/7] blk-mq: issue rq directly in blk_mq_request_bypass_insert()
` [PATCH V5 2/7] blk-mq-sched: fix scheduler bad performance
` [PATCH V5 4/7] blk-mq: introduce blk_mq_dequeue_from_ctx()
` [PATCH V5 5/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V5 6/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V5 7/7] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed

[RFC] bsg-lib interface cleanup
 2017-10-03 10:48 UTC  (10+ messages)
` [PATCH 1/9] bsg-lib: fix use-after-free under memory-pressure
` [PATCH 2/9] bfa: don't reset max_segments for every bsg request
` [PATCH 3/9] libfc: don't assign resid_len in fc_lport_bsg_request
` [PATCH 4/9] qla2xxx: don't break the bsg-lib abstractions
` [PATCH 5/9] scsi_transport_sas: check reply payload length instead of bidi request
` [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
` [PATCH 9/9] bsg: split handling of SCSI CDBs vs transport requeues

[PATCH V5 0/8] blk-mq: improve bio merge for none scheduler
 2017-10-03  9:21 UTC  (13+ messages)
` [PATCH V5 3/8] block: introduce rqhash helpers
` [PATCH V5 4/8] block: move actual bio merge code into __elv_merge
` [PATCH V5 5/8] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue
` [PATCH V5 6/8] block: introduce .last_merge and .hash to blk_mq_ctx
` [PATCH V5 7/8] blk-mq-sched: refactor blk_mq_sched_try_merge()
` [PATCH V5 8/8] blk-mq: improve bio merge from blk-mq sw queue

[PATCH V7 0/6] block/scsi: safe SCSI quiescing
 2017-10-03  8:22 UTC  (19+ messages)
` [PATCH V7 1/6] blk-mq: only run hw queues for blk-mq
` [PATCH V7 2/6] block: tracking request allocation with q_usage_counter
` [PATCH V7 3/6] block: pass flags to blk_queue_enter()
` [PATCH V7 4/6] block: prepare for passing RQF_PREEMPT to request allocation
` [PATCH V7 5/6] block: support PREEMPT_ONLY
` [PATCH V7 6/6] SCSI: set block queue at preempt only when SCSI device is put into quiesce

[PATCH 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
 2017-10-03  8:04 UTC  (6+ messages)
` [PATCH 1/2] block: factor out __blkdev_issue_zero_pages()
` [PATCH 2/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

[PATCH 5/6] lightnvm: pblk: free up mempool allocation for erases correctly
 2017-10-03  6:42 UTC  (5+ messages)

[PATCH V6 00/14] scsi-mq support for ZBC disks
 2017-10-03  0:19 UTC  (22+ messages)
` [PATCH V6 01/14] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V6 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V6 03/14] scsi: sd_zbc: Rearrange code
` [PATCH V6 04/14] scsi: sd_zbc: Use well defined macros
` [PATCH V6 05/14] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V6 06/14] block: Add zoned block device information to request queue
` [PATCH V6 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V6 08/14] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V6 09/14] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V6 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V6 11/14] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V6 12/14] block: mq-deadline: Introduce zone locking support
` [PATCH V6 13/14] block: mq-deadline: Limit write request dispatch for zoned block devices
` [PATCH V6 14/14] block: do not set mq default scheduler

[PATCH V5 00/14] scsi-mq support for ZBC disks
 2017-10-02 23:01 UTC  (15+ messages)
` [PATCH V5 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V5 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V5 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V5 12/14] block: mq-deadline: Introduce zone locking support
` [PATCH V5 13/14] block: mq-deadline: Limit write request dispatch for zoned block devices

[PATCH 1/2] block: genhd: add device_add_disk_with_groups
 2017-10-02 22:46 UTC  (2+ messages)

[PATCH] nbd: fix -ERESTARTSYS handling
 2017-10-02 20:29 UTC  (2+ messages)

[PATCH 0/5] lightnvm: pblk: audit mempool usage
 2017-10-02 17:58 UTC  (2+ messages)

[PATCH 2/6] lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
 2017-10-02 17:23 UTC  (4+ messages)

[PATCH 6/6] lightnvm: pblk: fix releases of kmem cache in error path
 2017-10-02 17:21 UTC  (3+ messages)

[PATCH v2 1/1] bsg-lib: fix use-after-free under memory-pressure
 2017-10-02 16:31 UTC  (2+ messages)

[PATCH v4 0/7] Make suspend and resume safe for md-on-SCSI
 2017-10-02 16:14 UTC  (20+ messages)
` [PATCH v4 1/7] md: Make md resync and reshape threads freezable
` [PATCH v4 2/7] block: Make q_usage_counter also track legacy requests
` [PATCH v4 3/7] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v4 4/7] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v4 6/7] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced

[PATCH] bsg: update bsg_device_list to utilize static hash table implementation
 2017-10-02 16:10 UTC 

[PATCH] blk-mq: wire up completion notifier for laptop mode
 2017-10-02 15:44 UTC  (2+ messages)

[PATCH] lightnvm: pblk: fix changing GC group list for a line
 2017-10-02 11:44 UTC  (4+ messages)

[PATCH 4/6] lightnvm: remove stable extern and unused exported symbols
 2017-10-02 11:42 UTC  (4+ messages)

[PATCH 3/6] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
 2017-10-02 11:40 UTC  (2+ messages)

[PATCH 1/6] lightnvm: pblk: remove useless line
 2017-10-02 11:29 UTC  (2+ messages)

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-10-02  8:32 UTC  (7+ messages)
` [PATCH V9 09/15] mmc: core: Add parameter use_blk_mq
` [PATCH V9 12/15] mmc: core: Export mmc_retune_hold_now() and mmc_retune_release()
` [PATCH V9 13/15] mmc: block: Add CQE and blk-mq support

[PATCH] block: add NULL argument check to bioset_free()
 2017-10-02  7:06 UTC 

nvme multipath support V3
 2017-10-02  6:19 UTC  (5+ messages)
` [PATCH 8/9] nvme: implement multipath access to nvme subsystems

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-10-01 17:34 UTC  (13+ 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).