linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-10 12:37:03 to 2017-08-17 22:18:18 UTC [more...]

[PATCH v2] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-17 22:18 UTC  (11+ messages)

[PATCH 00/55] Convert skd driver to blk-mq
 2017-08-17 20:45 UTC  (58+ messages)
` [PATCH 01/55] block: Relax a check in blk_start_queue()
` [PATCH 02/55] skd: Avoid that module unloading triggers a use-after-free
` [PATCH 03/55] skd: Submit requests to firmware before triggering the doorbell
` [PATCH 04/55] skd: Switch to GPLv2
` [PATCH 05/55] skd: Update maintainer information
` [PATCH 06/55] skd: Remove unneeded #include directives
` [PATCH 07/55] skd: Remove ESXi code
` [PATCH 08/55] skd: Remove unnecessary blank lines
` [PATCH 09/55] skd: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 10/55] skd: Fix spelling in a source code comment
` [PATCH 11/55] skd: Fix a function name in a comment
` [PATCH 12/55] skd: Remove set-but-not-used local variables
` [PATCH 13/55] skd: Remove a set-but-not-used variable from struct skd_device
` [PATCH 14/55] skd: Remove useless barrier() calls
` [PATCH 15/55] skd: Switch from the pr_*() to the dev_*() logging functions
` [PATCH 16/55] skd: Fix endianness annotations
` [PATCH 17/55] skd: Document locking assumptions
` [PATCH 18/55] skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
` [PATCH 19/55] skd: Introduce SKD_SKCOMP_SIZE
` [PATCH 20/55] skd: Fix size argument in skd_free_skcomp()
` [PATCH 21/55] skd: Reorder the code in skd_process_request()
` [PATCH 22/55] skd: Simplify the code for deciding whether or not to send a FIT msg
` [PATCH 23/55] skd: Simplify the code for allocating DMA message buffers
` [PATCH 24/55] skd: Use a structure instead of hardcoding structure offsets
` [PATCH 25/55] skd: Check structure sizes at build time
` [PATCH 26/55] skd: Use __packed only when needed
` [PATCH 27/55] skd: Make the skd_isr() code more brief
` [PATCH 28/55] skd: Use ARRAY_SIZE() where appropriate
` [PATCH 29/55] skd: Simplify the code for handling data direction
` [PATCH 30/55] skd: Remove superfluous initializations from skd_isr_completion_posted()
` [PATCH 31/55] skd: Drop second argument of skd_recover_requests()
` [PATCH 32/55] skd: Use for_each_sg()
` [PATCH 33/55] skd: Remove a redundant init_timer() call
` [PATCH 34/55] skd: Remove superfluous occurrences of the 'volatile' keyword
` [PATCH 35/55] skd: Use kcalloc() instead of kzalloc() with multiply
` [PATCH 36/55] skb: Use symbolic names for SCSI opcodes
` [PATCH 37/55] skd: Move a function definition
` [PATCH 38/55] skd: Rework request failing code path
` [PATCH 39/55] skd: Convert explicit skd_request_fn() calls
` [PATCH 40/55] skd: Remove SG IO support
` [PATCH 41/55] skd: Remove dead code
` [PATCH 42/55] skd: Initialize skd_special_context.req.n_sg to one
` [PATCH 43/55] skd: Enable request tags for the block layer queue
` [PATCH 44/55] skd: Convert several per-device scalar variables into atomics
` [PATCH 45/55] skd: Introduce skd_process_request()
` [PATCH 46/55] skd: Split skd_recover_requests()
` [PATCH 47/55] skd: Move skd_free_sg_list() up
` [PATCH 48/55] skd: Coalesce struct request and struct skd_request_context
` [PATCH 49/55] skd: Convert to blk-mq
` [PATCH 50/55] skd: Switch to block layer timeout mechanism
` [PATCH 51/55] skd: Remove skd_device.in_flight
` [PATCH 52/55] skd: Reduce memory usage
` [PATCH 53/55] skd: Remove several local variables
` [PATCH 54/55] skd: Optimize locking
` [PATCH 55/55] skd: Bump driver version

[PATCH] blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
 2017-08-17 20:37 UTC  (2+ messages)

[RFC PATCH] nvme: always return IRQ_HANDLED
 2017-08-17 20:29 UTC  (5+ messages)

WARNING: CPU: 15 PID: 0 at block/blk-mq.c:1111 __blk_mq_run_hw_queue+0x1d8/0x1f0
 2017-08-17 19:18 UTC  (5+ messages)

[PATCH] nbd: allow device creation at a specific index
 2017-08-17 17:03 UTC  (2+ messages)

[PATCH] nbd: change the default nbd partitions
 2017-08-17 17:03 UTC  (2+ messages)

Centralize nvme controller reset, delete and fabrics periodic reconnects
 2017-08-17  7:36 UTC  (24+ messages)
