aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-28
| * drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-03-28
| * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner2013-03-28
| * drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner2013-03-28
| * drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-22
| * drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-22
* | drbd: rename random32() to prandom_u32()Akinobu Mita2013-04-29
|/
* drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner2012-12-06
* drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg2012-11-09
* drbd: check return of kmalloc in receive_uuidsJing Wang2012-11-09
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-09
|\
| * drbd: Remove duplicate codePhilipp Reisner2012-11-09
| * drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-09
| * drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg2012-11-09
| * drbd: Remove dead codePhilipp Reisner2012-11-09
| * drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner2012-11-09
| * drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-11-09
| * drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher2012-11-09
| * drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg2012-11-09
| * drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-09
| * drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg2012-11-09
| * drbd: More random to the connect logicPhilipp Reisner2012-11-09
| * drbd: Try to connec to peer only once per cyclePhilipp Reisner2012-11-09
| * drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner2012-11-09
| * drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-09
| * drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-09
| * drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-08
| * drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-08
| * drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner2012-11-08
| * drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner2012-11-08
| * drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner2012-11-08
| * drbd: Move the call to listen() out of drbd_accept()Philipp Reisner2012-11-08
| * drbd: grammar fix in log messageLars Ellenberg2012-11-08
| * drbd: fix spelling, remove boring development log messagePhilipp Reisner2012-11-08
| * drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner2012-11-08
| * drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-11-08
| * drbd: Fixed processing of disk-barrier, disk-flushes and disk-drainPhilipp Reisner2012-11-08
| * drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg2012-11-08
| * drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg2012-11-08
| * drbd: Fix a potential write ordering issue on SyncTarget nodesLars Ellenberg2012-11-08
| * drbd: Fix module refcount leak in drbd_accept()Philipp Reisner2012-11-08
| * drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner2012-11-08
| * drbd: Restore late assigning of tconn->data.sock and meta.sockPhilipp Reisner2012-11-08
| * drbd: fix race between disconnect and receive_statePhilipp Reisner2012-11-08
| * drbd: Load balancing of read requestsPhilipp Reisner2012-11-08
| * drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"Philipp Reisner2012-11-08
| * drbd: add missing rcu locks around recently introduced idr_for_eachLars Ellenberg2012-11-08
| * drbd: Fix the WO=drain implementation for multiple volumesPhilipp Reisner2012-11-08
| * drbd: Switch drbd_may_finish_epoch() from mdev to tconnPhilipp Reisner2012-11-08