messages from 2017-09-05 15:00:26 to 2017-09-08 16:48:41 UTC [more...]
BFQ + dm-mpath
2017-09-08 16:48 UTC (8+ messages)
` [PATCH] dm mpath: switch IO scheduler of underlying paths to "none" [was: Re: BFQ + dm-mpath]
[PATCH V2 00/12] scsi-mq support for ZBC disks
2017-09-08 16:12 UTC (27+ messages)
` [PATCH V2 01/12] block: Fix declaration of blk-mq debugfs functions
` [PATCH V2 02/12] block: Fix declaration of blk-mq scheduler functions
` [PATCH V2 03/12] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V2 04/12] scsi: sd_zbc: Move zbc disk declarations to sd_zbc.h
` [PATCH V2 05/12] scsi: sd_zbc: Fix comments and indentation
` [PATCH V2 06/12] scsi: sd_zbc: Rearrange code
` [PATCH V2 07/12] scsi: sd_zbc.c: Use well defined macros
` [PATCH V2 08/12] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V2 09/12] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V2 10/12] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V2 11/12] scsi: sd: Introduce scsi_disk_from_queue()
` [PATCH V2 12/12] scsi: Introduce ZBC disk I/O scheduler
[PATCH 0/3] block: make loop block device cgroup aware
2017-09-08 14:48 UTC (9+ messages)
` [PATCH 1/3] kthread: add a mechanism to store cgroup info
` [PATCH 2/3] block: make blkcg aware of kthread stored original "
` [PATCH 3/3] block/loop: make loop cgroup aware
[PATCH] block: tolerate tracing of NULL bio
2017-09-08 14:25 UTC (4+ messages)
[PATCH] lightnvm: prevent target type module removal when in use
2017-09-08 13:01 UTC (2+ messages)
[PATCH] lightnvm: prevent bd removal if busy
2017-09-08 10:42 UTC (2+ messages)
[PATCH] block,bfq: Disable writeback throttling
2017-09-08 9:50 UTC
[PATCH V3 0/8] block/scsi: safe SCSI quiescing
2017-09-08 3:08 UTC (10+ messages)
` [PATCH V3 7/8] block: allow to allocate req with REQF_PREEMPT when queue is preempt frozen
[GIT PULL] First set of block changes for 4.14-rc1
2017-09-08 2:25 UTC (6+ messages)
two small bsg fixes, take 3
2017-09-08 1:29 UTC (5+ messages)
` [PATCH 1/2] bsg-lib: don't free job in bsg_prepare_job
` [PATCH 2/2] scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
Enable skip_copy can cause data integrity issue in some storage stack
2017-09-07 22:16 UTC (4+ messages)
` BDI_CAP_STABLE_WRITES for stacked device (Re: Enable skip_copy can cause data integrity issue in some storage) stack
[PATCH V2 0/3] block/loop: handle discard/zeroout error
2017-09-07 21:54 UTC (2+ messages)
[PATCH V2 0/3] block/loop: handle discard/zeroout error
2017-09-07 21:52 UTC (8+ messages)
` [PATCH V2 1/3] block/loop: don't hijack error number
` [PATCH V2 2/3] block/loop: use FALLOC_FL_ZERO_RANGE for REQ_OP_WRITE_ZEROES
` [PATCH V2 3/3] block/loop: suppress discard IO error message
[PATCH 00/13] bcache: fixes and update for 4.14
2017-09-07 19:31 UTC (20+ messages)
` [PATCH 01/12] bcache: Fix leak of bdev reference
` [PATCH 02/12] bcache: fix sequential large write IO bypass
` [PATCH 03/12] bcache: do not subtract sectors_to_gc for bypassed IO
` [PATCH 04/12] bcache: Don't reinvent the wheel but use existing llist API
` [PATCH 05/12] bcache: gc does not work when triggering by manual command
` [PATCH 06/12] bcache: correct cache_dirty_target in __update_writeback_rate()
` [PATCH 07/12] bcache: Correct return value for sysfs attach errors
` [PATCH 08/12] bcache: increase the number of open buckets
` [PATCH 09/12] bcache: fix for gc and write-back race
` [PATCH 10/12] bcache: silence static checker warning
` [PATCH 11/12] bcache: Update continue_at() documentation
` [PATCH 12/12] bcache: fix bch_hprint crash and improve output
[PATCH]blk-mq-sched: remove the empty entry in token wait list
2017-09-07 18:40 UTC (2+ messages)
RFC: nvme multipath support
2017-09-07 15:17 UTC (5+ messages)
` [PATCH 10/10] nvme: implement multipath access to nvme subsystems
[PATCH 0/3] Move tagset reinit to its only current consumer, nvme-core
2017-09-07 15:01 UTC (11+ messages)
` [PATCH 1/3] block: introduce blk_mq_tagset_iter
` [PATCH 2/3] nvme: introduce nvme_reinit_tagset
` [PATCH 3/3] block: remove blk_mq_reinit_tagset
[PATCH 00/18] lightnvm: pblk patches for 4.14
2017-09-07 11:20 UTC (27+ messages)
` [PATCH 01/18] lightnvm: pblk: improve naming for internal req
` [PATCH 02/18] lightnvm: pblk: refactor read lba sanity check
` [PATCH 03/18] lightnvm: pblk: normalize ppa namings
` [PATCH 04/18] lightnvm: pblk: check for failed mempool alloc
` [PATCH 05/18] lightnvm: pblk: initialize debug stat counter
` [PATCH 06/18] lightnvm: pblk: use right flag for GC allocation
` [PATCH 07/18] lightnvm: pblk: use constant for GC parameter
` [PATCH 08/18] lightnvm: pblk: check lba sanity on read path
` [PATCH 09/18] lightnvm: pblk: simplify data validity check on GC
` [PATCH 10/18] lightnvm: pblk: use bio_copy_kern when possible
` [PATCH 11/18] lightnvm: pblk: refactor read path on GC
` [PATCH 12/18] lightnvm: pblk: free padded entries in write buffer
` [PATCH 13/18] lightnvm: pblk: fix write I/O sync stat
` [PATCH 14/18] lightnvm: pblk: simplify path on REQ_PREFLUSH
` [PATCH 15/18] lightnvm: pblk: avoid deadlock on low LUN config
` [PATCH 16/18] lightnvm: pblk: enable 1 LUN configuration
` [PATCH 17/18] lightnvm: pblk: guarantee line integrity on reads
` [PATCH 18/18] lightnvm: pblk: remove unnecessary check
[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
2017-09-06 21:22 UTC (2+ messages)
[PATCH 0/6] lightnvm: pblk bug fixes for 4.14
2017-09-06 18:28 UTC (19+ messages)
` [PATCH 1/6] lightnvm: pblk: check for failed mempool alloc
` [PATCH 2/6] lightnvm: pblk: initialize debug stat counter
` [PATCH 3/6] lightnvm: pblk: use right flag for GC allocation
` [PATCH 4/6] lightnvm: pblk: free padded entries in write buffer
` [PATCH 5/6] lightnvm: pblk: fix write I/O sync stat
` [PATCH 6/6] lightnvm: pblk: avoid deadlock on low LUN config
[PATCH] block: cope with WRITE SAME failing in blkdev_issue_zeroout()
2017-09-06 17:38 UTC
[PATCH 13/13] bcache: initialize dirty stripes in flash_dev_run()
2017-09-06 17:28 UTC
[PATCH] loop: set physical block size to logical block size
2017-09-06 17:06 UTC (2+ messages)
[PATCH V6 00/18] blk-throttle: add .low limit
2017-09-06 16:05 UTC (4+ messages)
[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
2017-09-06 15:27 UTC (4+ messages)
[PATCH] lightnvm: Add error code for bad write pointer
2017-09-06 14:44 UTC (3+ messages)
two small bsg fixes V2
2017-09-06 14:18 UTC (6+ messages)
` [PATCH 1/2] bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer
` [PATCH 2/2] scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
Archiving linux-block
2017-09-06 14:13 UTC (5+ messages)
[PATCH] block: export symbol for bio_copy_kern
2017-09-06 13:44 UTC (2+ messages)
[PATCH v2] xfs: fix incorrect log_flushed on fsync
2017-09-06 13:29 UTC (3+ messages)
[PATCH] blk-mq: fix nr_requests wrong value when modify it from sysfs
2017-09-06 13:00 UTC (4+ messages)
two small bsg fixes
2017-09-06 11:36 UTC (5+ messages)
` [PATCH 1/2] scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
` [PATCH 2/2] bsg-lib: don't free job in bsg_prepare_job
[PATCH V7 00/10] mmc: Add Command Queue support
2017-09-06 10:29 UTC (13+ messages)
[PATCH 0/6] drivers: make device_attribute const
2017-09-06 8:57 UTC (3+ messages)
` [PATCH 3/6] hid: "
[PULL] bcache fixes and updates for-4.13
2017-09-06 5:25 UTC (6+ messages)
` [PATCH 01/19] bcache: Fix leak of bdev reference
[PATCH] mkfs: Remove messages printed when blocksize < physical sectorsize
2017-09-06 0:01 UTC (12+ messages)
[PATCH V2] block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled
2017-09-05 22:51 UTC (2+ messages)
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).