summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-82/+66
|\
| * virtio_blk: remove nents member.Rusty Russell2013-03-201-11/+11
| * virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini2013-03-201-36/+33
| * virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini2013-03-201-29/+29
| * virtio-blk: reorganize virtblk_add_reqPaolo Bonzini2013-03-201-35/+20
| * virtio-blk: emit udev event when device is resizedMilos Vyletel2013-03-121-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-018-60/+56
|\ \
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-096-9/+9
| * | cciss: switch to ->show_info()Al Viro2013-04-091-51/+45
| * | lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* | | aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-04-301-2/+1
* | | nbd: increase default and max request sizesMichal Belczyk2013-04-301-0/+2
* | | drbd: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-04-171-1/+2
|\ \ \
| * | | rbd: do a safe list traversal in rbd_img_request_submit()Alex Elder2013-04-171-1/+2
* | | | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-093-121/+245
|\ \ \ \
| * | | | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-081-19/+2
| * | | | mtip32xx: fix two smatch warningsJens Axboe2013-04-041-2/+2
| * | | | mtip32xx: Add debugfs entry device_statusAsai Thambi S P2013-04-032-12/+154
| * | | | mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P2013-04-031-0/+2
| * | | | mtip32xx: recovery from command timeoutAsai Thambi S P2013-04-031-90/+87
* | | | | loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-011-1/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-011-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | aoe: reserve enough headroom on skbsEric Dumazet2013-03-281-1/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds2013-03-3117-254/+698
|\ \ \ \
| * | | | mg_disk: fix error return code in mg_probe()Wei Yongjun2013-03-281-1/+3
| * | | | rsxx: remove unused variablePhilip J Kelleher2013-03-261-1/+0
| * | | | rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher2013-03-263-5/+22
| * | | | block: removes dynamic allocation on stackPhilip J Kelleher2013-03-251-1/+6
| * | | | cciss: fix invalid use of sizeof in cciss_find_cfgtables()Wei Yongjun2013-03-221-1/+1
| * | | | loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-221-2/+19
| * | | | loop: fix error return code in loop_add()Wei Yongjun2013-03-221-0/+1
| * | | | mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun2013-03-221-1/+3
| * | | | Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-224-107/+169
| |\ \ \ \
| | * | | | xen-blkfront: remove frame list from blk_shadowRoger Pau Monne2013-03-191-5/+1
| | * | | | xen-blkfront: pre-allocate pages for requestsRoger Pau Monne2013-03-191-41/+79
| | * | | | xen-blkback: don't store dev_bus_addrRoger Pau Monne2013-03-192-16/+6
| | * | | | xen-blkfront: switch from llist to listRoger Pau Monne2013-03-191-23/+18
| | * | | | xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne2013-03-191-1/+1
| | * | | | xen-blkfront: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-181-2/+1
| | * | | | xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-03-181-6/+1
| | * | | | xen/blkback: Change statistics counter types to unsignedZoltan Kiss2013-03-113-16/+16
| | * | | | xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-112-4/+52
| | * | | | xen/xen-blkback: preq.dev is used without initializedChen Gang2013-03-011-1/+2
| * | | | | rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe2013-03-161-0/+1
| * | | | | Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher2013-03-164-67/+436
| * | | | | block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher2013-03-111-3/+4
| * | | | | block: IBM RamSan 70/80 branding changes.Philip J Kelleher2013-03-117-18/+13
| * | | | | block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher2013-03-111-26/+18
| * | | | | block: IBM RamSan 70/80 trivial changes.Philip J Kelleher2013-03-115-30/+11
| | |_|_|/ | |/| | |
OpenPOWER on IntegriCloud