linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 01:17:34 to 2016-07-04 08:20:07 UTC [more...]

[RFC] block: fix blk_queue_split() resource exhaustion
 2016-07-04  8:20 UTC  (10+ messages)
    `  "

automatic interrupt affinity for MSI/MSI-X capable devices V2
 2016-07-04  8:15 UTC  (15+ messages)
` [PATCH 06/13] irq: add a helper spread an affinity mask for MSI/MSI-X vectors
` [PATCH 07/13] pci: Provide sensible irq vector alloc/free routines
` [PATCH 08/13] pci: spread interrupt vectors in pci_alloc_irq_vectors
` [PATCH 11/13] blk-mq: allow the driver to pass in an affinity mask

[PATCH 0/3] offload bios to a thread
 2016-07-04  8:09 UTC  (3+ messages)

zeroout fixes
 2016-07-03 19:52 UTC  (6+ messages)
` [PATCH 1/2] block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
` [PATCH 2/2] block: don't ignore -EOPNOTSUPP blkdev_issue_write_same

Question about loop device DIO/AIO and FLUSH
 2016-07-03  8:26 UTC  (9+ messages)

[PATCH] block: do not merge requests without consulting with io scheduler
 2016-07-02 10:17 UTC  (3+ messages)
` [PATCH] block: fix boolreturn.cocci warnings

[PATCH] sd: Fix crash due to race when removing scsi disk
 2016-07-01 17:34 UTC  (2+ messages)

[PATCH] block: fix use-after-free in sys_ioprio_get()
 2016-07-01 14:39 UTC  (2+ messages)

[PATCH] nbd: convert to blkmq
 2016-07-01 14:26 UTC 

block: GPF in get_task_ioprio
 2016-07-01  8:31 UTC  (3+ messages)

[PATCH 0/6] enable sysfs for lightnvm
 2016-07-01  7:20 UTC  (9+ messages)
` [PATCH 1/6] nvme: refactor namespaces to support non-gendisk devices
` [PATCH 2/6] null_blk: refactor "
` [PATCH 3/6] blk-mq: register device instead of disk
` [PATCH 4/6] lightnvm: let drivers control the lifetime of nvm_dev
` [PATCH 5/6] lightnvm: expose device geometry through sysfs
` [PATCH 6/6] lightnvm: expose gennvm target type "

[PATCH v2 00/12] gendisk: Generate uevent after attribute available
 2016-07-01  1:29 UTC  (22+ messages)
` [PATCH v2 01/12] genhd: Add "gen_uevent" parameter to add_disk
` [PATCH v2 02/12] genhd: Honor gen_uevent and add disk_gen_uevents
` [PATCH v2 03/12] virtio-blk: Generate uevent after attribute available
` [PATCH v2 04/12] axonrom: "
` [PATCH v2 05/12] aoeblk: "
` [PATCH v2 06/12] mtip32xx: "
` [PATCH v2 07/12] pktcdvd: "
` [PATCH v2 08/12] zram: "
` [PATCH v2 09/12] md: "
` [PATCH v2 10/12] mmc: "
` [PATCH v2 11/12] mtd: "
` [PATCH v2 12/12] nvme: "

[PATCH] floppy: fix open(O_ACCMODE) for ioctl-only open
 2016-06-30 11:18 UTC  (2+ messages)
              ` [PATCH RESEND] "

[GIT PULL] (Xen) stable/for-jens-4.7 for v4.7-rc5
 2016-06-29 19:15 UTC  (2+ messages)

[RFC PATCH 00/11] Small fixes for LightNVM
 2016-06-29 14:41 UTC  (12+ messages)
` [RFC PATCH 01/11] lightnvm: remove checkpatch warning for unsigned ints
` [RFC PATCH 02/11] lightnvm: fix checkpatch terse errors
` [RFC PATCH 03/11] lightnvm: remove open/close statistics for gennvm
` [RFC PATCH 04/11] lightnvm: rename gennvm and update description
` [RFC PATCH 05/11] lightnvm: move target mgmt into media mgr
` [RFC PATCH 06/11] lightnvm: remove nested lock conflict with mm
` [RFC PATCH 07/11] lightnvm: remove unused lists from struct rrpc_block
` [RFC PATCH 08/11] lightnvm: remove _unlocked variant of [get/put]_blk
` [RFC PATCH 09/11] lightnvm: fix lun offset calculation for mark blk
` [RFC PATCH 10/11] lightnvm: make ppa_list const in nvm_set_rqd_list
` [RFC PATCH 11/11] lightnvm: make __nvm_submit_ppa static

