summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-24drbd: fix warningAndrew Morton
2011-05-24drbd: fix warningPhilipp Reisner
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: fix schedule in atomicLars Ellenberg
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner
2011-05-24drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner
2011-05-24drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner
2011-05-24drbd: Fix for the connection problems on high latency linksPhilipp Reisner
2011-05-24drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg
2011-05-24drbd: Only downgrade the disk state in case of disk failuresPhilipp Reisner
2011-05-24drbd: fix disconnect/reconnect loop, if ping-timeout == ping-intLars Ellenberg
2011-05-24drbd: fix potential distributed deadlockLars Ellenberg
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28drbd: fix up merge errorLinus Torvalds
2011-03-27Merge 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-17drbd: need include for bitops functions declarationsStephen Rothwell
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
2011-03-10drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner
2011-03-10drbd: queue bitmap writeout more intelligentlyLars Ellenberg
2011-03-10drbd: don't pointlessly queue bitmap send, if we lost connectionLars Ellenberg
2011-03-10drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg
2011-03-10drbd: only generate and send a new sync uuid after a successful state changeLars Ellenberg
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner
2011-03-10drbd: Fixed P_NEG_ACK processing for protocol A and BPhilipp Reisner
2011-03-10drbd: Killed an assert that is no longer validPhilipp Reisner
2011-03-10drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner
2011-03-10drbd: Nothing should stop SyncSource -> Ahead transitionsPhilipp Reisner
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner
2011-03-10drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAXPhilipp Reisner
2011-03-10drbd: Remove useless / wrong commentsAndreas Gruenbacher