summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2012-11-08drbd: fix race between disconnect and receive_statePhilipp Reisner
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner
2012-11-08drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"Philipp Reisner
2012-11-08drbd: add missing rcu locks around recently introduced idr_for_eachLars Ellenberg
2012-11-08drbd: Fix the WO=drain implementation for multiple volumesPhilipp Reisner
2012-11-08drbd: Switch drbd_may_finish_epoch() from mdev to tconnPhilipp Reisner
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner
2012-11-08drbd: Prepare epochs per connectionPhilipp Reisner
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner
2012-11-08drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner
2012-11-08drbd: fix "stalled" empty resyncPhilipp Reisner
2012-11-08drbd: Consider the discard-my-data flag for all volumes [bugz 359]Philipp Reisner
2012-11-08drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner
2012-11-08drbd: Bugfix for the connection behaviorPhilipp Reisner
2012-11-08drbd: Fix the data-integrity-alg settingAndreas Gruenbacher
2012-11-08drbd: receive_protocol(): We cannot change our own data-integrity-alg setting...Andreas Gruenbacher
2012-11-08drbd: Be consistent in reporting incompatibilities in P_PROTOCOL settingsAndreas Gruenbacher
2012-11-08drbd: receive_protocol(): Make the program flow less confusingAndreas Gruenbacher
2012-11-08drbd: receive_protocol(): Give variables more easily searchable namesAndreas Gruenbacher
2012-11-08drbd: Print memory address in hex instead of decimal in error messageAndreas Gruenbacher
2012-11-08drbd: Fixed removal of volumes/devices from connected resourcesPhilipp Reisner
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: Improve the "unexpected packet" error messagesAndreas Gruenbacher
2012-11-08drbd: Rename --dry-run to --tentativeAndreas Gruenbacher
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher
2012-11-08drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner
2012-11-08drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner
2012-11-08drbd: Allocation of int_dig_in and int_dig_vv was missingPhilipp Reisner
2012-11-08drbd: Made cmp_after_sb() more generic into convert_after_sb()Philipp Reisner
2012-11-08drbd: Refer to connect-int consistently throughout the codeAndreas Gruenbacher
2012-11-08drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: Refcounting for mdev objectsPhilipp Reisner
2012-11-08drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher
2012-11-08drbd: Turn no-disk-drain into disk-drain={yes|no}Andreas Gruenbacher
2012-11-08drbd: Turn no-disk-flushes into disk-flushes={yes|no}Andreas Gruenbacher
2012-11-08drbd: RCU for rs_plan_sPhilipp Reisner
2012-11-08drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner
2012-11-08drbd: RCU for disk_confPhilipp Reisner
2012-11-08drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParamPhilipp Reisner
2012-11-08drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner
2012-11-08drbd: fix race when forcefully disconnectingLars Ellenberg
2012-11-08drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher
2012-11-08drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher
2012-11-08drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher
2012-11-08drbd: Wrong use of RCU in receive_protocol()Andreas Gruenbacher