index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm raid: stop using BUG() in __rdev_sectors()
Heinz Mauelshagen
2017-06-30
1
-3
/
+10
*
dm zoned: drive-managed zoned block device target
Damien Le Moal
2017-06-19
6
-0
/
+4293
*
dm kcopyd: add sequential write feature
Damien Le Moal
2017-06-19
1
-2
/
+63
*
dm linear: add support for zoned block devices
Damien Le Moal
2017-06-19
1
-3
/
+15
*
dm flakey: add support for zoned block devices
Damien Le Moal
2017-06-19
1
-3
/
+20
*
dm: introduce dm_remap_zone_report()
Damien Le Moal
2017-06-19
1
-0
/
+79
*
dm: fix REQ_OP_ZONE_REPORT bio handling
Damien Le Moal
2017-06-19
1
-2
/
+7
*
dm: fix REQ_OP_ZONE_RESET bio handling
Damien Le Moal
2017-06-19
1
-0
/
+4
*
dm table: add zoned block devices validation
Damien Le Moal
2017-06-19
1
-0
/
+162
*
dm crypt: add big-endian variant of plain64 IV
Milan Broz
2017-06-19
1
-1
/
+20
*
dm bio prison: use rb_entry() rather than container_of()
Geliang Tang
2017-06-19
2
-2
/
+2
*
dm ioctl: report event number in DM_LIST_DEVICES
Mikulas Patocka
2017-06-19
1
-1
/
+5
*
dm ioctl: add a new DM_DEV_ARM_POLL ioctl
Mikulas Patocka
2017-06-19
1
-21
/
+35
*
dm: add basic support for using the select or poll function
Mikulas Patocka
2017-06-19
3
-1
/
+56
*
nvme: host: unquiesce queue in nvme_kill_queues()
Ming Lei
2017-06-19
1
-0
/
+6
*
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
2017-06-18
3
-4
/
+4
*
block: remove bio_clone() and all references.
NeilBrown
2017-06-18
1
-1
/
+1
*
bcache: use kmalloc to allocate bio in bch_data_verify()
NeilBrown
2017-06-18
1
-1
/
+1
*
xen-blkfront: remove bio splitting.
NeilBrown
2017-06-18
1
-51
/
+3
*
lightnvm/pblk-read: use bio_clone_fast()
NeilBrown
2017-06-18
3
-2
/
+13
*
pktcdvd: use bio_clone_fast() instead of bio_clone()
NeilBrown
2017-06-18
1
-2
/
+10
*
drbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
2017-06-18
3
-1
/
+13
*
rbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
2017-06-18
1
-1
/
+15
*
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
5
-7
/
+16
*
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
12
-13
/
+13
*
blk: remove bio_set arg from blk_queue_split()
NeilBrown
2017-06-18
10
-11
/
+11
*
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
2017-06-18
1
-1
/
+7
*
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block
Jens Axboe
2017-06-16
41
-632
/
+869
|
\
|
*
nvme: implement NS Optimal IO Boundary from 1.3 Spec
Scott Bauer
2017-06-16
2
-0
/
+10
|
*
nvme: don't hard code size of struct t10_pi_tuple
Sagi Grimberg
2017-06-15
1
-1
/
+2
|
*
nvme: no need to wait for the reset when keepalive fails
Christoph Hellwig
2017-06-15
1
-1
/
+1
|
*
nvme: move reset workqueue handling to common code
Christoph Hellwig
2017-06-15
6
-111
/
+47
|
*
nvme-pci: merge init_request methods
Christoph Hellwig
2017-06-15
1
-15
/
+3
|
*
nvme-loop: merge init_request methods
Christoph Hellwig
2017-06-15
1
-9
/
+4
|
*
nvme-fc: merge init_request methods
Christoph Hellwig
2017-06-15
1
-13
/
+3
|
*
nvme-rdma: merge init_request and exit_request methods
Christoph Hellwig
2017-06-15
1
-32
/
+11
|
*
nvme: move protection information check into nvme_setup_rw
Christoph Hellwig
2017-06-15
2
-15
/
+14
|
*
nvme: mark shutdown_timeout static
Christoph Hellwig
2017-06-15
2
-5
/
+2
|
*
nvme-rdma: fix error code in nvme_rdma_create_ctrl()
Dan Carpenter
2017-06-15
1
-0
/
+2
|
*
nvmf: keep track of nvmet connect error status
Guan Junxiong
2017-06-15
1
-0
/
+18
|
*
nvmet-fc: Remove a set-but-not-used variable
Bart Van Assche
2017-06-15
1
-2
/
+0
|
*
nvme: use ctrl->device consistently for logging
Johannes Thumshirn
2017-06-15
1
-5
/
+5
|
*
nvmet: allow overriding the NVMe VS via configfs
Johannes Thumshirn
2017-06-15
1
-0
/
+37
|
*
nvmet: add uuid field to nvme_ns and populate via configfs
Johannes Thumshirn
2017-06-15
1
-0
/
+31
|
*
nvmet: implement namespace identify descriptor list
Johannes Thumshirn
2017-06-15
3
-1
/
+64
|
*
nvme: provide UUID value to userspace
Johannes Thumshirn
2017-06-15
1
-1
/
+24
|
*
nvme: get list of namespace descriptors
Johannes Thumshirn
2017-06-15
2
-0
/
+80
|
*
nvme: rename uuid to nguid in nvme_ns
Johannes Thumshirn
2017-06-15
2
-6
/
+6
|
*
nvmet: use NVME_IDENTIFY_DATA_SIZE
Johannes Thumshirn
2017-06-15
4
-6
/
+6
|
*
nvme-pci: remove redundant includes
Sagi Grimberg
2017-06-15
1
-13
/
+0
[next]