summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-021-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/+0Star
| * | 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-261-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/+1Star
| | * | 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/+6Star
| | * | xen-blkfront: switch from llist to listRoger Pau Monne2013-03-191-23/+18Star
| | * | 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/+1Star
| | * | xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-03-181-6/+1Star
| | * | 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/+13Star
| * | | block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher2013-03-111-26/+18Star
| * | | block: IBM RamSan 70/80 trivial changes.Philip J Kelleher2013-03-115-30/+11Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-291-17/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | rbd: don't zero-fill non-image object requestsAlex Elder2013-03-291-17/+30
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-03-231-9/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | NVMe: Add namespaces with no LBA range featureKeith Busch2013-03-221-1/+1
| * | | NVMe: Initialize iod nents to 0Keith Busch2012-11-131-1/+3
| * | | NVMe: Define SMART logKeith Busch2012-11-131-0/+1
| * | | NVMe: Add result to nvme_get_featuresKeith Busch2012-11-131-4/+4
| * | | NVMe: Set result from user admin commandKeith Busch2012-11-131-1/+6
| * | | NVMe: End queued bio requests when freeing queueKeith Busch2012-11-131-0/+4
| * | | NVMe: Free cmdid on nvme_submit_bio errorKeith Busch2012-11-131-2/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-011-691/+1161
|\ \ \ \ | | |/ / | |/| |
| * | | libceph: update osd request/reply encodingSage Weil2013-02-271-28/+24Star
| * | | rbd: pass length, not op for osd completionsAlex Elder2013-02-271-27/+20Star
| * | | rbd: move rbd_osd_trivial_callback()Alex Elder2013-02-261-7/+7
| * | | rbd: eliminate sparse warningsAlex Elder2013-02-251-5/+7
| * | | rbd: normalize dout() callsAlex Elder2013-02-251-5/+61
| * | | rbd: barriers are hardAlex Elder2013-02-251-3/+12
| * | | rbd: ignore zero-length requestsAlex Elder2013-02-251-3/+16
| * | | Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-201-686/+1087
| |\ \ \
| | * | | libceph: drop return value from page vector copy routinesAlex Elder2013-02-201-3/+2Star
| | * | | rbd: ignore result of ceph_copy_from_page_vector()Alex Elder2013-02-201-5/+5