linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-19 08:57:49 to 2017-05-24 06:14:45 UTC [more...]

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-24  6:14 UTC  (65+ messages)
` [PATCH 01/31] Split scsi_internal_device_block()
` [PATCH 02/31] Create two versions of scsi_internal_device_unblock()
` [PATCH 03/31] Protect SCSI device state changes with a mutex
` [PATCH 04/31] Introduce scsi_start_queue()
` [PATCH 05/31] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH 06/31] scmd_eh_abort_handler(): Add a comment
` [PATCH 07/31] scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 08/31] sd, sr: Convert two assignments into warning statements
` [PATCH 09/31] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 10/31] Avoid that scsi_exit_rq() "
` [PATCH 11/31] block: Introduce queue flag QUEUE_FLAG_SCSI_SUP
` [PATCH 12/31] bsg: Check queue type before attaching to a queue
` [PATCH 13/31] pktcdvd: "
` [PATCH 14/31] cdrom: Check private request size "
` [PATCH 15/31] nfsd: Check private request size before submitting a SCSI request
` [PATCH 16/31] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 17/31] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 18/31] block: Make scsi_req_init() calls implicit
` [PATCH 19/31] scsi: Change argument type of scsi_req_init()
` [PATCH 20/31] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 21/31] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 22/31] scsi: Inline scsi_init_command()
` [PATCH 23/31] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()
` [PATCH 24/31] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 25/31] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()
` [PATCH 27/31] scsi: Consolidate more initialization code
` [PATCH 28/31] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data
` [PATCH 30/31] scsi: virtio: "
` [PATCH 31/31] xen/scsifront: "

[PATCH] block: fix potential null pointer dereference
 2017-05-23 22:13 UTC 

[block] question about potential null pointer dereference
 2017-05-23 21:52 UTC 

[PATCH BUGFIX] block, bfq: access and cache blkg data only when safe
 2017-05-23 20:42 UTC  (6+ messages)

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-23 18:24 UTC  (13+ messages)
` [PATCH 4/5] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/5] mmc: block: move multi-ioctl() to use block layer
  ` [PATCH 1/5] mmc: core: Delete bounce buffer Kconfig option
        ` [RFC PATCH] mmc: core: Remove CONFIG_MMC_BLOCK_BOUNCE option

[PATCH v2 1/2] nbd: nbd_reset() call in nbd_dev_add() is redundant
 2017-05-23 15:49 UTC  (2+ messages)
` [PATCH v2 2/2] nbd: don't leak nbd_config

[PATCH v2 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized
 2017-05-23 15:16 UTC  (2+ messages)

[PATCH blktests v2 0/3] Add SCSI generic test group
 2017-05-23 14:46 UTC  (10+ messages)
` [PATCH blktests v2 1/3] Add ability to build test-cases
` [PATCH blktests v2 2/3] tests/sg: add SCSI generic test grouop
` [PATCH blktests v2 3/3] sg/001: add regression test for syzcaller generated GPF in sg_read path

[PATCH] block: fix an error code in add_partition()
 2017-05-23 14:42 UTC  (2+ messages)

[PATCH] nbd: don't leak nbd_config
 2017-05-23 14:30 UTC  (5+ messages)

BUG: hot removal during writes on ext4 formatted nvme device
 2017-05-23 13:03 UTC  (3+ messages)

[PATCH 0/2] blk-mq: merge bio into sw queue before plugging
 2017-05-23 11:47 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] blk-mq: make per-sw-queue bio merge as default .bio_merge

[PATCH 0/6] More MMC block core refactorings
 2017-05-23 11:29 UTC  (17+ messages)
` [PATCH 1/6] mmc: block: remove req back pointer
` [PATCH 2/6] mmc: block: Tag DRV_OPs with a driver operation type
` [PATCH 3/6] mmc: block: Move DRV OP issue function
` [PATCH 4/6] mmc: block: Move boot partition locking into a driver op
` [PATCH 5/6] mmc: debugfs: Move card status retrieveal into the block layer
` [PATCH 6/6] mmc: debugfs: Move EXT CSD debugfs acces to "

