summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+16
* drbd: fix potential list_add corruptionLars Ellenberg2012-11-091-1/+3
* drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-11-091-6/+27
* drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-091-1/+1
* drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-091-0/+1
* drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-11-081-0/+16
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-081-1/+1
* drbd: allow read requests to be retried after force-detachLars Ellenberg2012-11-081-5/+18
* drbd: base completion and destruction of requests on ref countsLars Ellenberg2012-11-081-1/+1
* drbd: __drbd_make_request() is now voidLars Ellenberg2012-11-081-3/+2
* drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-081-250/+66
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-081-10/+6
* drbd: allow to dequeue batches of work at a timeLars Ellenberg2012-11-081-1/+1
* drbd: transfer log epoch numbers are now per resourceLars Ellenberg2012-11-081-6/+3
* drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg2012-11-081-1/+1
* drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner2012-11-081-3/+3
* drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg2012-11-081-5/+5
* drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg2012-11-081-0/+79
* drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg2012-11-081-3/+1
* drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2012-11-081-1/+1
* drbd: fix potential data corruption and protocol errorLars Ellenberg2012-11-081-2/+2
* drbd: explicitly clear unused dp_flags in drbd_send_blockLars Ellenberg2012-11-081-0/+1
* drbd: Move list of epochs from mdev to tconnPhilipp Reisner2012-11-081-14/+11
* drbd: Move write_ordering from mdev to tconnPhilipp Reisner2012-11-081-1/+2
* drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner2012-11-081-8/+3
* drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-4/+26
* drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-1/+5
* drbd: detach must not try to abort non-local requestsLars Ellenberg2012-11-081-0/+4
* drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher2012-11-081-2/+4
* drbd: Fix the data-integrity-alg settingAndreas Gruenbacher2012-11-081-4/+2
* drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher2012-11-081-9/+4
* drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-081-9/+17
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-081-9/+68
* drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2012-11-081-0/+6
* drbd: Rename --dry-run to --tentativeAndreas Gruenbacher2012-11-081-2/+2
* drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher2012-11-081-3/+43
* drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher2012-11-081-0/+21
* drbd: Use DRBD_MINOR_COUNT_DEF in one more placeAndreas Gruenbacher2012-11-081-1/+1
* drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner2012-11-081-3/+3
* drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner2012-11-081-0/+2
* drbd: protect updates to integrits_tfm by tconn->data->mutexPhilipp Reisner2012-11-081-4/+5
* drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher2012-11-081-2/+2
* drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher2012-11-081-3/+3
* drbd: Removing drbd_cfg_rwsemPhilipp Reisner2012-11-081-13/+7
* drbd: Use RCU for the drbd_tconns listPhilipp Reisner2012-11-081-3/+4
* drbd: Refcounting for mdev objectsPhilipp Reisner2012-11-081-10/+17
* drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner2012-11-081-0/+1
* drbd: RCU for disk_confPhilipp Reisner2012-11-081-9/+16
* drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner2012-11-081-1/+1
* drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher2012-11-081-1/+1