summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2011-09-28drbd: drbd_thread has now a pointer to a tconn instead of to a mdevPhilipp 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_free_sock() and drbd_disconnect() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from m...Philipp Reisner
2011-09-28drbd: Use and idr data structure to map volume numbers to mdev pointersPhilipp Reisner
2011-09-28drbd: Converted drbd_send_protocol() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner
2011-09-28drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Started to separated connection flags (tconn) from block device flags (...Philipp Reisner
2011-09-28drbd: conn_printk() a dev_printk() alike for drbd's connectionsPhilipp Reisner
2011-09-28drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner
2011-09-28drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner
2011-09-28drbd: Moved the thread name into the data structurePhilipp Reisner
2011-09-28drbd: Moved the state functions into its own source filePhilipp Reisner
2011-09-28drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher
2011-09-28drbd: Update some commentsAndreas 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-09-28drbd: Move some functions to where they are usedAndreas Gruenbacher
2011-09-28drbd: Initialize the sequence number sent over the network even when not usedAndreas Gruenbacher
2011-09-28drbd: Remove redundant initializationAndreas Gruenbacher
2011-09-28drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher
2011-09-28drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher
2011-09-28drbd: Do not access tconn after it was freedPhilipp Reisner
2011-09-28drbd: Use new header layoutPhilipp Reisner
2011-08-29drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner
2011-08-29drbd: moved crypto transformations and friends from mdev to tconnPhilipp 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_cont and net_cnt_wait from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner
2011-08-29drbd: Minimal struct drbd_tconnPhilipp Reisner
2011-08-29drbd: Remove some useless paranoia codeAndreas Gruenbacher
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: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher
2011-08-29drbd: Add read_requests treeAndreas Gruenbacher
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher