aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)Philipp Reisner9-21/+34
2011-09-28drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconnPhilipp Reisner3-46/+56
2011-09-28drbd: Converted drbdd() from mdev to tconnPhilipp Reisner2-16/+19
2011-09-28drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconnPhilipp Reisner5-20/+25
2011-09-28drbd: Converted drbd_connect() from mdev to tconnPhilipp Reisner1-49/+53
2011-09-28drbd: Use and idr data structure to map volume numbers to mdev pointersPhilipp Reisner2-2/+14
2011-09-28drbd: Converted drbd_send_protocol() from mdev to tconnPhilipp Reisner3-17/+17
2011-09-28drbd: Converted drbd_do_auth() from mdev to tconnPhilipp Reisner1-29/+29
2011-09-28drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconnPhilipp Reisner4-27/+27
2011-09-28drbd: Converted drbd_do_handshake() from mdev to tconnPhilipp Reisner1-15/+15
2011-09-28drbd: Converted drbd_recv_header() from mdev to tconnPhilipp Reisner1-11/+11
2011-09-28drbd: Converted decode_header() from mdev to tconnPhilipp Reisner1-4/+4
2011-09-28drbd: struct packet_info to hold information of decoded packetsPhilipp Reisner1-49/+54
2011-09-28drbd: Converted drbd_recv() from mdev to tconnPhilipp Reisner1-23/+23
2011-09-28drbd: Converted drbd_send_handshake() from mdev to tconnPhilipp Reisner2-11/+11
2011-09-28drbd: Converted drbd_recv_fp() from mdev to tconnPhilipp Reisner1-3/+3
2011-09-28drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()Philipp Reisner1-14/+11
2011-09-28drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner3-29/+33
2011-09-28drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner2-25/+24
2011-09-28drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner1-16/+16