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
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-10
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
3
-164
/
+3484
2013-05-10
NVMe: Use user defined admin ioctl timeout
Keith Busch
1
-1
/
+5
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
17
-350
/
+938
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-84
/
+26
2013-05-08
NVMe: Simplify Firmware Activate code slightly
Matthew Wilcox
1
-4
/
+2
2013-05-08
NVMe: Only clear the enable bit when disabling controller
Matthew Wilcox
1
-1
/
+4
2013-05-08
NVMe: Wait for device to acknowledge shutdown
Matthew Wilcox
1
-19
/
+46
2013-05-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
18
-56
/
+29
2013-05-07
block_device_operations->release() should return void
Al Viro
18
-56
/
+29
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1024
/
+1834
2013-05-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-82
/
+66
2013-05-02
NVMe: Schedule timeout for sync commands
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
1
-4
/
+67
2013-05-02
NVMe: Device specific stripe size handling
Keith Busch
1
-4
/
+15
2013-05-02
NVMe: Split non-mergeable bio requests
Keith Busch
1
-30
/
+122
2013-05-02
NVMe: Remove dead code in nvme_dev_add
Keith Busch
1
-9
/
+2
2013-05-02
NVMe: Check for NULL memory in nvme_dev_add
Keith Busch
1
-0
/
+2
2013-05-02
NVMe: Fix error clean-up on nvme_alloc_queue
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Free admin queue on request_irq error
Keith Busch
1
-4
/
+9
2013-05-02
NVMe: Add scsi unmap to SG_IO
Keith Busch
1
-0
/
+78
2013-05-02
NVMe: queue usage fixes in nvme-scsi
Keith Busch
1
-5
/
+20
2013-05-02
rbd: fix image request leak on parent read
Alex Elder
1
-0
/
+1
2013-05-02
rbd: allocate image object names with a slab allocator
Alex Elder
1
-3
/
+29
2013-05-02
rbd: allocate object requests with a slab allocator
Alex Elder
1
-3
/
+20
2013-05-02
rbd: allocate name separate from obj_request
Alex Elder
1
-3
/
+9
2013-05-02
rbd: allocate image requests with a slab allocator
Alex Elder
1
-5
/
+34
2013-05-02
rbd: use binary search for snapshot lookup
Alex Elder
1
-5
/
+29
2013-05-02
rbd: clear EXISTS flag if mapped snapshot disappears
Alex Elder
1
-0
/
+23
2013-05-02
rbd: kill off the snapshot list
Alex Elder
1
-256
/
+1
2013-05-02
rbd: define rbd_snap_size() and rbd_snap_features()
Alex Elder
1
-23
/
+129
2013-05-02
rbd: use snap_id not index to look up snap info
Alex Elder
1
-31
/
+37
2013-05-02
rbd: look up snapshot name in names buffer
Alex Elder
1
-10
/
+30
2013-05-02
rbd: drop obj_request->version
Alex Elder
1
-2
/
+0
2013-05-02
rbd: drop rbd_obj_method_sync() version parameter
Alex Elder
1
-13
/
+11
2013-05-02
rbd: more version parameter removal
Alex Elder
1
-21
/
+18
2013-05-02
rbd: get rid of some version parameters
Alex Elder
1
-10
/
+6
2013-05-02
rbd: stop tracking header object version
Alex Elder
1
-10
/
+1
2013-05-02
rbd: snap names are pointer to constant data
Alex Elder
1
-7
/
+7
2013-05-02
rbd: don't revalidate so much
Alex Elder
1
-1
/
+4
2013-05-02
rbd: fix up the layering warning message
Alex Elder
1
-2
/
+9
2013-05-02
ceph: use ceph_create_snap_context()
Alex Elder
1
-35
/
+6
2013-05-02
rbd: set up devices only for mapped images
Alex Elder
1
-7
/
+5
2013-05-02
rbd: don't have device release destroy rbd_dev
Alex Elder
1
-2
/
+2
2013-05-02
rbd: define rbd_dev_unprobe()
Alex Elder
1
-40
/
+38
2013-05-02
rbd: don't destroy rbd_dev in device release function
Alex Elder
1
-15
/
+26
2013-05-02
rbd: drop module later
Alex Elder
1
-3
/
+1
2013-05-02
rbd: set up watch in rbd_dev_image_probe()
Alex Elder
1
-10
/
+11
2013-05-02
rbd: don't bother checking whether order changes
Alex Elder
1
-8
/
+0
2013-05-02
rbd: don't clean up watch in device release function
Alex Elder
1
-8
/
+23
2013-05-02
rbd: define rbd_header_name()
Alex Elder
1
-28
/
+38
[next]