summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2012-05-09drbd: fix race between disconnect and receive_stateLars Ellenberg
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg
2012-05-09drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zeroPhilipp Reisner
2012-05-09drbd: Bugfix for the connection behaviorPhilipp Reisner
2012-05-09drbd: detach must not try to abort non-local requests from drbd-8.4Philipp Reisner
2012-05-09drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner
2012-05-09drbd: Fixed current UUID generationPhilipp Reisner
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner
2012-05-09drbd: Force flag for the detach operationPhilipp Reisner
2012-05-09drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner
2012-05-09drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner
2012-05-09drbd: Keep a reference to barrier acked requestsPhilipp Reisner
2012-05-09drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner
2012-05-09drbd: Only print sanitize state's warnings, if the state change happensPhilipp Reisner
2012-05-09drbd: downgraded error printk to infoLars Ellenberg
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner
2011-05-24drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner
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: queue bitmap writeout more intelligentlyLars Ellenberg
2011-03-10drbd: don't pointlessly queue bitmap send, if we lost connectionLars Ellenberg
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner
2011-03-10drbd: Do not drop net config if sending in drbd_send_protocol() failsPhilipp Reisner
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner
2011-03-10drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAXPhilipp Reisner
2011-03-10drbd: Cleaned up the resync timer logicPhilipp Reisner
2011-03-10drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitionsPhilipp Reisner
2011-03-10drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332]Philipp Reisner
2011-03-10drbd: improve on bitmap write out timingLars Ellenberg
2011-03-10drbd: spelling fix in log messageLars Ellenberg
2011-03-10drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg
2011-03-10drbd: fix potential dereference of NULL pointerLars Ellenberg
2011-03-10drbd: move bitmap write from resync_finished to after_state_changeLars Ellenberg
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg
2011-03-10drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher
2011-03-10drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enumAndreas Gruenbacher
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher
2011-03-10drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rvAndreas Gruenbacher
2011-03-10drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher
2011-03-10drbd: Get rid of unnecessary macros (1)Andreas Gruenbacher
2011-03-10drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher