summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2012-12-18aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-18aoe: improve network congestion handlingEd Cashin3-74/+121
2012-12-18aoe: provide ATA identify device content to user on requestEd Cashin3-0/+47
2012-12-18aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-18aoe: whitespace cleanupEd Cashin5-8/+8
2012-12-18aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-18aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-18aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-12-18aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-12-18aoe: update cap on outstanding commands based on config query responseEd Cashin2-4/+8
2012-12-18aoe: print warning regarding a common reason for dropped transmitsEd Cashin1-2/+7
2012-12-18aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
2012-12-18Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds26-8086/+11141
2012-12-17rbd: don't use ENOTSUPPAlex Elder1-1/+1
2012-12-17rbd: get rid of RBD_MAX_SEG_NAME_LENAlex Elder2-5/+3
2012-12-17rbd: do not allow remove of mounted-on imageAlex Elder1-0/+13
2012-12-08xen-blkback: implement safe iterator for the list of persistent grantsRoger Pau Monne1-7/+11
2012-12-06drbd: update Kconfig to match current dependenciesLars Ellenberg1-4/+6
2012-12-06drbd: Fix drbdsetup wait-connect, wait-sync etc... commandsPhilipp Reisner1-5/+6
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner1-0/+10
2012-12-06drbd: respect no-md-barriers setting also when changed online via disk-optionsLars Ellenberg1-0/+5
2012-12-06drbd: Remove obsolete checkPhilipp Reisner1-1/+1
2012-12-01Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2-31/+38
2012-12-01drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe2-29/+1
2012-11-30loop: Limit the number of requests in the bio listLukas Czerner1-0/+10
2012-11-26xen-blkfront: free allocated pageRoger Pau Monne1-0/+1
2012-11-26xen-blkback: move free persistent grants codeRoger Pau Monne1-31/+37
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-11-23cciss: use check_signature()Akinobu Mita1-5/+2
2012-11-23cciss: cleanup bitops usageAkinobu Mita1-9/+5
2012-11-12Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe4-55/+478
2012-11-09drbd: use copy_highpageAkinobu Mita1-7/+1
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg1-1/+1
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang1-0/+4
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner19-8070/+10495
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner3-0/+11
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner1-5/+10
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner2-2/+11
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDPhilipp Reisner1-2/+2
2012-11-09drbd: log request sector offset and size for IO errorsLars Ellenberg1-1/+18
2012-11-09drbd: always write bitmap on detachLars Ellenberg5-11/+63
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg3-16/+13
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2-2/+2