spread MSI(-X) vectors to all possible CPUs V2
 2017-05-23  9:37 UTC  (12+ messages)
` [PATCH 1/7] genirq: allow assigning affinity to present but not online CPUs
` [PATCH 2/7] genirq/affinity: assign vectors to all present CPUs
` [PATCH 3/7] genirq/affinity: factor out a irq_affinity_set helper
` [PATCH 4/7] genirq/affinity: update CPU affinity for CPU hotplug events
` [PATCH 5/7] blk-mq: include all present CPUs in the default queue mapping
` [PATCH 6/7] blk-mq: create hctx for each present CPU
` [PATCH 7/7] nvme: allocate queues for all possible CPUs

[PATCH 0/4] blk-throttle: fix a few issues
 2017-05-22 20:45 UTC  (2+ messages)

dedicated error codes for the block layer
 2017-05-22 18:51 UTC  (3+ messages)
` [PATCH 08/15] dm mpath: merge do_end_io_bio into multipath_end_io_bio
  ` [dm-devel] "

[PATCH v3 0/3] nvme: fix hang in path of removing disk
 2017-05-22 18:48 UTC  (5+ messages)
` [PATCH v3 1/3] nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
` [PATCH v3 2/3] nvme: avoid to use blk_mq_abort_requeue_list()
` [PATCH v3 3/3] blk-mq: remove blk_mq_abort_requeue_list()

[PATCH 01/18] block: Introduce blk_queue_cmd_size()
 2017-05-22 17:07 UTC  (15+ messages)
` [PATCH 02/18] bsg: Check private request size before attaching to a queue
` [PATCH 03/18] pktcdvd: "
` [PATCH 04/18] cdrom: "
` [PATCH 05/18] nfsd: Check private request size before submitting a SCSI request
` [PATCH 07/18] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 08/18] block: Make scsi_req_init() calls implicit

[PATCH v2 0/3] nvme: fix hang in path of removing disk
 2017-05-22 14:49 UTC  (17+ messages)
` [PATCH v2 1/3] nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
` [PATCH v2 2/3] nvme: avoid to use blk_mq_abort_requeue_list()
` [PATCH v2 3/3] blk-mq: remove blk_mq_abort_requeue_list()

[PATCH] blk-mq: provide a default .bio_merge
 2017-05-22  9:52 UTC  (3+ messages)

[PATCH v2 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized
 2017-05-22  7:39 UTC  (2+ messages)

[Patch 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized
 2017-05-21 19:21 UTC  (3+ messages)

[PATCH 2/2] zram: do not count duplicated pages as compressed
 2017-05-21  7:15 UTC  (3+ messages)

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-05-21  7:12 UTC  (4+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-21  7:09 UTC  (5+ messages)
` [PATCH 1/2] block: "

[PATCH blktests 0/3] Add SCSI generic test group
 2017-05-21  7:03 UTC  (4+ messages)

[GIT PULL] Block fixes for 4.12-rc2
 2017-05-20 23:07 UTC 

[GIT PULL] nvme fixes for 4.12-rc2
 2017-05-20 16:13 UTC  (2+ messages)

[PATCH blktests] check: add ability to exclude a test or group
 2017-05-19 18:48 UTC  (2+ messages)

[PATCH 0/2] nvme: fix hang in path of removing disk
 2017-05-19 16:55 UTC  (14+ messages)
` [PATCH 1/2] nvme: fix race between removing and reseting failure
` [PATCH 2/2] nvme: avoid to hang in remove disk

[PATCH] block: partitions: mac: Put mac_fix_string() inside #ifdef section
 2017-05-19 16:32 UTC 

[GIT PULL] libnvdimm fixes for 4.12-rc2
 2017-05-19 16:24 UTC 

[PATCH] block: partitions: mac: Mark mac_fix_string() as __maybe_unused
 2017-05-19 15:27 UTC  (2+ messages)

[PATCH] blktrace: fix integer parse
 2017-05-19 15:21 UTC  (2+ messages)

[PATCH 1/6 v2] mmc: core: Delete bounce buffer Kconfig option
 2017-05-19 13:56 UTC  (3+ 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).