aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner2011-09-28
* drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner2011-09-28
* drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner2011-09-28
* drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner2011-09-28
* drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flagsPhilipp Reisner2011-09-28
* drbd: Moved SEND_PING to the per connection (tconn) flagsPhilipp Reisner2011-09-28
* drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp Reisner2011-09-28
* drbd: Started to separated connection flags (tconn) from block device flags (...Philipp Reisner2011-09-28
* drbd: Converted drbd_wait_for_connect() from mdev to tconnPhilipp Reisner2011-09-28
* drbd: Converted drbd_try_connect() from mdev to tconnPhilipp Reisner2011-09-28
* drbd: conn_printk() a dev_printk() alike for drbd's connectionsPhilipp Reisner2011-09-28
* drbd: Moving state related macros to drbd_state.hPhilipp Reisner2011-09-28
* drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner2011-09-28
* drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner2011-09-28
* drbd: Moved codePhilipp Reisner2011-09-28
* drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner2011-09-28
* drbd: Moved the thread name into the data structurePhilipp Reisner2011-09-28
* drbd: Moved the state functions into its own source filePhilipp Reisner2011-09-28
* drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher2011-09-28
* drbd: Update some commentsAndreas Gruenbacher2011-09-28
* drbd: Clean up some left-oversAndreas Gruenbacher2011-09-28
* drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher2011-09-28
* drbd: Remove unused variable in struct drbd_confAndreas Gruenbacher2011-09-28
* drbd: Improve the drbd_find_overlap() documentationAndreas Gruenbacher2011-09-28
* drbd: Make the peer_seq updating code more obviousAndreas Gruenbacher2011-09-28
* drbd: Defer new writes when detecting conflicting writesAndreas Gruenbacher2011-09-28
* drbd: Remove unnecessary reference counting left-overAndreas Gruenbacher2011-09-28
* drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher2011-09-28
* drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher2011-09-28
* drbd: Remove redundant check from drbd_contains_interval()Andreas Gruenbacher2011-09-28
* drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher2011-09-28
* drbd: Move some functions to where they are usedAndreas Gruenbacher2011-09-28
* drbd: Move sequence number logic into drbd_receiver.c and simplify itAndreas Gruenbacher2011-09-28
* drbd: Initialize the sequence number sent over the network even when not usedAndreas Gruenbacher2011-09-28
* drbd: Remove redundant initializationAndreas Gruenbacher2011-09-28
* drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher2011-09-28
* drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher2011-09-28
* drbd: Do not access tconn after it was freedPhilipp Reisner2011-09-28
* drbd: Implemented receiving of new style packets on meta socketPhilipp Reisner2011-09-28
* drbd: Use new header layoutPhilipp Reisner2011-09-28
* drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner2011-08-29
* drbd: Preparing to use p_header96 for all packetsPhilipp Reisner2011-08-29
* drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner2011-08-29
* drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner2011-08-29
* drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner2011-08-29
* drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner2011-08-29
* drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner2011-08-29
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-29
* drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner2011-08-29
* drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-29