summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fix spellingBart Van Assche2011-05-241-2/+2
* drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner2011-05-241-4/+22
* drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner2011-05-241-0/+3
* drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner2011-05-241-0/+4
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* drbd: Implemented real timeout checking for request processing timePhilipp Reisner2011-03-101-0/+3
* drbd: fix potential imbalance of ap_in_flightLars Ellenberg2011-03-101-25/+0Star
* drbd: silence some noisy log messages during disconnectLars Ellenberg2011-03-101-4/+2Star
* 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/+33Star
* 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/+5Star
* 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/+2Star
* 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/+1Star