]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/block/drbd/drbd_state.c
drbd: Introduced drbd_read_state()
[karo-tx-linux.git] / drivers / block / drbd / drbd_state.c
2012-11-08 Philipp Reisnerdrbd: Introduced drbd_read_state()
2012-11-08 Philipp Reisnerdrbd: Allow to disconnect if one volume is diskless
2012-11-08 Philipp Reisnerdrbd: Print common state changes of all volumes as...
2012-11-08 Philipp Reisnerdrbd: Fixed logging of old connection state
2012-11-08 Philipp Reisnerdrbd: Use the idr_for_each_entry() iterator instead...
2012-11-08 Philipp Reisnerdrbd: Converted drbd_try_outdate_peer() from mdev to...
2012-11-08 Andreas Gruenbacherdrbd: Remove duplicate initialization
2012-11-08 Andreas Gruenbacherdrbd: Make all worker callbacks return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: Temporarily change the return type of all worker...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_state_req(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: conn_send_state_req(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_state(): Return 0 upon success and...
2012-11-08 Philipp Reisnerdrbd: Fixed conn_lowest_minor
2012-11-08 Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03 Philipp Reisnerdrbd: Allow volumes to become primary only on one side
2012-11-03 Philipp Reisnerdrbd: New minors have to intherit the connection state...
2012-11-03 Lars Ellenbergdrbd: add forgotten spin_unlock
2012-11-03 Lars Ellenbergdrbd: simplify conn_all_vols_unconf, make it bool
2012-11-03 Lars Ellenbergdrbd: switch configuration interface from connector...
2011-10-14 Philipp Reisnerdrbd: Converted the transfer log from mdev to tconn
2011-10-14 Philipp Reisnerdrbd: Reworked the unconfiguring and thread stopping...
2011-10-14 Philipp Reisnerdrbd: Implemented connection wide state changes
2011-10-14 Philipp Reisnerdrbd: Global_state_lock not necessary here...
2011-10-14 Philipp Reisnerdrbd: Implemented conn_send_state_req()
2011-10-14 Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
2011-10-14 Philipp Reisnerdrbd: Removed drbd_state_lock() and drbd_state_unlock()
2011-10-14 Philipp Reisnerdrbd: Killed volume0; last step of multi-volume-enablement
2011-09-28 Philipp Reisnerdrbd: Code de-duplication; new function apply_mask_val()
2011-09-28 Philipp Reisnerdrbd: Removed the os parameter form sanitize_state()
2011-09-28 Philipp Reisnerdrbd: Extracted is_valid_conn_transition() out of is_va...
2011-09-28 Philipp Reisnerdrbd: Extracted is_valid_transition() out of sanitize_s...
2011-09-28 Philipp Reisnerdrbd: Renamed is_valid_state_transition() to is_valid_s...
2011-09-28 Philipp Reisnerdrbd: Extracted after_conn_state_ch() out of after_stat...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_ping() and related functions...
2011-09-28 Philipp Reisnerdrbd: Generalized the work callbacks
2011-09-28 Philipp Reisnerdrbd: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28 Philipp Reisnerdrbd: Moved the state functions into its own source...