summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner3-33/+79
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner7-72/+79
2011-10-14drbd: Improved the dec_*() macrosPhilipp Reisner1-22/+29
2011-10-14drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner1-19/+19
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner6-70/+80
2011-10-14drbd: Remove left-over function prototypesAndreas Gruenbacher2-3/+0
2011-10-14drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher1-38/+28
2011-10-14drbd: Get rid of P_MAX_CMDAndreas Gruenbacher3-9/+5
2011-10-14drbd: Remove redundant checkAndreas Gruenbacher1-27/+0
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher5-191/+351
2011-10-14drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher1-2/+3
2011-10-14drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher2-6/+6
2011-10-14drbd: Concurrent write detection fixAndreas Gruenbacher1-20/+21
2011-10-14drbd: Use container_of() instead of castingAndreas Gruenbacher1-3/+6
2011-10-14drbd: fix a wrong likely(), updated commentsLars Ellenberg1-7/+8
2011-10-14drbd: silence some log messages on bitmap IOLars Ellenberg1-5/+9
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg4-206/+293
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg2-40/+14
2011-10-14drbd: allow to select specific bitmap pages for writeoutLars Ellenberg2-10/+52
2011-10-14drbd: use clear_bit_unlock() where appropriateLars Ellenberg2-4/+2
2011-10-14drbd: in drbd_suspend_al, set AL_SUSPENDED before unlocking the activity logLars Ellenberg1-5/+3
2011-10-14drbd: fix typo in commentLars Ellenberg1-1/+1
2011-10-14drbd: simplify condition in drbd_may_do_local_read()Lars Ellenberg1-3/+1
2011-10-14drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher3-5/+5
2011-10-14drbd: Remove obsolete commentAndreas Gruenbacher1-2/+1
2011-10-14drbd: Iterate over all overlapping intervals in a treeAndreas Gruenbacher2-4/+30
2011-10-14drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher6-16/+17
2011-10-14drbd: Rename drbd_submit_ee -> drbd_submit_peer_requestAndreas Gruenbacher3-9/+11
2011-10-14drbd: Implemented connection wide state changesPhilipp Reisner2-14/+76
2011-10-14drbd: implemented receiving of P_CONN_ST_CHG_REQPhilipp Reisner4-2/+20
2011-10-14drbd: Implemented receiving of P_CONN_ST_CHG_REPLYPhilipp Reisner2-8/+22
2011-10-14drbd: Global_state_lock not necessary here...Philipp Reisner1-4/+0
2011-10-14drbd: Implemented conn_send_state_req()Philipp Reisner3-6/+21
2011-10-14drbd: Introduced tconn->cstate_mutexPhilipp Reisner6-17/+26
2011-10-14drbd: Removed drbd_state_lock() and drbd_state_unlock()Philipp Reisner4-29/+8
2011-10-14drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner7-86/+276
2011-09-28drbd: Code de-duplication; new function apply_mask_val()Philipp Reisner1-9/+13
2011-09-28drbd: Removed the os parameter form sanitize_state()Philipp Reisner1-20/+19
2011-09-28drbd: Extracted is_valid_conn_transition() out of is_valid_transition()Philipp Reisner1-14/+23
2011-09-28drbd: Extracted is_valid_transition() out of sanitize_state()Philipp Reisner1-22/+49
2011-09-28drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()Philipp Reisner1-16/+10
2011-09-28drbd: Extracted after_conn_state_ch() out of after_state_ch()Philipp Reisner1-10/+16
2011-09-28drbd: Converted drbd_send_ping() and related functions from mdev to tconnPhilipp Reisner5-24/+36
2011-09-28drbd: Generalized the work callbacksPhilipp Reisner6-70/+100
2011-09-28drbd: Moved some initializing code into drbd_new_tconn()Philipp Reisner1-10/+14
2011-09-28drbd: drbd_thread has now a pointer to a tconn instead of to a mdevPhilipp Reisner5-32/+29
2011-09-28drbd: Converted drbd_worker() from mdev to tconnPhilipp Reisner1-46/+51
2011-09-28drbd: Converted drbd_asender() from mdev to tconnPhilipp Reisner1-56/+69
2011-09-28drbd: Converted drbdd_init() from mdev to tconnPhilipp Reisner1-11/+11
2011-09-28drbd: Consolidated the setup of the thread name into the frameworkPhilipp Reisner3-7/+3