summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2011-05-06cciss: use new doorbell-bit-5 reset methodStephen M. Cameron
2011-05-06cciss: increase timeouts for post-reset no-opsStephen M. Cameron
2011-05-06cciss: clarify messages around reset behaviorStephen M. Cameron
2011-05-06cciss: increase time to wait for board reset to startStephen M. Cameron
2011-05-06cciss: get rid of message related magic numbersStephen M. Cameron
2011-05-06cciss: fix reply pool and block fetch table memory leaksStephen M. Cameron
2011-05-06cciss: factor out irq request codeStephen M. Cameron
2011-05-06cciss: factor out scatterlist allocation functionsStephen M. Cameron
2011-05-06cciss: factor out command pool allocation functionsStephen M. Cameron
2011-05-06cciss: do a better job of detecting controller reset failureStephen M. Cameron
2011-05-06cciss: add readl after writel in interrupt mask setting codeStephen M. Cameron
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28drbd: fix up merge errorLinus Torvalds
2011-03-28Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23cciss: fix lost command issueBud Brown
2011-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2011-03-22rbd: use watch/notify for changes in rbd headerYehuda Sadeh
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17drbd: need include for bitops functions declarationsStephen Rothwell
2011-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds
2011-03-15Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds
2011-03-12Revert "cciss: Add missing allocation in scsi_cmd_stack_setup and correspond...Jens Axboe
2011-03-12cciss: fix missed command status value CMD_UNABORTABLEStephen M. Cameron
2011-03-12cciss: remove unnecessary castsStephen M. Cameron
2011-03-12cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci...Stephen M. Cameron
2011-03-12cciss: Inform controller we are using 32-bit tags.Stephen M. Cameron
2011-03-12cciss: hoist tag masking out of loopStephen M. Cameron
2011-03-11cciss: Add missing allocation in scsi_cmd_stack_setup and corresponding deal...Stephen M. Cameron
2011-03-11cciss: export resettable host attributeStephen M. Cameron
2011-03-10drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz
2011-03-10drbd: Fixed handling of read errors on a 'VerifyS' nodePhilipp Reisner
2011-03-10drbd: Fixed handling of read errors on a 'VerifyT' nodePhilipp Reisner
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher
2011-03-10drbd: improve log message if received sector offset exceeds local capacityLars Ellenberg
2011-03-10drbd: kill dead codeLars Ellenberg
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg
2011-03-10drbd: Removed left over, now wrong commentsPhilipp Reisner
2011-03-10drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg
2011-03-10drbd: fix potential imbalance of ap_in_flightLars Ellenberg
2011-03-10drbd: silence some noisy log messages during disconnectLars Ellenberg
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg
2011-03-10drbd: We can not process BIOs with a size of 0Philipp Reisner