summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-10drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner1-1/+1
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner1-0/+4
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner1-1/+1
2011-03-10drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAXPhilipp Reisner1-3/+4
2011-03-10drbd: Cleaned up the resync timer logicPhilipp Reisner1-1/+1
2011-03-10drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitionsPhilipp Reisner1-0/+21
2011-03-10drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332]Philipp Reisner1-7/+5
2011-03-10drbd: improve on bitmap write out timingLars Ellenberg1-2/+6
2011-03-10drbd: spelling fix in log messageLars Ellenberg1-1/+1
2011-03-10drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg1-3/+19
2011-03-10drbd: fix potential dereference of NULL pointerLars Ellenberg1-0/+2
2011-03-10drbd: move bitmap write from resync_finished to after_state_changeLars Ellenberg1-4/+10
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg1-1/+26
2011-03-10drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher1-1/+1
2011-03-10drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enumAndreas Gruenbacher1-12/+21
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-15/+15
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher1-27/+32
2011-03-10drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rvAndreas Gruenbacher1-2/+3
2011-03-10drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher1-1/+1
2011-03-10drbd: Get rid of unnecessary macros (1)Andreas Gruenbacher1-31/+40
2011-03-10drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher1-1/+1
2011-03-10drbd: Make sure that drbd_send() has sent the right number of bytesAndreas Gruenbacher1-2/+2
2011-03-10drbd: remove /proc/drbd before unregistering from netlinkLars Ellenberg1-2/+11
2011-03-10drbd: Becoming sync target may not happen out of < C_WF_REPORT_PARAMSPhilipp Reisner1-0/+4
2011-03-10drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner1-0/+1
2011-03-10drbd: Improvements in sanitize_state()Philipp Reisner1-55/+89
2011-03-10drbd: Fixed race condition in drbd_queue_bitmap_ioPhilipp Reisner1-0/+2
2011-03-10drbd: use test_and_set_bit() to decide if bm_io_work should be queuedPhilipp Reisner1-4/+2
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner1-0/+1
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner1-0/+10
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner1-2/+10
2011-03-10drbd: Track the numbers of sectors in flightPhilipp Reisner1-0/+1
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-3/+3
2011-03-10drbd: detect modification of in-flight buffersLars Ellenberg1-1/+27
2011-03-10drbd: use the resync controller for online-verify requests as wellLars Ellenberg1-0/+2
2011-03-10drbd: improve online-verify progress trackingLars Ellenberg1-11/+12
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-2/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-32/+1
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-5/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-5/+2
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe1-63/+85
2010-10-28drivers/block/drbd/drbd_main.c: fix error pathNicolas Kaiser1-1/+1
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe1-63/+85
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner1-5/+0
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner1-1/+1
2010-10-23Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-184/+409
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg1-56/+82
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg1-1/+2
2010-10-15drbd: add race-breaker to drbd_go_disklessLars Ellenberg1-0/+3
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg1-1/+31