summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
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: 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 drbdd() 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_handshake() from mdev 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 wake_asender() and request_ping() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Moved SEND_PING to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp 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: Moving state related macros to drbd_state.hPhilipp Reisner
2011-09-28drbd: Do no sleep long in drbd_start_resyncPhilipp 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: Clean up some left-oversAndreas Gruenbacher
2011-09-28drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher
2011-09-28drbd: Remove unused variable in struct drbd_confAndreas 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: Move sequence number logic into drbd_receiver.c and simplify itAndreas 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: Use new header layoutPhilipp Reisner
2011-08-29drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner
2011-08-29drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp 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: 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