index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-21
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
4
-10
/
+11
2016-07-21
virtio_blk: use blk_rq_map_kern
Christoph Hellwig
1
-12
/
+10
2016-07-21
memstick: don't allow REQ_TYPE_BLOCK_PC requests
Christoph Hellwig
2
-4
/
+2
2016-07-21
block: shrink bio size again
Christoph Hellwig
1
-3
/
+3
2016-07-21
block: simplify and cleanup bvec pool handling
Christoph Hellwig
5
-30
/
+36
2016-07-21
block: get rid of bio_rw and READA
Christoph Hellwig
26
-96
/
+95
2016-07-21
block: don't ignore -EOPNOTSUPP blkdev_issue_write_same
Christoph Hellwig
1
-1
/
+1
2016-07-21
block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
Christoph Hellwig
2
-7
/
+14
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-13
nvme: Limit command retries
Keith Busch
3
-1
/
+15
2016-07-13
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
2
-10
/
+21
2016-07-12
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
3
-0
/
+24
2016-07-09
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
30
-72
/
+50
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-rdma.h: Add includes for nvme rdma_cm negotiation
Sagi Grimberg
1
-0
/
+71
2016-07-08
nvme: add new reconnecting controller state
Christoph Hellwig
2
-0
/
+13
2016-07-08
blk-mq: Introduce blk_mq_reinit_tagset
Sagi Grimberg
2
-0
/
+29
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
2
-4
/
+6
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
4
-60
/
+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
4
-159
/
+206
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
3
-41
/
+8
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: initialize ppa_addr in dev_to_generic_addr()
Javier González
1
-0
/
+1
2016-07-07
lightnvm: add media manager mark_blk helper
Javier González
2
-0
/
+8
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
12
-0
/
+3383
[next]