summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner3-15/+23
2011-03-10drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAXPhilipp Reisner1-3/+4
2011-03-10drbd: Remove useless / wrong commentsAndreas Gruenbacher1-10/+0
2011-03-10drbd: Cleaned up the resync timer logicPhilipp Reisner3-39/+13
2011-03-10drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner2-2/+9
2011-03-10drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner3-3/+16
2011-03-10drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitionsPhilipp Reisner1-0/+21
2011-03-10drbd: ratelimit io error messagesLars Ellenberg1-4/+5
2011-03-10drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332]Philipp Reisner1-7/+5
2011-03-10drbd: fix potential access of on-stack wait_queue_head_t after returnLars Ellenberg1-16/+22
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: be less noisy with some log messagesLars Ellenberg1-3/+4
2011-03-10drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg3-17/+34
2011-03-10drbd: add debugging assert to make sure the protocol is cleanLars Ellenberg1-0/+10
2011-03-10drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos()Philipp Reisner1-4/+8
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 Ellenberg2-7/+10
2011-03-10drbd: Removed a reference to debug macros removed long time agoLars Ellenberg1-3/+2
2011-03-10drbd: get rid of unused debug codeLars Ellenberg1-30/+9
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg5-85/+142
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg6-220/+373
2011-03-10drbd: store in-core bitmap little endian, regardless of architectureLars Ellenberg1-82/+84
2011-03-10drbd: bitmap: don't count unused bits (fix non-terminating resync)Lars Ellenberg1-3/+22
2011-03-10drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher2-12/+12
2011-03-10drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher1-1/+7
2011-03-10drbd: receive_bitmap_plain: Get rid of ugly and useless enumAndreas Gruenbacher1-26/+47
2011-03-10drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enumAndreas Gruenbacher1-12/+21
2011-03-10drbd: receive_bitmap: Missing free_page() on error pathAndreas Gruenbacher1-1/+1
2011-03-10drbd: receive_bitmap: Avoid casting enum drbd_state_rv to intAndreas Gruenbacher1-2/+4
2011-03-10drbd: receive_bitmap: Fix the wrong return valueAndreas Gruenbacher1-1/+1
2011-03-10drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas Gruenbacher1-3/+4
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher8-101/+94
2011-03-10drbd: This code is dead nowAndreas Gruenbacher1-8/+2
2011-03-10drbd: Another small enum drbd_state_rv cleanupAndreas Gruenbacher1-5/+9
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher4-55/+67
2011-03-10drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rvAndreas Gruenbacher2-3/+4
2011-03-10drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher2-3/+3
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher6-15/+14
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 Gruenbacher3-5/+5
2011-03-10drbd: Remove left-over prototypeAndreas Gruenbacher1-2/+0
2011-03-10drbd: Make sure that drbd_send() has sent the right number of bytesAndreas Gruenbacher1-2/+2
2011-03-10drbd: fix incomplete error messageLars Ellenberg1-1/+1
2011-03-10drbd: Removed an unnecessary #undefAndreas Gruenbacher1-1/+0
2011-03-10drbd: fix regression, we need to close drbd epochs during normal operationLars Ellenberg1-3/+8
2011-03-10drbd: Implemented the before-resync-source handlerPhilipp Reisner1-0/+14
2011-03-10drbd: --force option for disconnectPhilipp Reisner1-0/+15
2011-03-10drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg1-2/+4
2011-03-10drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg1-2/+3