linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-18 21:56:58 to 2017-01-24 13:31:19 UTC [more...]

[PATCH 00/10] blk-mq: move debugging information from sysfs to debugfs
 2017-01-24 13:31 UTC  (20+ messages)
` [PATCH 01/10] blk-mq: create debugfs directory tree
` [PATCH 02/10] blk-mq: add hctx->{state,flags} to debugfs
` [PATCH 03/10] blk-mq: move hctx->dispatch and ctx->rq_list from sysfs "
` [PATCH 04/10] blk-mq: add extra request information "
` [PATCH 05/10] sbitmap: add helpers for dumping to a seq_file
` [PATCH 06/10] blk-mq: export software queue pending map to debugfs
` [PATCH 07/10] blk-mq: move tags and sched_tags info from sysfs "
` [PATCH 08/10] blk-mq: add tags and sched_tags bitmaps "
` [PATCH 09/10] blk-mq: move hctx io_poll, stats, and dispatched from sysfs "
` [PATCH 10/10] blk-mq: move hctx and ctx counters "

split scsi passthrough fields out of struct request
 2017-01-24 13:22 UTC  (36+ messages)
` [PATCH 01/16] block: fix elevator init check
` [PATCH 02/16] block: simplify blk_init_allocated_queue
` [PATCH 03/16] block: allow specifying size for extra command data
` [PATCH 04/16] dm: remove incomple BLOCK_PC support
` [PATCH 05/16] dm: always defer request allocation to the owner of the request_queue
` [PATCH 06/16] scsi_dh_rdac: switch to scsi_execute_req_flags()
` [PATCH 07/16] scsi_dh_emc: "
` [PATCH 08/16] scsi_dh_hp_sw: "
` [PATCH 09/16] scsi: remove gfp_flags member in scsi_host_cmd_pool
` [PATCH 10/16] scsi: respect unchecked_isa_dma for blk-mq
` [PATCH 11/16] scsi: remove scsi_cmd_dma_pool
` [PATCH 12/16] scsi: remove __scsi_alloc_queue
` [PATCH 13/16] scsi: allocate scsi_cmnd structures as part of struct request
` [PATCH 14/16] block/bsg: move queue creation into bsg_setup_queue
` [PATCH 15/16] block: split scsi_request out of struct request
` [PATCH 16/16] block: don't assign cmd_flags in __blk_rq_prep_clone

[PATCH] lightnvm: use end_io callback instead of instance
 2017-01-24 11:52 UTC 

[PATCH 0/6] mmc: block: command issue cleanups
 2017-01-24 10:17 UTC  (7+ messages)
` [PATCH 1/6] mmc: block: break out mmc_blk_rw_cmd_abort()
` [PATCH 2/6] mmc: block: break out mmc_blk_rw_start_new()
` [PATCH 3/6] mmc: block: do not assign mq_rq when aborting command
` [PATCH 4/6] mmc: block: inline command abortions
` [PATCH 5/6] mmc: block: introduce new_areq and old_areq
` [PATCH 6/6] mmc: block: stop passing around pointless return values

BUG: KASAN: Use-after-free
 2017-01-24 10:01 UTC  (5+ messages)

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-24  7:46 UTC  (37+ messages)
        ` [Lsf-pc] "

[PATCH 1/4] nbd: use our own workqueue for recv threads
 2017-01-24  7:11 UTC  (16+ messages)
` [PATCH 2/4] miscdevice: add a minor number for nbd-control
` [PATCH 3/4] nbd: use an idr to keep track of nbd devices
` [PATCH 4/4] nbd: add a nbd-control interface
  ` [Nbd] "

[PATCH] blk-mq-sched: fix possible crash if changing scheduler fails
 2017-01-23 23:47 UTC 

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-23 21:17 UTC  (2+ messages)

[PATCH] block: remove outdated part of blkdev_issue_flush() comment
 2017-01-23 19:43 UTC 

[PATCH] block: correct documentation for blkdev_issue_discard() flags
 2017-01-23 19:41 UTC 

[PATCH 0/6] NVMe related fixes
 2017-01-23 18:32 UTC  (11+ messages)
` [PATCH 1/6] irq/affinity: Assign all online CPUs to vectors
` [PATCH 3/6] nvme/pci: Start queues after tagset is updated
` [PATCH 4/6] blk-mq: Update queue map when changing queue count
` [PATCH 5/6] blk-mq: Fix queue freeze deadlock

[PATCH] block: Initialize cfqq->ioprio_class in cfq_get_queue()
 2017-01-23 18:03 UTC  (7+ messages)

[PATCHSET v4] blk-mq-scheduling framework
 2017-01-23 17:42 UTC  (21+ messages)
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

[PATCH 0/5] block: Fine-tuning for five function implementations
 2017-01-23 15:17 UTC  (15+ messages)
` [PATCH 1/5] blk-throttle: Move three assignments for the variable "ret" in tg_set_max()
        `  "
` [PATCH 2/5] blk-throttle: Move an assignment for the variable "ret" in tg_set_conf()
` [PATCH 3/5] blk-throttle: Adjust two function calls together with a variable assignment
` [PATCH 4/5] cfq-iosched: Move an assignment for the variable "ret" in __cfqg_set_weight_device()
` [PATCH 5/5] cfq-iosched: Adjust one function call together with a variable assignment

__blk_mq_tag_busy() weirdness
 2017-01-23 15:12 UTC  (2+ messages)

[PATCH 0/8] lightnvm: cleanups and support for vector ioctls
 2017-01-23 11:59 UTC  (9+ messages)
` [PATCH 1/8] lightnvm: merge gennvm with core
` [PATCH 2/8] lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
` [PATCH 3/8] lightnvm: remove nvm_submit_ppa* functions
` [PATCH 4/8] lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
` [PATCH 5/8] lightnvm: make nvm_map_* return void
` [PATCH 6/8] lightnvm: cleanup nvm transformation functions
` [PATCH 7/8] lightnvm: reduce number of nvm_id groups to one
` [PATCH 8/8] lightnvm: add ioctls for vector I/Os

[LSF/MM TOPIC] block level event logging for storage media management
 2017-01-23  7:27 UTC  (7+ messages)

[GIT PULL] Block fixes for 4.10-rc
 2017-01-20 20:20 UTC 

[lkp-robot] [rcu] b332151a29: kernel_BUG_at_mm/slab.c
 2017-01-20 17:15 UTC  (6+ messages)

Doubt related to immutable biovecs
 2017-01-20 15:57 UTC  (2+ messages)

[PATCH RFC 0/4] dm thin: support blk-throttle on data and metadata device
 2017-01-20 15:56 UTC  (8+ messages)
` [PATCH RFC 1/4] dm thin: add a pool feature "keep_bio_blkcg"
` [PATCH RFC 2/4] dm thin: parse "keep_bio_blkcg" from userspace tools
` [PATCH RFC 3/4] dm thin: show the enabled status of keep_bio_blkcg feature
` [PATCH RFC 4/4] dm thin: associate bio with current task if keep_bio_blkcg is enabled

[LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
 2017-01-20 12:22 UTC  (26+ messages)

[PATCH] nbd: only set MSG_MORE when we have more to send
 2017-01-19 21:32 UTC  (2+ messages)

[PATCH] blk-mq: allow resize of scheduler requests
 2017-01-19 17:37 UTC 

requeue failure with blk-mq-sched
 2017-01-19 14:35 UTC  (4+ messages)

[bug report] blk-mq-tag: cleanup the normal/reserved tag allocation
 2017-01-19 14:13 UTC  (2+ messages)

[bug report] blk-mq-sched: add framework for MQ capable IO schedulers
 2017-01-19 14:11 UTC  (2+ messages)

[LSF/MM ATTEND] block: multipage bvec upstreaming & next step
 2017-01-19  8:27 UTC  (3+ messages)

fix data transfer size caculation for special payload requests
 2017-01-19  7:54 UTC  (5+ messages)
` [PATCH 3/4] nvme: use blk_rq_payload_bytes

[PATCH for-4.10] blk-mq: Remove unused variable
 2017-01-18 22:38 UTC  (4+ 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).