index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drbd: fix thread stop deadlock
Lars Ellenberg
2012-11-08
1
-14
/
+0
*
drbd: fix race when forcefully disconnecting
Lars Ellenberg
2012-11-08
1
-0
/
+13
*
drbd: fix various disconnecting races
Lars Ellenberg
2012-11-08
1
-7
/
+13
*
drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits
Philipp Reisner
2012-11-08
1
-15
/
+1
*
drbd: Basic refcounting for drbd_tconn
Philipp Reisner
2012-11-08
1
-0
/
+2
*
drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf
Philipp Reisner
2012-11-08
1
-5
/
+9
*
drbd: rcu_read_[un]lock() for all idr accesses that do not sleep
Philipp Reisner
2012-11-08
1
-3
/
+31
*
drbd: Improved logging of state changes
Philipp Reisner
2012-11-08
1
-14
/
+30
*
drbd: Implemented IO thawing for multiple volumes
Philipp Reisner
2012-11-08
1
-32
/
+40
*
drbd: Implemented conn_lowest_disk()
Philipp Reisner
2012-11-08
1
-0
/
+12
*
drbd: Implemented conn_lowest_conn()
Philipp Reisner
2012-11-08
1
-0
/
+12
*
drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work
Philipp Reisner
2012-11-08
1
-11
/
+31
*
drbd: Renamed nms to ns_max
Philipp Reisner
2012-11-08
1
-8
/
+8
*
drbd: Introduced a new type union drbd_dev_state
Philipp Reisner
2012-11-08
1
-3
/
+3
*
drbd: Moved susp, susp_nod and susp_fen to the connection object
Philipp Reisner
2012-11-08
1
-0
/
+3
*
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
Philipp Reisner
2012-11-08
1
-1
/
+6
*
drbd: Introduced drbd_read_state()
Philipp Reisner
2012-11-08
1
-8
/
+7
*
drbd: Allow to disconnect if one volume is diskless
Philipp Reisner
2012-11-08
1
-0
/
+6
*
drbd: Print common state changes of all volumes as connection state changes
Philipp Reisner
2012-11-08
1
-101
/
+58
*
drbd: Fixed logging of old connection state
Philipp Reisner
2012-11-08
1
-30
/
+87
*
drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()
Philipp Reisner
2012-11-08
1
-75
/
+75
*
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-08
1
-15
/
+70
*
drbd: Remove duplicate initialization
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Make all worker callbacks return 0 upon success and an error code other...
Andreas Gruenbacher
2012-11-08
1
-5
/
+5
*
drbd: Temporarily change the return type of all worker callbacks
Andreas Gruenbacher
2012-11-08
1
-3
/
+3
*
drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: drbd_send_state(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
1
-2
/
+2
*
drbd: Fixed conn_lowest_minor
Philipp Reisner
2012-11-08
1
-4
/
+4
*
drbd: distribute former syncer_conf settings to disk, connection, and resourc...
Lars Ellenberg
2012-11-08
1
-2
/
+2
*
drbd: Allow volumes to become primary only on one side
Philipp Reisner
2012-11-04
1
-3
/
+18
*
drbd: New minors have to intherit the connection state form their connection
Philipp Reisner
2012-11-04
1
-2
/
+2
*
drbd: add forgotten spin_unlock
Lars Ellenberg
2012-11-04
1
-1
/
+3
*
drbd: simplify conn_all_vols_unconf, make it bool
Lars Ellenberg
2012-11-04
1
-9
/
+7
*
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
2012-11-04
1
-1
/
+6
*
drbd: Converted the transfer log from mdev to tconn
Philipp Reisner
2011-10-14
1
-3
/
+2
*
drbd: Reworked the unconfiguring and thread stopping code
Philipp Reisner
2011-10-14
1
-20
/
+34
*
drbd: Implemented connection wide state changes
Philipp Reisner
2011-10-14
1
-0
/
+62
*
drbd: Global_state_lock not necessary here...
Philipp Reisner
2011-10-14
1
-4
/
+0
*
drbd: Implemented conn_send_state_req()
Philipp Reisner
2011-10-14
1
-2
/
+0
*
drbd: Introduced tconn->cstate_mutex
Philipp Reisner
2011-10-14
1
-2
/
+2
*
drbd: Removed drbd_state_lock() and drbd_state_unlock()
Philipp Reisner
2011-10-14
1
-4
/
+0
*
drbd: Killed volume0; last step of multi-volume-enablement
Philipp Reisner
2011-10-14
1
-54
/
+238
*
drbd: Code de-duplication; new function apply_mask_val()
Philipp Reisner
2011-09-28
1
-9
/
+13
*
drbd: Removed the os parameter form sanitize_state()
Philipp Reisner
2011-09-28
1
-20
/
+19
*
drbd: Extracted is_valid_conn_transition() out of is_valid_transition()
Philipp Reisner
2011-09-28
1
-14
/
+23
*
drbd: Extracted is_valid_transition() out of sanitize_state()
Philipp Reisner
2011-09-28
1
-22
/
+49
*
drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()
Philipp Reisner
2011-09-28
1
-16
/
+10
*
drbd: Extracted after_conn_state_ch() out of after_state_ch()
Philipp Reisner
2011-09-28
1
-10
/
+16
*
drbd: Converted drbd_send_ping() and related functions from mdev to tconn
Philipp Reisner
2011-09-28
1
-0
/
+1
[prev]
[next]