index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
memstick: don't allow REQ_TYPE_BLOCK_PC requests
Christoph Hellwig
2
-4
/
+2
2016-07-20
block: simplify and cleanup bvec pool handling
Christoph Hellwig
1
-1
/
+0
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
14
-62
/
+75
2016-07-14
NVMe: don't allocate unused nvme_major
NeilBrown
1
-15
/
+1
2016-07-13
nvme: avoid crashes when node 0 is memoryless node.
Masayoshi Mizuma
1
-1
/
+1
2016-07-12
nvme: Limit command retries
Keith Busch
3
-1
/
+15
2016-07-12
loop: Make user notify for adding loop device failed
Minfei Huang
1
-0
/
+1
2016-07-12
nvme-loop: fix nvme-loop Kconfig dependencies
Arnd Bergmann
1
-3
/
+2
2016-07-12
nvmet: fix return value check in nvmet_subsys_alloc()
Wei Yongjun
1
-1
/
+1
2016-07-12
nvme-fabrics: add-remove ctrl repeat fix
Ming Lin
1
-0
/
+4
2016-07-12
nvme-fabrics: Remove tl_retry_count
Sagi Grimberg
2
-17
/
+0
2016-07-12
nvme-rdma: Don't use tl_retry_count
Sagi Grimberg
1
-6
/
+3
2016-07-12
nvme-rdma: fix the return value of nvme_rdma_reinit_request()
Wei Yongjun
1
-1
/
+1
2016-07-12
cdrom: support read sub-channel command in LBA format
vchannaiah
1
-9
/
+19
2016-07-12
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
3
-0
/
+24
2016-07-08
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
26
-57
/
+31
2016-07-08
nvme-rdma: add a NVMe over Fabrics RDMA host driver
Christoph Hellwig
3
-0
/
+2040
2016-07-08
nvmet-rdma: add a NVMe over Fabrics RDMA target driver
Christoph Hellwig
3
-0
/
+1460
2016-07-08
nvme: add new reconnecting controller state
Christoph Hellwig
2
-0
/
+13
2016-07-07
lightnvm: make __nvm_submit_ppa static
Matias Bjørling
1
-1
/
+1
2016-07-07
lightnvm: make ppa_list const in nvm_set_rqd_list
Matias Bjørling
1
-3
/
+5
2016-07-07
lightnvm: fix lun offset calculation for mark blk
Matias Bjørling
1
-1
/
+1
2016-07-07
lightnvm: make rrpc_map_page call nvm_get_blk outside locks
Matias Bjørling
2
-43
/
+66
2016-07-07
lightnvm: remove _unlocked variant of [get/put]_blk
Matias Bjørling
3
-54
/
+6
2016-07-07
lightnvm: remove unused lists from struct rrpc_block
Matias Bjørling
2
-17
/
+0
2016-07-07
lightnvm: remove nested lock conflict with mm
Matias Bjørling
1
-4
/
+5
2016-07-07
lightnvm: move target mgmt into media mgr
Matias Bjørling
3
-159
/
+196
2016-07-07
lightnvm: rename gennvm and update description
Matias Bjørling
3
-99
/
+102
2016-07-07
lightnvm: remove open/close statistics for gennvm
Matias Bjørling
2
-30
/
+6
2016-07-07
lightnvm: fix checkpatch terse errors
Matias Bjørling
1
-2
/
+5
2016-07-07
lightnvm: remove checkpatch warning for unsigned ints
Matias Bjørling
2
-3
/
+3
2016-07-07
lightnvm: Make functions not used by ouside static
Johannes Thumshirn
2
-4
/
+6
2016-07-07
nvme: lightnvm: make MLC num_pairs little endian
Johannes Thumshirn
1
-1
/
+1
2016-07-07
lightnvm: add media manager mark_blk helper
Javier González
1
-0
/
+6
2016-07-07
lightnvm: break the loop when rqd is not null
Wenwei Tao
1
-2
/
+5
2016-07-07
nvmet: fix an error code
Dan Carpenter
1
-2
/
+2
2016-07-07
nvme-loop: add configfs dependency
Arnd Bergmann
1
-0
/
+1
2016-07-05
bcache: Remove redundant block_size assignment
Yijing Wang
1
-1
/
+0
2016-07-05
bcache: update document info
Yijing Wang
2
-2
/
+3
2016-07-05
bcache: Remove redundant parameter for cache_alloc()
Yijing Wang
1
-2
/
+2
2016-07-05
nvme-loop: add a NVMe loopback host driver
Christoph Hellwig
3
-0
/
+766
2016-07-05
nvmet: add a generic NVMe target
Christoph Hellwig
11
-0
/
+3376
2016-07-05
nvme: add keep-alive support
Sagi Grimberg
4
-1
/
+119
2016-07-05
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
6
-1
/
+1098
2016-07-05
nvme.h: add NVMe over Fabrics definitions
Christoph Hellwig
2
-4
/
+4
2016-07-05
nvme: add fabrics sysfs attributes
Ming Lin
3
-3
/
+78
2016-07-05
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
3
-13
/
+23
2016-07-05
nvme: allow transitioning from NEW to LIVE state
Christoph Hellwig
1
-0
/
+1
2016-06-28
mg_disk: fix error path in mg_probe()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2016-06-27
block: remove ->driverfs_dev
Dan Williams
1
-1
/
+1
[next]