summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg2011-03-101-20/+38
* drbd: log UUIDs whenever they changeLars Ellenberg2011-03-101-38/+33
* drbd: queue bitmap writeout more intelligentlyLars Ellenberg2011-03-101-1/+11
* drbd: don't pointlessly queue bitmap send, if we lost connectionLars Ellenberg2011-03-101-2/+7
* drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner2011-03-101-1/+6
* drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner2011-03-101-1/+1
* drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner2011-03-101-0/+4
* drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner2011-03-101-1/+1
* drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAXPhilipp Reisner2011-03-101-3/+4
* drbd: Cleaned up the resync timer logicPhilipp Reisner2011-03-101-1/+1
* drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitionsPhilipp Reisner2011-03-101-0/+21
* drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332]Philipp Reisner2011-03-101-7/+5
* drbd: improve on bitmap write out timingLars Ellenberg2011-03-101-2/+6
* drbd: spelling fix in log messageLars Ellenberg2011-03-101-1/+1
* drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg2011-03-101-3/+19
* drbd: fix potential dereference of NULL pointerLars Ellenberg2011-03-101-0/+2
* drbd: move bitmap write from resync_finished to after_state_changeLars Ellenberg2011-03-101-4/+10
* drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-101-1/+26
* drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher2011-03-101-1/+1
* drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enumAndreas Gruenbacher2011-03-101-12/+21
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-15/+15
* drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher2011-03-101-27/+32
* drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rvAndreas Gruenbacher2011-03-101-2/+3
* drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher2011-03-101-1/+1
* drbd: Get rid of unnecessary macros (1)Andreas Gruenbacher2011-03-101-31/+40
* drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher2011-03-101-1/+1
* drbd: Make sure that drbd_send() has sent the right number of bytesAndreas Gruenbacher2011-03-101-2/+2
* drbd: remove /proc/drbd before unregistering from netlinkLars Ellenberg2011-03-101-2/+11
* drbd: Becoming sync target may not happen out of < C_WF_REPORT_PARAMSPhilipp Reisner2011-03-101-0/+4
* drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner2011-03-101-0/+1
* drbd: Improvements in sanitize_state()Philipp Reisner2011-03-101-55/+89
* drbd: Fixed race condition in drbd_queue_bitmap_ioPhilipp Reisner2011-03-101-0/+2
* drbd: use test_and_set_bit() to decide if bm_io_work should be queuedPhilipp Reisner2011-03-101-4/+2
* drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner2011-03-101-0/+1
* drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner2011-03-101-0/+10
* drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner2011-03-101-2/+10
* drbd: Track the numbers of sectors in flightPhilipp Reisner2011-03-101-0/+1
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-101-3/+3
* drbd: detect modification of in-flight buffersLars Ellenberg2011-03-101-1/+27
* drbd: use the resync controller for online-verify requests as wellLars Ellenberg2011-03-101-0/+2
* drbd: improve online-verify progress trackingLars Ellenberg2011-03-101-11/+12
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-32/+1
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-5/+2
|\
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-5/+2
* | Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe2010-11-101-63/+85
|\ \ | |/ |/|
| * Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe2010-10-231-63/+85
| |\
| | * drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-231-5/+0
| | * drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-231-1/+1
| | * drbd: fix potential deadlock on detachLars Ellenberg2010-10-221-56/+82
OpenPOWER on IntegriCloud