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: Ignore the exit code of a fence-peer handler if it returns too late
Philipp Reisner
2013-06-28
1
-1
/
+3
*
drbd: Fix disconnect to keep the peer disk state if connection breaks during ...
Philipp Reisner
2013-03-28
1
-7
/
+7
*
drbd: fix effective error returned when refusing an invalidate
Philipp Reisner
2013-03-28
1
-0
/
+7
*
drbd: move invalidating the whole bitmap out of after_state ch()
Philipp Reisner
2013-03-28
1
-7
/
+0
*
drbd: fix potential protocol error and resulting disconnect/reconnect
Lars Ellenberg
2013-01-21
1
-0
/
+7
*
drbd: fixup after wait_even_lock_irq() addition to generic code
Jens Axboe
2012-11-30
1
-2
/
+1
*
drbd: Fix comparison of is_valid_transition()'s return code
Philipp Reisner
2012-11-09
1
-3
/
+3
*
drbd: Call drbd_md_sync() explicitly after a state change on the connection
Philipp Reisner
2012-11-09
1
-0
/
+3
*
drbd: Imporve the error reporting of failed conn state changes
Philipp Reisner
2012-11-09
1
-2
/
+2
*
drbd: Fix the way the STATE_SENT bit is cleared
Philipp Reisner
2012-11-09
1
-6
/
+23
*
drbd: Do not check aspects that are not subject to change in _conn_requests_s...
Philipp Reisner
2012-11-09
1
-3
/
+5
*
drbd: Improve readability of IO resuming after freeze due to no data access
Philipp Reisner
2012-11-09
1
-7
/
+11
*
drbd: Fix IO resuming after connection was established while executing the fe...
Philipp Reisner
2012-11-09
1
-15
/
+22
*
drbd: mutex_unlock "... must no be used in interrupt context"
Lars Ellenberg
2012-11-09
1
-35
/
+39
*
drbd: Fix a race condition that can lead to a BUG()
Philipp Reisner
2012-11-09
1
-8
/
+6
*
drbd: Avoid NetworkFailure state during disconnect
Philipp Reisner
2012-11-09
1
-0
/
+3
*
drbd: Finish requests that completed while IO was frozen
Philipp Reisner
2012-11-09
1
-5
/
+7
*
drbd: introduce stop-sector to online verify
Lars Ellenberg
2012-11-09
1
-4
/
+13
*
drbd: call local-io-error handler early
Lars Ellenberg
2012-11-08
1
-3
/
+3
*
drbd: do not reset rs_pending_cnt too early
Lars Ellenberg
2012-11-08
1
-4
/
+7
*
drbd: differentiate between normal and forced detach
Lars Ellenberg
2012-11-08
1
-3
/
+15
*
drbd: move the drbd_work_queue from drbd_socket to drbd_connection
Lars Ellenberg
2012-11-08
1
-2
/
+2
*
drbd: allow bitmap to change during writeout from resync_finished
Lars Ellenberg
2012-11-08
1
-2
/
+2
*
drbd: fix resend/resubmit of frozen IO
Lars Ellenberg
2012-11-08
1
-1
/
+15
*
drbd: Delay/reject other state changes while establishing a connection
Philipp Reisner
2012-11-08
1
-8
/
+21
*
drbd: Fixed detach
Lars Ellenberg
2012-11-08
1
-1
/
+1
*
drbd: Consider the disk-timeout also for meta-data IO operations
Philipp Reisner
2012-11-08
1
-25
/
+29
*
drbd: Reinstate disabling AL updates with invalidate-remote
Philipp Reisner
2012-11-08
1
-0
/
+5
*
drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3
Philipp Reisner
2012-11-08
1
-0
/
+3
*
drbd: Log failures of connection state changes
Philipp Reisner
2012-11-08
1
-1
/
+7
*
drbd: Do not send state packets while lower than C_CONNECTED cstate
Philipp Reisner
2012-11-08
1
-3
/
+6
*
drbd: Fixes from the drbd-8.3 branch
Philipp Reisner
2012-11-08
1
-9
/
+9
*
drbd: Fixes from the drbd-8.3 branch
Philipp Reisner
2012-11-08
1
-0
/
+5
*
drbd: Silenced compiler warnings
Philipp Reisner
2012-11-08
1
-9
/
+0
*
drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWN
Philipp Reisner
2012-11-08
1
-8
/
+13
*
drbd: Bugfix for the connection behavior
Philipp Reisner
2012-11-08
1
-1
/
+1
*
drbd: Turn tl_apply() into tl_abort_disk_io()
Andreas Gruenbacher
2012-11-08
1
-2
/
+2
*
drbd: Consider that the no-data-condition could be in connected state
Philipp Reisner
2012-11-08
1
-1
/
+2
*
drbd: Dropped wrong clause to generate new current UUIDs
Philipp Reisner
2012-11-08
1
-5
/
+0
*
drbd: Correctly handle resources without volumes
Philipp Reisner
2012-11-08
1
-2
/
+15
*
drbd: Eliminated the "notified peer" messages
Philipp Reisner
2012-11-08
1
-5
/
+2
*
drbd: Fixed removal of volumes/devices from connected resources
Philipp Reisner
2012-11-08
1
-2
/
+4
*
drbd: on attach, enforce clean meta data
Lars Ellenberg
2012-11-08
1
-0
/
+1
*
drbd: detach from frozen backing device
Philipp Reisner
2012-11-08
1
-0
/
+7
*
drbd: Fixed state transitions in case reading meta data failes
Philipp Reisner
2012-11-08
1
-7
/
+0
*
drbd: Fixes from the 8.3 development branch
Philipp Reisner
2012-11-08
1
-15
/
+41
*
drbd: downgraded error printk to info
Lars Ellenberg
2012-11-08
1
-4
/
+2
*
drbd: Convert the generic netlink interface to accept connection endpoints
Andreas Gruenbacher
2012-11-08
1
-0
/
+2
*
drbd: RCU for disk_conf
Philipp Reisner
2012-11-08
1
-5
/
+11
*
drbd: Renamed the net_conf_update mutex to conf_update
Philipp Reisner
2012-11-08
1
-2
/
+2
[next]