summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-1/+1
* drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-281-3/+3
* drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-281-2/+2
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-7/+9
|\
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-281-2/+4
| * drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-03-281-1/+0
| * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner2013-03-281-2/+2
| * drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner2013-03-281-0/+1
| * drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-221-1/+1
| * drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-221-1/+1
* | drbd: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+3
|/
* drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner2012-12-061-0/+10
* drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg2012-11-091-1/+1
* drbd: check return of kmalloc in receive_uuidsJing Wang2012-11-091-0/+4
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-1617/+2252
|\
| * drbd: Remove duplicate codePhilipp Reisner2012-11-091-14/+1
| * drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+1
| * drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg2012-11-091-0/+4
| * drbd: Remove dead codePhilipp Reisner2012-11-091-29/+7
| * drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner2012-11-091-1/+29
| * drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-11-091-3/+8
| * drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher2012-11-091-13/+18
| * drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg2012-11-091-10/+10
| * drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-091-16/+17
| * drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg2012-11-091-2/+1
| * drbd: More random to the connect logicPhilipp Reisner2012-11-091-1/+6
| * drbd: Try to connec to peer only once per cyclePhilipp Reisner2012-11-091-12/+4
| * drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner2012-11-091-7/+3
| * drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-091-6/+16
| * drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-091-1/+9
| * drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-081-0/+1
| * drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-081-2/+2
| * drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner2012-11-081-18/+54
| * drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner2012-11-081-14/+46
| * drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner2012-11-081-28/+2
| * drbd: Move the call to listen() out of drbd_accept()Philipp Reisner2012-11-081-5/+5
| * drbd: grammar fix in log messageLars Ellenberg2012-11-081-1/+1
| * drbd: fix spelling, remove boring development log messagePhilipp Reisner2012-11-081-5/+2
| * drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner2012-11-081-4/+4
| * drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-11-081-1/+7
| * drbd: Fixed processing of disk-barrier, disk-flushes and disk-drainPhilipp Reisner2012-11-081-1/+1
| * drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg2012-11-081-29/+24
| * drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg2012-11-081-29/+3
| * drbd: Fix a potential write ordering issue on SyncTarget nodesLars Ellenberg2012-11-081-0/+30
| * drbd: Fix module refcount leak in drbd_accept()Philipp Reisner2012-11-081-0/+1
| * drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner2012-11-081-0/+5
| * drbd: Restore late assigning of tconn->data.sock and meta.sockPhilipp Reisner2012-11-081-49/+57
| * drbd: fix race between disconnect and receive_statePhilipp Reisner2012-11-081-0/+13
| * drbd: Load balancing of read requestsPhilipp Reisner2012-11-081-1/+1
| * drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"Philipp Reisner2012-11-081-0/+5
OpenPOWER on IntegriCloud