aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe4-21/+31
2011-06-30drbd: we should write meta data updates with FLUSH FUALars Ellenberg1-1/+1
2011-06-30drbd: when receive times out on meta socket, also check last receive time on data socketLars Ellenberg1-0/+6
2011-06-30drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg1-0/+3
2011-06-30drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg1-1/+3
2011-06-30drbd: add missing spinlock to bitmap receiveLars Ellenberg1-15/+19
2011-06-30drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner1-6/+1
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-139/+243
2011-05-24drbd: fix warningAndrew Morton2-2/+1
2011-05-24drbd: fix warningPhilipp Reisner2-7/+1
2011-05-24drbd: Fix spellingBart Van Assche9-40/+40
2011-05-24drbd: fix schedule in atomicLars Ellenberg2-3/+15
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner4-50/+97
2011-05-24drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner1-1/+14
2011-05-24drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner1-0/+3
2011-05-24drbd: Fix for the connection problems on high latency linksPhilipp Reisner1-1/+1
2011-05-24drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg1-1/+1
2011-05-24drbd: Only downgrade the disk state in case of disk failuresPhilipp Reisner1-1/+2
2011-05-24drbd: fix disconnect/reconnect loop, if ping-timeout == ping-intLars Ellenberg1-2/+8
2011-05-24drbd: fix potential distributed deadlockLars Ellenberg1-35/+59
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner2-0/+5
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi5-10/+10
2011-03-28drbd: fix up merge errorLinus Torvalds1-8/+6
2011-03-27Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-1376/+2132
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds8-103/+6
2011-03-17drbd: need include for bitops functions declarationsStephen Rothwell1-0/+3
2011-03-10drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz1-5/+1
2011-03-10drbd: Fixed handling of read errors on a 'VerifyS' nodePhilipp Reisner1-4/+0
2011-03-10drbd: Fixed handling of read errors on a 'VerifyT' nodePhilipp Reisner1-13/+15
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner5-0/+47
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher2-36/+6
2011-03-10drbd: improve log message if received sector offset exceeds local capacityLars Ellenberg1-1/+2
2011-03-10drbd: kill dead codeLars Ellenberg1-93/+0
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg2-18/+34
2011-03-10drbd: Removed left over, now wrong commentsPhilipp Reisner1-7/+1
2011-03-10drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg1-0/+5
2011-03-10drbd: fix potential imbalance of ap_in_flightLars Ellenberg2-29/+5
2011-03-10drbd: silence some noisy log messages during disconnectLars Ellenberg2-20/+31
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg5-63/+115
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg5-51/+58
2011-03-10drbd: We can not process BIOs with a size of 0Philipp Reisner1-0/+1
2011-03-10drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner1-2/+10
2011-03-10drbd: queue bitmap writeout more intelligentlyLars Ellenberg2-1/+12
2011-03-10drbd: don't pointlessly queue bitmap send, if we lost connectionLars Ellenberg1-2/+7
2011-03-10drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg1-1/+8
2011-03-10drbd: only generate and send a new sync uuid after a successful state changeLars Ellenberg1-13/+12
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner3-10/+5
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner3-26/+28
2011-03-10drbd: Fixed P_NEG_ACK processing for protocol A and BPhilipp Reisner1-12/+33