aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2011-08-02drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten
2011-06-30Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...Jens Axboe
2011-06-30drbd: we should write meta data updates with FLUSH FUALars Ellenberg
2011-06-30drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg
2011-06-30drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg
2011-06-30drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg
2011-06-30drbd: add missing spinlock to bitmap receiveLars Ellenberg
2011-06-30drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner
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