messages from 2017-09-22 19:32:52 to 2017-09-26 15:02:51 UTC [more...]
[PATCH v4 0/7] Make suspend and resume safe for md-on-SCSI
2017-09-26 15:02 UTC (27+ 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 5/7] scsi: Reduce suspend latency
` [PATCH v4 6/7] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced
` [PATCH v4 7/7] block: Make SCSI device suspend and resume work reliably
[PATCH] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure
2017-09-26 13:55 UTC (10+ messages)
` "
[PATCH] bcache: fix a comments typo in bch_alloc_sectors()
2017-09-26 11:20 UTC
[PATCH 0/1] bcache fix for 4.14-rc4
2017-09-26 9:54 UTC (2+ messages)
` [PATCH 1/1] bcache: use llist_for_each_entry_safe() in __closure_wake_up()
[PATCH v3 0/6] Make SCSI device suspend and resume work reliably
2017-09-26 9:11 UTC (20+ messages)
` [PATCH v3 1/6] md: Make md resync and reshape threads freezable
` [PATCH v3 2/6] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v3 3/6] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v3 4/6] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced
` [PATCH v3 5/6] block: Make SCSI device suspend and resume work reliably
` [PATCH v3 6/6] scsi-mq: Reduce suspend latency
false positive lockdep splat with loop device
2017-09-26 8:35 UTC
[PATCH] bcache: use llist_for_each_entry_safe() in __closure_wake_up()
2017-09-26 8:16 UTC (2+ messages)
[PATCH 00/13] bcache: fixes and update for 4.14
2017-09-26 7:46 UTC (11+ messages)
` [PATCH 04/12] bcache: Don't reinvent the wheel but use existing llist API
[PATCH v4] block: consider merge of segments when merge bio into rq
2017-09-26 3:31 UTC
[PATCH] blk-throttle: fix possible io stall when doing upgrade
2017-09-26 3:16 UTC (5+ messages)
[GIT PULL] Block fixes for 4.14-rc2
2017-09-25 22:48 UTC (12+ messages)
[PATCH V5 00/14] scsi-mq support for ZBC disks
2017-09-25 22:06 UTC (23+ messages)
` [PATCH V5 01/14] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V5 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V5 03/14] scsi: sd_zbc: Rearrange code
` [PATCH V5 04/14] scsi: sd_zbc: Use well defined macros
` [PATCH V5 05/14] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V5 06/14] block: Add zoned block device information to request queue
` [PATCH V5 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V5 08/14] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V5 09/14] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V5 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V5 11/14] blokc: mq-deadline: Introduce dispatch helpers
` [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 V5 14/14] block: do not set mq default scheduler
[PATCH] block: cryptoloop - Fix build warning
2017-09-25 19:24 UTC (2+ messages)
[PATCH V3 0/4] block: make loop block device cgroup aware
2017-09-25 19:03 UTC (3+ messages)
[GIT PULL] Block fixes for 4.14-rc3
2017-09-25 18:43 UTC (2+ messages)
[PATCH 1/1] bsg-lib: fix use-after-free under memory-pressure
2017-09-25 16:54 UTC (3+ messages)
nvme multipath support V3
2017-09-25 16:19 UTC (21+ messages)
` [PATCH 1/9] block: move REQ_NOWAIT
` [PATCH 2/9] block: add REQ_DRV bit
` [PATCH 3/9] block: provide a direct_make_request helper
` [PATCH 4/9] block: add a blk_steal_bios helper
` [PATCH 5/9] nvme: track subsystems
` [PATCH 6/9] nvme: introduce a nvme_ns_ids structure
` [PATCH 7/9] nvme: track shared namespaces
` [PATCH 8/9] nvme: implement multipath access to nvme subsystems
` [PATCH 9/9] nvme: also expose the namespace identification sysfs files for mpath nodes
I/O hangs after resuming from suspend-to-ram
2017-09-25 14:13 UTC (6+ messages)
Oops on the system startup in the function part_in_flight()
2017-09-25 11:06 UTC (4+ messages)
[PATCH 1/6] lightnvm: pblk: reuse pblk_gc_should_kick
2017-09-25 10:24 UTC (3+ messages)
[PATCH 5/6] lightnvm: pblk: print incompatible line version correctly
2017-09-25 10:15 UTC (3+ messages)
[PATCH 4/6] lightnvm: pblk: improve error message if down_timeout fails
2017-09-25 10:15 UTC (3+ messages)
[PATCH 3/6] lightnvm: pblk: fix message if L2P MAP is in device
2017-09-25 10:15 UTC (3+ messages)
[PATCH 2/6] lightnvm: pblk: protect line bitmap while submitting meta io
2017-09-25 10:14 UTC (3+ messages)
[PATCH V4 00/16] scsi-mq support for ZBC disks
2017-09-25 9:36 UTC (35+ messages)
` [PATCH V4 01/16] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V4 02/16] scsi: sd_zbc: Fix comments and indentation
` [PATCH V4 03/16] scsi: sd_zbc: Rearrange code
` [PATCH V4 04/16] scsi: sd_zbc: Use well defined macros
` [PATCH V4 05/16] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V4 06/16] block: Add zoned block device information to request queue
` [PATCH V4 07/16] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V4 08/16] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V4 09/16] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V4 10/16] block: mq-deadline: Add zoned block device data
` [PATCH V4 11/16] block: mq-deadline: Introduce zones_wlock attribute
` [PATCH V4 12/16] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V4 13/16] block: mq-deadline: Introduce zone locking support
` [PATCH V4 14/16] block: mq-deadline: Limit write dispatch for zoned block devices
` [PATCH V4 15/16] block: do not set mq defaulte scheduler
` [PATCH V4 16/16] block: mq-deadline: Update documentation
[PATCH V9 00/15] mmc: Add Command Queue support
2017-09-25 7:27 UTC (5+ messages)
` [PATCH V9 14/15] mmc: cqhci: support for command queue enabled host
` [PATCH V10 "
[PATCH] fix unbalanced page refcounting in bio_map_user_iov
2017-09-25 1:48 UTC (8+ messages)
[PATCH V4 00/16] scsi-mq support for ZBC disks
2017-09-24 16:33 UTC
nvme multipath support V2
2017-09-24 15:25 UTC (21+ messages)
` [PATCH 8/9] nvme: track shared namespaces
` [PATCH 9/9] nvme: implement multipath access to nvme subsystems
[PATCH v3] block: consider merge of segments when merge bio into rq
2017-09-24 8:04 UTC
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).