` [PATCH 01/12] nvme: move err and reconnect work to nvme ctrl
` [PATCH 02/12] nvme-rdma: move admin specific resources to alloc_queue
` [PATCH 03/12] nvme-rdma: split nvme_rdma_alloc_io_queues
` [PATCH 04/12] nvme-rdma: restructure create_ctrl a bit
` [PATCH 05/12] nvme-rdma: introduce nvme_rdma_alloc/stop/free_admin_queue
` [PATCH 06/12] nvme-rdma: plumb nvme ctrl to various routines
` [PATCH 07/12] nvme-rdma: split generic probe out of create_ctrl
` [PATCH 08/12] nvme: add some ctrl ops for centralizing control plane logic
` [PATCH 09/12] nvme: move control plane handling to nvme core
` [PATCH 10/12] nvme-fabrics: handle reconnects in fabrics library
` [PATCH 11/12] nvme: add sed-opal ctrl manipulation in admin configuration
` [PATCH 12/12] nvme-loop: convert to nvme-core control plane management

[PATCH] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-16 19:26 UTC  (9+ messages)

[PATCH V2 0/9] nullb: extend nullb for destructive tests
 2017-08-16 17:00 UTC  (11+ messages)
` [PATCH V2 1/9] nullb: factor disk parameters
` [PATCH V2 2/9] nullb: add configfs interface
` [PATCH V2 3/9] nullb: add interface to power on disk
` [PATCH V2 4/9] nullb: use ida to manage index
` [PATCH V2 5/9] nullb: support memory backed store
` [PATCH V2 6/9] nullb: support discard
` [PATCH V2 7/9] nullb: bandwidth control
` [PATCH V2 8/9] nullb: emulate cache
` [PATCH V2 9/9] nullb: badbblocks support

migrate the block tests from Dimity to blktests?
 2017-08-16 16:29 UTC  (4+ messages)

[PATCH] Revert "scsi: default to scsi-mq"
 2017-08-16 11:13 UTC  (7+ messages)
` [lkp-robot] [scsi] 39b54b0fd0: fileio.requests_per_sec 11.9% improvement

[RFC PATCH 0/6] bsg: fix regression resulting in panics when sending commands via BSG and some sanity cleanups
 2017-08-16 10:53 UTC  (22+ messages)
` [RFC PATCH 1/6] bsg: fix kernel panic resulting from missing allocation of a reply-buffer
` [RFC PATCH 4/6] bsg: refactor ioctl to use regular BSG-command infrastructure for SG_IO
` [RFC PATCH 5/6] bsg: reduce unnecessary arguments for bsg_map_hdr()

[patch net-next 0/3] net/sched: Improve getting objects by indexes
 2017-08-16  9:19 UTC  (6+ messages)
` [patch net-next 1/3] idr: Use unsigned long instead of int
` [patch net-next 2/3] net/sched: Change cls_flower to use IDR
` [patch net-next 3/3] net/sched: Change act_api and act_xxx modules "

[PATCH] loop: fix to a race condition due to the early registration of device
 2017-08-15 18:51 UTC  (4+ messages)

Long delays for I/Os using CFQ scheduler
 2017-08-15 15:20 UTC 

[PATCH] blk-mq: Fix queue usage on failed request allocation
 2017-08-15 13:22 UTC  (5+ messages)

[BUG] BLKZEROOUT on dm-crypt container cause OOM / kernel panic
 2017-08-15  3:43 UTC  (6+ messages)
  ` [dm-devel] "
      ` [PATCH] fix an integer overflow in __blkdev_sectors_to_bio_pages

[PATCH RESEND] blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch
 2017-08-15  0:54 UTC 

[RFC] block: deprecate choosing elevator via boot param
 2017-08-14  9:27 UTC 

[PATCH 1/2] bfq: Re-enable auto-loading when built as a module
 2017-08-13 17:03 UTC  (2+ messages)
` [PATCH 2/2] mq-deadline: Enable auto-loading when built as module

[GIT PULL] Block fixes for 4.13-rc5
 2017-08-11 18:44 UTC 

[PATCH v3 46/49] fs/btrfs: convert to bio_for_each_segment_all_sp()
 2017-08-11 16:54 UTC  (2+ messages)

[RFC PATCH] cfq: Give a chance for arming slice idle timer in case of group_idle
 2017-08-11 15:33 UTC  (4+ messages)

forcing merging of block requests on NVMe
 2017-08-11 15:17 UTC 

[PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic
 2017-08-11 14:58 UTC  (3+ messages)

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-11 14:25 UTC  (3+ messages)

[GIT PULL] nvme updates for 4.13-rc
 2017-08-11 14:08 UTC  (2+ messages)

[PATCH 0/5] Convert RPMB block device to a character device
 2017-08-11  9:31 UTC  (4+ messages)
` [PATCH 4/5] RFC: mmc: block: Convert RPMB "

[PATCH 0/9] Nowait feature for stacked block devices
 2017-08-10 17:20 UTC  (23+ messages)
` [PATCH 1/9] QUEUE_FLAG_NOWAIT to indicate device supports nowait

[PATCH] block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time
 2017-08-10 15:14 UTC  (3+ messages)

nvmf question - synchronization between target/initiator regarding partitions
 2017-08-10 12:37 UTC  (5+ 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).