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.13.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
2014-01-10
rbd: fix error handling from rbd_snap_name()
Josh Durgin
1
-4
/
+6
2014-01-10
rbd: ignore unmapped snapshots that no longer exist
Josh Durgin
1
-2
/
+7
2014-01-10
rbd: fix use-after free of rbd_dev->disk
Josh Durgin
1
-7
/
+33
2014-01-10
rbd: make rbd_obj_notify_ack() synchronous
Josh Durgin
1
-5
/
+6
2014-01-10
rbd: complete notifies before cleaning up osd_client and rbd_dev
Josh Durgin
1
-0
/
+7
2014-01-10
rbd: fix null dereference in dout
Josh Durgin
1
-3
/
+5
2014-01-10
rbd: fix buffer size for writes to images with snapshots
Josh Durgin
1
-5
/
+5
2014-01-10
rbd: fix a couple warnings
Sage Weil
1
-2
/
+2
2014-01-10
rbd: protect against concurrent unmaps
Alex Elder
1
-2
/
+4
2014-01-10
rbd: set removing flag while holding list lock
Alex Elder
1
-31
/
+22
2014-01-10
rbd: flush dcache after zeroing page data
Alex Elder
1
-0
/
+2
2013-12-04
xen/blkback: fix reference counting
Vegard Nossum
1
-1
/
+2
2013-12-04
loop: fix crash when using unassigned loop device
Mikulas Patocka
1
-7
/
+8
2013-12-04
loop: fix crash if blk_alloc_queue fails
Mikulas Patocka
1
-1
/
+3
2013-11-29
block: fix a probe argument to blk_register_region
Mikulas Patocka
2
-2
/
+2
2013-10-14
cciss: fix info leak in cciss_ioctl32_passthru()
Dan Carpenter
1
-0
/
+1
2013-10-14
cpqarray: fix info leak in ida_locked_ioctl()
Dan Carpenter
1
-0
/
+1
2013-09-27
rbd: fix I/O error propagation for reads
Josh Durgin
1
-7
/
+7
2013-08-12
xen-blkfront: use a different scatterlist for each request
Roger Pau Monne
1
-19
/
+17
2013-08-04
xen/blkback: Check device permissions before allowing OP_DISCARD
Konrad Rzeszutek Wilk
1
-1
/
+12
2013-07-22
nbd: correct disconnect behavior
Paul Clements
1
-1
/
+6
2013-07-13
block: do not pass disk names as format strings
Kees Cook
1
-1
/
+2
2013-06-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+5
2013-06-27
rbd: send snapshot context with writes
Josh Durgin
1
-1
/
+5
2013-06-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-4
/
+4
2013-06-25
rbd: fetch object order before using it
Josh Durgin
1
-4
/
+4
2013-06-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+5
2013-06-13
rbd: use the correct length for format 2 object names
Josh Durgin
1
-1
/
+5
2013-06-13
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+7
2013-06-13
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
1
-16
/
+16
2013-06-13
cciss: fix broken mutex usage in ioctl
Stephen M. Cameron
1
-16
/
+16
2013-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-15
/
+18
2013-06-12
Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2
-16
/
+49
2013-05-31
NVMe: Add MSI support
Ramachandra Rao Gajula
1
-8
/
+32
2013-05-29
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Jens Axboe
1
-1
/
+2
2013-05-29
pktcdvd: silence static checker warning
Dan Carpenter
1
-1
/
+2
2013-05-29
NVMe: Use dma_set_mask() correctly
Matthew Wilcox
1
-2
/
+8
2013-05-25
drivers/block/brd.c: fix brd_lookup_page() race
Brian Behlendorf
1
-2
/
+2
2013-05-25
drivers/block/xsysace.c: fix id with missing port-number
Gernot Vormayr
1
-2
/
+1
2013-05-23
Return the result from user admin command IOCTL even in case of failure
Chayan Biswas
1
-1
/
+1
2013-05-17
rbd: fix cleanup in rbd_add()
Alex Elder
1
-9
/
+14
2013-05-17
rbd: don't destroy ceph_opts in rbd_add()
Alex Elder
1
-6
/
+4
2013-05-17
NVMe: Do not cancel command multiple times
Keith Busch
1
-0
/
+2
2013-05-17
NVMe: fix error return code in nvme_submit_bio_queue()
Wei Yongjun
1
-1
/
+2
2013-05-17
NVMe: check for integer overflow in nvme_map_user_pages()
Dan Carpenter
1
-2
/
+3
2013-05-17
NVMe: Fix a signedness bug in nvme_trans_modesel_get_mp
Vishal Verma
1
-1
/
+1
2013-05-17
NVMe: Remove redundant version.h header include
Sachin Kamat
1
-1
/
+0
2013-05-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-386
/
+549
2013-05-15
mtip32xx: Correctly handle bio->bi_idx != 0 conditions
Sam Bradshaw
1
-2
/
+3
2013-05-15
mtip32xx: Fix NULL pointer dereference during module unload
Sam Bradshaw
1
-1
/
+2
[next]