linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-16 19:34:14 to 2017-06-19 16:21:14 UTC [more...]

[PATCH rfc 00/30] centralize nvme controller reset, delete and periodic reconnects
 2017-06-19 16:21 UTC  (66+ messages)
` [PATCH rfc 01/30] nvme: Add admin connect request queue
` [PATCH rfc 02/30] nvme-rdma: Don't alloc/free the tagset on reset
` [PATCH rfc 03/30] nvme-rdma: reuse configure/destroy admin queue
` [PATCH rfc 04/30] nvme-rdma: introduce configure/destroy io queues
` [PATCH rfc 05/30] nvme-rdma: introduce nvme_rdma_start_queue
` [PATCH rfc 06/30] nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue
` [PATCH rfc 07/30] nvme-rdma: make stop/free queue receive a ctrl and qid struct
` [PATCH rfc 08/30] nvme-rdma: cleanup error path in controller reset
` [PATCH rfc 09/30] nvme: Move queue_count to the nvme_ctrl
` [PATCH rfc 10/30] nvme: Add admin_tagset pointer to nvme_ctrl
` [PATCH rfc 11/30] nvme: move controller cap to struct nvme_ctrl
` [PATCH rfc 12/30] nvme-rdma: disable controller in reset instead of shutdown
` [PATCH rfc 13/30] nvme-rdma: move queue LIVE/DELETING flags settings to queue routines
` [PATCH rfc 14/30] nvme-rdma: stop queues instead of simply flipping their state
` [PATCH rfc 15/30] nvme-rdma: don't check queue state for shutdown/disable
` [PATCH rfc 16/30] nvme-rdma: move tagset allocation to a dedicated routine
` [PATCH rfc 17/30] nvme-rdma: move admin specific resources to alloc_queue
` [PATCH rfc 18/30] nvme-rdma: limit max_queues to rdma device number of completion vectors
` [PATCH rfc 19/30] nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64
` [PATCH rfc 20/30] nvme: add err, reconnect and delete work items to nvme core
` [PATCH rfc 21/30] nvme-rdma: plumb nvme_ctrl down the calls tack
` [PATCH rfc 22/30] nvme-rdma: Split create_ctrl to transport specific and generic parts
` [PATCH rfc 23/30] nvme: add low level queue and tagset controller ops
` [PATCH rfc 24/30] nvme-pci: rename to nvme_pci_configure_admin_queue
` [PATCH rfc 25/30] nvme: move control plane handling to nvme core
` [PATCH rfc 26/30] nvme-fabrics: handle reconnects in fabrics library
` [PATCH rfc 27/30] nvme-loop: convert to nvme-core control plane management
` [PATCH rfc 28/30] nvme: update tagset nr_hw_queues when reallocating io queues
` [PATCH rfc 29/30] nvme: add sed-opal ctrl manipulation in admin configuration
` [PATCH rfc 30/30] nvme: Add queue freeze/unfreeze handling on controller resets

[PATCHSET v7] Add support for write life time hints
 2017-06-19 16:02 UTC  (23+ messages)
` [PATCH 01/11] fs: add support for an inode to carry write hint related data
` [PATCH 02/11] block: add support for write hints in a bio
` [PATCH 03/11] blk-mq: expose stream write hints through debugfs
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] fs: add fcntl() interface for setting/getting "
` [PATCH 06/11] fs: add O_DIRECT support for sending down "
` [PATCH 07/11] fs: add support for buffered writeback to pass down write hints
` [PATCH 08/11] ext4: add support for passing in write hints for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives

dm integrity tests crash kernel (4.12-rc5)
 2017-06-19 15:47 UTC  (5+ messages)
` [dm-devel] "

move bounce limits settings into the drivers
 2017-06-19 15:29 UTC  (16+ messages)
` [PATCH 01/10] pktcdvd: remove the call to blk_queue_bounce
` [PATCH 02/10] blk-map: call blk_queue_bounce from blk_rq_append_bio
` [PATCH 03/10] block: move bounce declarations to block/blk.h
` [PATCH 04/10] block: remove the queue_bounce_pfn helper
` [PATCH 05/10] block: don't bother with bounce limits for make_request drivers
` [PATCH 06/10] blk-mq: don't bounce by default
` [PATCH 07/10] block: don't set bounce limit in blk_init_allocated_queue
` [PATCH 08/10] block: don't set bounce limit in blk_init_queue
` [PATCH 09/10] dm: don't set bounce limit
` [PATCH 10/10] mmc/block: remove a call to blk_queue_bounce_limit

[PATCHSET v6] Add support for write life time hints
 2017-06-19 14:53 UTC  (13+ messages)
` [PATCH 11/11] nvme: add support for streams and directives

