aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-04-30nbd: increase default and max request sizesMichal Belczyk1-0/+2
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita1-2/+3
2013-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+2
2013-04-17rbd: do a safe list traversal in rbd_img_request_submit()Alex Elder1-1/+2
2013-04-09Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds3-121/+245
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe1-19/+2
2013-04-04mtip32xx: fix two smatch warningsJens Axboe1-2/+2
2013-04-03mtip32xx: Add debugfs entry device_statusAsai Thambi S P2-12/+154
2013-04-03mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P1-0/+2
2013-04-03mtip32xx: recovery from command timeoutAsai Thambi S P1-90/+87
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov1-1/+8
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds17-254/+698
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-17/+30
2013-03-29rbd: don't zero-fill non-image object requestsAlex Elder1-17/+30
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-28mg_disk: fix error return code in mg_probe()Wei Yongjun1-1/+3
2013-03-26rsxx: remove unused variablePhilip J Kelleher1-1/+0
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher3-5/+22
2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher1-1/+6
2013-03-22Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-9/+24
2013-03-22NVMe: Add namespaces with no LBA range featureKeith Busch1-1/+1
2013-03-22cciss: fix invalid use of sizeof in cciss_find_cfgtables()Wei Yongjun1-1/+1
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi1-2/+19
2013-03-22loop: fix error return code in loop_add()Wei Yongjun1-0/+1
2013-03-22mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun1-1/+3
2013-03-22Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe4-107/+169
2013-03-19xen-blkfront: remove frame list from blk_shadowRoger Pau Monne1-5/+1
2013-03-19xen-blkfront: pre-allocate pages for requestsRoger Pau Monne1-41/+79
2013-03-19xen-blkback: don't store dev_bus_addrRoger Pau Monne2-16/+6
2013-03-19xen-blkfront: switch from llist to listRoger Pau Monne1-23/+18
2013-03-19xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne1-1/+1
2013-03-18xen-blkfront: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-03-18xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich1-6/+1
2013-03-16rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe1-0/+1
2013-03-16Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher4-67/+436
2013-03-11block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher1-3/+4
2013-03-11block: IBM RamSan 70/80 branding changes.Philip J Kelleher7-18/+13
2013-03-11block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher1-26/+18
2013-03-11block: IBM RamSan 70/80 trivial changes.Philip J Kelleher5-30/+11
2013-03-11xen/blkback: Change statistics counter types to unsignedZoltan Kiss3-16/+16
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2-4/+52
2013-03-01xen/xen-blkback: preq.dev is used without initializedChen Gang1-1/+2
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-691/+1161
2013-02-28Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds21-1418/+3980
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2013-02-27nbd: fix sparse warningAlex Elder1-0/+1
2013-02-27nbd: show read-only state in sysfsPaolo Bonzini1-0/+3
2013-02-27nbd: fsync and kill block device on shutdownPaolo Bonzini1-0/+10