SMP affinity and the blk-mq I/O submission path
 2016-06-29  9:29 UTC  (2+ messages)

[PATCH v9 0/3] fallocate for block devices
 2016-06-29  4:58 UTC  (9+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices

NVMe over Fabrics target implementation V2
 2016-06-28 19:02 UTC  (5+ messages)
` [PATCH 1/3] block: Export blk_poll
` [PATCH 2/3] nvmet: add a generic NVMe target
` [PATCH 3/3] nvme-loop: add a NVMe loopback host driver

[PATCH] mg_disk: fix error path in mg_probe()
 2016-06-28 17:01 UTC  (2+ messages)

[PATCH 0/4] cfq-iosched: Fixes for conversion from jiffies to ns
 2016-06-28 14:22 UTC  (6+ messages)
` [PATCH 1/4] block: Convert fifo_time from ulong to u64
` [PATCH 2/4] cfq-iosched: Convert slice_resid from u64 to s64
` [PATCH 3/4] cfq-iosched: Fix regression in bonnie++ rewrite performance
` [PATCH 4/4] cfq-iosched: Charge at least 1 jiffie instead of 1 ns

some question about block end functions
 2016-06-28 14:02 UTC 

[PATCH v5 1/5] block: introduce device_add_disk()
 2016-06-28 11:59 UTC  (14+ messages)
` [PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data
` [PATCH v5 3/5] um: track 'parent' device in a local variable
` [PATCH v5 4/5] block: convert to device_add_disk()
` [PATCH v5 5/5] block: remove ->driverfs_dev

[PATCH v2 1/3] block: provide helpers for reading block count
 2016-06-27 16:30 UTC  (6+ messages)
` [PATCH v2 2/3] partition/efi: use bdev_logical_block_count()
` [PATCH v2 3/3] target/iblock: "

parisc late boot crash in 4.4-rc, scsi-related
 2016-06-22 20:26 UTC  (8+ messages)

[PATCH v4 1/5] block: introduce device_add_disk()
 2016-06-22 17:03 UTC  (9+ messages)
` [PATCH v4 2/5] mmc: move 'parent' tracking to mmc_blk_data
` [PATCH v4 3/5] um: track 'parent' device in a local variable
` [PATCH v4 4/5] block: convert to device_add_disk()
` [PATCH v4 5/5] block: remove ->driverfs_dev

[PATCH] block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
 2016-06-22 14:04 UTC  (10+ messages)

[PATCH] partition/efi: use ilog2 to compute block size
 2016-06-22 12:58 UTC 

[PATCH 02/13] irq: Introduce IRQD_AFFINITY_MANAGED flag
 2016-06-22 11:56 UTC  (18+ messages)

a few more fixups for the ops vs flags split
 2016-06-21  0:36 UTC  (11+ messages)
` [PATCH 1/3] block: get rid of bio_rw and READA
` [PATCH 2/3] block: simplify and cleanup bvec pool handling
` [PATCH 3/3] block: shrink bio size again

[PATCH v5 0/2] Block layer support ZAC/ZBC commands
 2016-06-20 21:18 UTC  (3+ messages)
` [PATCH v5 1/2] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v5 2/2] Add ioctl to issue ZBC/ZAC commands via block layer

[PATCH] blktrace: reword comment about time overflow
 2016-06-20 20:36 UTC  (2+ messages)

[PATCH] blktrace: avoid using timespec
 2016-06-20 20:01 UTC  (9+ messages)
              ` [Y2038] "

[PATCH v3 1/3] block: introduce device_add_disk()
 2016-06-20 14:43 UTC  (6+ messages)
` [PATCH v3 2/3] block: convert to device_add_disk()
` [PATCH v3 3/3] block: remove ->driverfs_dev

[PATCH v4 0/2] Block layer support ZAC/ZBC commands
 2016-06-19 19:13 UTC  (5+ messages)
` [PATCH v4 1/2] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v4 2/2] Add ioctl to issue ZBC/ZAC commands via block layer

[PATCH] block: don't check request size in blk_cloned_rq_check_limits()
 2016-06-17  6:59 UTC  (14+ 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).