summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher2012-11-081-7/+7
* drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher2012-11-081-97/+99
* drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher2012-11-081-21/+19
* drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: drbd_send_block(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-3/+3
* drbd: drbd_send_oos(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code othe...Andreas Gruenbacher2012-11-081-6/+6
* drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-3/+3
* drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-2/+2
* drbd: drbd_send_ack(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-5/+5
* drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-2/+2
* drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg2012-11-081-25/+25
* drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner2012-11-041-8/+2
* drbd: Replaced the minor_table array by an idrPhilipp Reisner2011-10-141-8/+2
* drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner2011-10-141-19/+12
* drbd: fix a wrong likely(), updated commentsLars Ellenberg2011-10-141-7/+8
* drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher2011-10-141-4/+4
* drbd: Rename drbd_submit_ee -> drbd_submit_peer_requestAndreas Gruenbacher2011-10-141-1/+1
* drbd: Introduced tconn->cstate_mutexPhilipp Reisner2011-10-141-4/+4
* drbd: Removed drbd_state_lock() and drbd_state_unlock()Philipp Reisner2011-10-141-5/+5
* drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner2011-10-141-4/+3
* drbd: Converted drbd_send_ping() and related functions from mdev to tconnPhilipp Reisner2011-09-281-4/+6
* drbd: Generalized the work callbacksPhilipp Reisner2011-09-281-33/+49
* drbd: drbd_thread has now a pointer to a tconn instead of to a mdevPhilipp Reisner2011-09-281-1/+1
* drbd: Converted drbd_worker() from mdev to tconnPhilipp Reisner2011-09-281-46/+51
* drbd: Consolidated the setup of the thread name into the frameworkPhilipp Reisner2011-09-281-2/+0
* drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner2011-09-281-4/+4
* drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from m...Philipp Reisner2011-09-281-1/+1
* drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconnPhilipp Reisner2011-09-281-2/+2
* drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner2011-09-281-2/+2
* drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner2011-09-281-22/+36
* drbd: Moved codePhilipp Reisner2011-09-281-22/+21
* drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner2011-09-281-1/+1
* drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher2011-09-281-98/+99
* drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher2011-09-281-12/+13
* drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher2011-09-281-1/+1
* drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner2011-08-291-1/+1
* drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner2011-08-291-19/+19
* drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner2011-08-291-3/+3
* drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner2011-08-291-2/+2
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-291-33/+33
* drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-291-4/+4
* drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-291-3/+4
* drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher2011-08-291-4/+4
* drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher2011-08-291-11/+11
* drbd: Remove the unused hash tablesAndreas Gruenbacher2011-08-291-4/+7
* drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher2011-08-291-21/+21