summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-01-28virtio-blk: Don't free ida when disk is in useAlexander Graf1-1/+6
2013-01-17rbd: get rid of RBD_MAX_SEG_NAME_LENAlex Elder2-5/+3
2013-01-17rbd: do not allow remove of mounted-on imageAlex Elder1-0/+13
2013-01-17rbd: remove snapshots on error in rbd_add()Alex Elder1-9/+11
2013-01-17rbd: increase maximum snapshot name lengthAlex Elder1-5/+11
2013-01-17rbd: fix read-only option nameAlex Elder1-1/+1
2013-01-17rbd: zero return code in rbd_dev_image_id()Alex Elder1-0/+2
2013-01-17rbd: fix bug in rbd_dev_id_put()Alex Elder1-2/+2
2013-01-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-11-23mtip32xx: Fix padding issueSelvan Mani1-2/+2
2012-11-23aoe: avoid running request handler on plugged queueEd Cashin1-1/+1
2012-11-23mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()Wei Yongjun1-1/+2
2012-11-23mtip32xx: fix shift larger than type warningJens Axboe1-1/+2
2012-11-23mtip32xx: Fix incorrect mask used for erase modeSelvan Mani1-1/+1
2012-11-23mtip32xx: Fix to make lba address correct in big-endian systemsSelvan Mani1-2/+6
2012-11-23mtip32xx: fix potential crash on SEC_ERASE_UNITSelvan Mani1-2/+2
2012-11-23floppy: destroy floppy workqueue before cleaning up the queueJiri Kosina1-2/+3
2012-10-30loop: Make explicit loop device destruction lazyDave Chinner1-2/+15
2012-10-30mtip32xx:Added appropriate timeout value for secure eraseSelvan Mani2-4/+18
2012-10-30xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u...Oliver Chick1-2/+2
2012-10-30cciss: select CONFIG_CHECK_SIGNATUREAkinobu Mita1-0/+1
2012-10-30cciss: remove unneeded memset()Wei Yongjun1-1/+0
2012-10-30xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-10-30floppy: remove dr, reuse drive on do_floppy_initHerton Ronaldo Krzesinski1-26/+22
2012-10-30floppy: use common function to check if floppies can be registeredHerton Ronaldo Krzesinski1-10/+13
2012-10-30floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski1-1/+10
2012-10-30floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski1-0/+1
2012-10-30floppy: don't call alloc_ordered_workqueue inside the alloc_disk loopHerton Ronaldo Krzesinski1-9/+6
2012-10-30xen/blkback: Fix compile warningKonrad Rzeszutek Wilk1-3/+3
2012-10-24drivers/block: remove CONFIG_EXPERIMENTALKees Cook1-7/+7
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-59/+9
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-624/+1187
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-37/+269
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2012-10-05aoe: update aoe-internal version number to 50Ed Cashin1-1/+1
2012-10-05aoe: remove unused codeEd Cashin1-4/+0
2012-10-05aoe: make dynamic block minor numbers the defaultEd Cashin1-1/+1
2012-10-05aoe: update and specify AoE address guards and error messagesEd Cashin2-8/+11
2012-10-05aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-05aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin5-49/+72
2012-10-05aoe: update copyright year in touched filesEd Cashin7-7/+7
2012-10-05aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-05aoe: remove unused code and add cosmetic improvementsEd Cashin4-17/+10
2012-10-05aoe: increase net_device reference count while using itEd Cashin2-0/+11
2012-10-05aoe: associate frames with the AoE storage targetEd Cashin3-54/+49
2012-10-05aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-05aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-05aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2-6/+3
2012-10-05aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2-71/+87
2012-10-05aoe: use a kernel thread for transmissionsEd Cashin3-3/+40