streamline blk-mq I/O scheduler interaction
 2017-06-19 13:32 UTC  (13+ messages)
` [PATCH 04/10] blk-mq-sched: unify request finished methods
` [PATCH 05/10] blk-mq: simplify blk_mq_free_request
` [PATCH 07/10] bfq-iosched: fix NULL ioc check in bfq_get_rq_private
` [PATCH 09/10] blk-mq-sched: unify request prepare methods

TCG Opal support for sd.c
 2017-06-19 12:26 UTC  (2+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks

[PATCH BUGFIX V2] block, bfq: update wr_busy_queues if needed on a queue split
 2017-06-19 11:43 UTC 

[PATCH BUGFIX] block, bfq: update wr_busy_queues if needed on a queue split
 2017-06-19 11:42 UTC  (3+ messages)

[PATCH] btrfs: use new block error code
 2017-06-19 10:55 UTC 

[lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression
 2017-06-19  9:39 UTC  (5+ messages)

two small cleanups
 2017-06-19  7:24 UTC  (3+ messages)
` [PATCH 1/2] block: remove the unused bio_to_phys macro
` [PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

[PATCH v3 00/12] More patches for kernel v4.13
 2017-06-19  2:55 UTC  (4+ messages)
` [PATCH v3 01/12] blk-mq: Reduce blk_mq_hw_ctx size

[RESEND PATCH] nvme: host: unquiesce queue in nvme_kill_queues()
 2017-06-19  2:53 UTC  (2+ messages)

[PATCH v5 00/12] blk-mq: fix & improve queue quiescing
 2017-06-18 23:48 UTC  (6+ messages)

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-06-18 21:36 UTC  (16+ messages)
` [PATCH 03/13] blk: make the bioset rescue_workqueue optional
` [PATCH 02/13] blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
` [PATCH 01/13] blk: remove bio_set arg from blk_queue_split()
` [PATCH 04/13] blk: use non-rescuing bioset for q->bio_split
` [PATCH 09/13] lightnvm/pblk-read: use bio_clone_fast()
` [PATCH 06/13] rbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 07/13] drbd: "
` [PATCH 08/13] pktcdvd: "
` [PATCH 05/13] block: Improvements to bounce-buffer handling
` [PATCH 13/13] block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
` [PATCH 11/13] bcache: use kmalloc to allocate bio in bch_data_verify()
` [PATCH 12/13] block: remove bio_clone() and all references
` [PATCH 10/13] xen-blkfront: remove bio splitting

[PATCH 0/2] Two fixes for loop devices
 2017-06-18 15:06 UTC  (7+ messages)
` [PATCH 1/2] loop: use filp_close() rather than fput()

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-06-18  4:40 UTC  (9+ messages)

spread MSI(-X) vectors to all possible CPUs V2
 2017-06-17 23:21 UTC  (5+ messages)
` [PATCH 1/8] genirq: allow assigning affinity to present but not online CPUs
` [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-17 12:39 UTC  (16+ messages)
` [PATCH v7 09/22] fs: always sync metadata in __generic_file_fsync
` [PATCH v7 10/22] lib: add errseq_t type and infrastructure for handling it
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 12/22] mm: tracepoints for writeback error events
` [PATCH v7 13/22] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v7 14/22] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 17/22] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v7 18/22] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v7 19/22] ext4: add more robust reporting of metadata writeback errors
` [PATCH v7 20/22] ext2: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v7 22/22] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH 0/10 v12] No wait AIO
 2017-06-17 11:53 UTC  (4+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT

[PATCH 3/3] block: order /proc/devices by major number
 2017-06-16 23:48 UTC 

[xfstests PATCH v5 0/5] new tests for writeback error reporting behavior
 2017-06-16 19:36 UTC  (6+ messages)
` [xfstests PATCH v5 1/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v5 2/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v5 3/5] generic: add a writeback error handling test
` [xfstests PATCH v5 4/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v5 5/5] btrfs: make a btrfs version of writeback error reporting test

[PATCHSET v4] Add support for write life time hints
 2017-06-16 19:35 UTC  (12+ messages)
` [PATCH 04/11] fs: add support for allowing applications to pass in "


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