aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin2-2/+2
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin4-21/+49
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin3-63/+146
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin3-121/+268
2012-12-17aoe: return real minor number for static minorsEd Cashin1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningEd Cashin1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationEd Cashin1-11/+20
2012-12-17aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-17aoe: cleanup: correct comment for aoetgt noutEd Cashin1-1/+1
2012-12-17aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-12-17aoe: copy fallback timing information on destination failoverEd Cashin1-0/+1
2012-12-17aoe: update driver-internal version to 64+Ed Cashin1-1/+2
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin3-33/+75
2012-12-17aoe: use high-resolution RTTs with fallback to low-resEd Cashin2-11/+55
2012-12-17aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-17aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-17aoe: improve network congestion handlingEd Cashin3-74/+121
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin3-0/+47
2012-12-17aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-17aoe: whitespace cleanupEd Cashin5-8/+8
2012-12-17aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-17aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-17aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-12-17aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-12-17aoe: update cap on outstanding commands based on config query responseEd Cashin2-4/+8
2012-12-17aoe: print warning regarding a common reason for dropped transmitsEd Cashin1-2/+7
2012-12-17aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
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 unsigned int, rather than boolOliver 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