aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2011-08-29drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher
2011-08-29drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher
2011-08-29drbd: Use the read and write request trees for request lookupsAndreas Gruenbacher
2011-08-29drbd: Add read_requests treeAndreas Gruenbacher
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Add interval tree data structureAndreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (4)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (3)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (2)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (1)Andreas Gruenbacher
2011-08-25drbd: Update outdated commentAndreas Gruenbacher
2011-08-25drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher
2011-08-25drbd: Magic reserved block_id value cleanupAndreas Gruenbacher
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher
2011-08-25drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher
2011-08-25drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher
2011-08-25drbd: Remove superfluous declarationAndreas Gruenbacher
2011-08-25drbd: Get rid of req_validator_fn typedefAndreas Gruenbacher
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