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
2012-01-19
nvme: fix merge error due to change of 'make_request_fn' fn type
Linus Torvalds
1
-7
/
+1
2012-01-19
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
3
-0
/
+1757
2012-01-16
Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-105
/
+4228
2012-01-16
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+8
2012-01-15
Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers
Jens Axboe
6
-0
/
+4091
2012-01-15
block: add and use scsi_blk_cmd_ioctl
Paolo Bonzini
3
-7
/
+6
2012-01-15
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
9
-13
/
+18
2012-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+2
2012-01-13
paride/pcd: fix bool verbose module parameter.
Rusty Russell
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
8
-12
/
+17
2012-01-12
rbd: initialize snap_rwsem in rbd_add()
Alex Elder
1
-0
/
+2
2012-01-12
virtio: blk: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+44
2012-01-12
virtio: blk: Move vq initialization to separate function
Amit Shah
1
-5
/
+14
2012-01-12
virtio_blk: fix config handler race
Michael S. Tsirkin
1
-1
/
+21
2012-01-12
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
1
-1
/
+1
2012-01-11
NVMe: Set number of queues correctly
Matthew Wilcox
1
-3
/
+17
2012-01-11
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-5
/
+5
2012-01-11
NVMe: Version 0.8
Matthew Wilcox
1
-1
/
+1
2012-01-11
NVMe: Set queue flags correctly
Matthew Wilcox
1
-2
/
+4
2012-01-10
NVMe: Simplify nvme_unmap_user_pages
Matthew Wilcox
1
-10
/
+9
2012-01-10
NVMe: Mark the end of the sg list
Matthew Wilcox
1
-0
/
+1
2012-01-10
NVMe: Fix DMA mapping for admin commands
Matthew Wilcox
1
-2
/
+4
2012-01-10
NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT
Matthew Wilcox
1
-4
/
+4
2012-01-10
NVMe: Merge the nvme_bio and nvme_prp data structures
Matthew Wilcox
1
-115
/
+124
2012-01-10
NVMe: Change nvme_completion_fn to take a dev
Matthew Wilcox
1
-18
/
+25
2012-01-10
NVMe: Change get_nvmeq to take a dev instead of a namespace
Matthew Wilcox
1
-4
/
+4
2012-01-10
NVMe: Simplify completion handling
Matthew Wilcox
1
-86
/
+81
2012-01-10
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-13
/
+7
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
6
-10
/
+7
2012-01-07
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
Al Viro
6
-10
/
+7
2012-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
1
-1
/
+0
2012-01-05
block: xsysace: Don't use NO_IRQ
Michal Simek
1
-5
/
+5
2012-01-05
Xen: consolidate and simplify struct xenbus_driver instantiation
Jan Beulich
2
-13
/
+7
2012-01-05
mtip32xx: do rebuild monitoring asynchronously
Asai Thambi S P
2
-40
/
+65
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2
-2
/
+2
2012-01-04
fs: move code out of buffer.c
Al Viro
4
-8
/
+5
2011-12-25
Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
4
-105
/
+137
2011-12-16
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-151
/
+221
2011-12-16
xen-blkfront: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-1
/
+1
2011-12-14
block, sx8: kill blk_insert_request()
Tejun Heo
1
-4
/
+8
2011-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-91
/
+10
2011-12-12
block/swim3: Locking fixes
Benjamin Herrenschmidt
1
-147
/
+215
2011-12-10
m68k/mac: cleanup forward declarations
Finn Thain
1
-1
/
+0
2011-12-07
rbd: remove buggy rollback functionality
Josh Durgin
1
-90
/
+0
2011-12-07
rbd: return an error when an invalid header is read
Josh Durgin
1
-1
/
+10
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-1
/
+1
2011-12-02
loop: Fix discard_alignment default setting
Lukas Czerner
1
-1
/
+1
2011-11-28
cciss: fix flush cache transfer length
Stephen M. Cameron
1
-0
/
+2
2011-11-28
cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
Stephen M. Cameron
1
-2
/
+2
[next]