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