summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-0219-280/+752
|\
| * 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
* | | | | aoe: Fix unitialized var usageKent Overstreet2013-03-251-1/+1
* | | | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-1/+1
* | | | | pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet2013-03-231-9/+8Star
* | | | | pktcdvd: use bio_copy_data()Kent Overstreet2013-03-231-67/+12Star
* | | | | block: Remove bi_idx referencesKent Overstreet2013-03-232-2/+1Star
* | | | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-1/+1
* | | | | block: Add bio_end_sector()Kent Overstreet2013-03-232-5/+4Star
|/ / / /
* | | | 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