summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen2017-06-301-3/+10
* dm zoned: drive-managed zoned block device targetDamien Le Moal2017-06-196-0/+4293
* dm kcopyd: add sequential write featureDamien Le Moal2017-06-191-2/+63
* dm linear: add support for zoned block devicesDamien Le Moal2017-06-191-3/+15
* dm flakey: add support for zoned block devicesDamien Le Moal2017-06-191-3/+20
* dm: introduce dm_remap_zone_report()Damien Le Moal2017-06-191-0/+79
* dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal2017-06-191-2/+7
* dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal2017-06-191-0/+4
* dm table: add zoned block devices validationDamien Le Moal2017-06-191-0/+162
* dm crypt: add big-endian variant of plain64 IVMilan Broz2017-06-191-1/+20
* dm bio prison: use rb_entry() rather than container_of()Geliang Tang2017-06-192-2/+2
* dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka2017-06-191-1/+5
* dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka2017-06-191-21/+35
* dm: add basic support for using the select or poll functionMikulas Patocka2017-06-193-1/+56
* nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-191-0/+6
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-183-4/+4
* block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
* bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* lightnvm/pblk-read: use bio_clone_fast()NeilBrown2017-06-183-2/+13
* pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-185-7/+16
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1812-13/+13
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-1810-11/+11
* loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7
* Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe2017-06-1641-632/+869
|\
| * nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2017-06-162-0/+10
| * nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg2017-06-151-1/+2
| * nvme: no need to wait for the reset when keepalive failsChristoph Hellwig2017-06-151-1/+1
| * nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-156-111/+47
| * nvme-pci: merge init_request methodsChristoph Hellwig2017-06-151-15/+3
| * nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4
| * nvme-fc: merge init_request methodsChristoph Hellwig2017-06-151-13/+3
| * nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig2017-06-151-32/+11
| * nvme: move protection information check into nvme_setup_rwChristoph Hellwig2017-06-152-15/+14
| * nvme: mark shutdown_timeout staticChristoph Hellwig2017-06-152-5/+2
| * nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter2017-06-151-0/+2
| * nvmf: keep track of nvmet connect error statusGuan Junxiong2017-06-151-0/+18
| * nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0
| * nvme: use ctrl->device consistently for loggingJohannes Thumshirn2017-06-151-5/+5
| * nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-151-0/+37
| * nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn2017-06-151-0/+31
| * nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-153-1/+64
| * nvme: provide UUID value to userspaceJohannes Thumshirn2017-06-151-1/+24
| * nvme: get list of namespace descriptorsJohannes Thumshirn2017-06-152-0/+80
| * nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2017-06-152-6/+6
| * nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-154-6/+6
| * nvme-pci: remove redundant includesSagi Grimberg2017-06-151-13/+0