Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / block / drbd / drbd_receiver.c
2012-11-09 Philipp ReisnerMerge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd...
2012-11-09 Philipp Reisnerdrbd: Remove duplicate code
2012-11-09 Philipp Reisnerdrbd: Call drbd_md_sync() explicitly after a state...
2012-11-09 Lars Ellenbergdrbd: properly call drbd_rs_cancel_all() in drbd_discon...
2012-11-09 Philipp Reisnerdrbd: Remove dead code
2012-11-09 Philipp Reisnerdrbd: Avoid NetworkFailure state during disconnect
2012-11-09 Philipp Reisnerdrbd: Protect accesses to the uuid set with a spinlock
2012-11-09 Andreas Gruenbacherdrbd: Don't unregister socket state_change callback...
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONF...
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
2012-11-09 Lars Ellenbergdrbd: Fix a potential issue with the DISCARD_CONCURRENT...
2012-11-09 Philipp Reisnerdrbd: More random to the connect logic
2012-11-09 Philipp Reisnerdrbd: Try to connec to peer only once per cycle
2012-11-09 Philipp Reisnerdrbd: Remove redundant and wrong test for NULL simplifi...
2012-11-09 Lars Ellenbergdrbd: announce FLUSH/FUA capability to upper layers
2012-11-09 Lars Ellenbergdrbd: introduce stop-sector to online verify
2012-11-08 Lars Ellenbergdrbd: remove struct drbd_tl_epoch objects (barrier...
2012-11-08 Lars Ellenbergdrbd: move the drbd_work_queue from drbd_socket to...
2012-11-08 Philipp Reisnerdrbd: Keep the listening socket open while trying to...
2012-11-08 Philipp Reisnerdrbd: pull prepare_listen_socket() out of drbd_wait_for...
2012-11-08 Philipp Reisnerdrbd: Remove drbd_accept() and use kernel_accept()...
2012-11-08 Philipp Reisnerdrbd: Move the call to listen() out of drbd_accept()
2012-11-08 Lars Ellenbergdrbd: grammar fix in log message
2012-11-08 Philipp Reisnerdrbd: fix spelling, remove boring development log message
2012-11-08 Philipp Reisnerdrbd: Ensure that data_size is not 0 before using data_...
2012-11-08 Philipp Reisnerdrbd: Delay/reject other state changes while establishi...
2012-11-08 Philipp Reisnerdrbd: Fixed processing of disk-barrier, disk-flushes...
2012-11-08 Lars Ellenbergdrbd: ignore volume number for drbd barrier packet...
2012-11-08 Lars Ellenbergdrbd: fix potential deadlock during "restart" of confli...
2012-11-08 Lars Ellenbergdrbd: Fix a potential write ordering issue on SyncTarge...
2012-11-08 Philipp Reisnerdrbd: Fix module refcount leak in drbd_accept()
2012-11-08 Philipp Reisnerdrbd: Fixed compat issue with disconnecting 8.4 from...
2012-11-08 Philipp Reisnerdrbd: Restore late assigning of tconn->data.sock and...
2012-11-08 Philipp Reisnerdrbd: fix race between disconnect and receive_state
2012-11-08 Philipp Reisnerdrbd: Load balancing of read requests
2012-11-08 Philipp Reisnerdrbd: Get rid of "ASSERTION FAILED: tconn->current_epoc...
2012-11-08 Lars Ellenbergdrbd: add missing rcu locks around recently introduced...
2012-11-08 Philipp Reisnerdrbd: Fix the WO=drain implementation for multiple...
2012-11-08 Philipp Reisnerdrbd: Switch drbd_may_finish_epoch() from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Move list of epochs from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Prepare epochs per connection
2012-11-08 Philipp Reisnerdrbd: Move write_ordering from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Fixed an obvious copy-n-paste mistake
2012-11-08 Philipp Reisnerdrbd: Fixes from the drbd-8.3 branch
2012-11-08 Philipp Reisnerdrbd: Silenced compiler warnings
2012-11-08 Philipp Reisnerdrbd: fix "stalled" empty resync
2012-11-08 Philipp Reisnerdrbd: Consider the discard-my-data flag for all volumes...
2012-11-08 Philipp Reisnerdrbd: Cleanup all epoch objects upon connection loss
2012-11-08 Philipp Reisnerdrbd: Bugfix for the connection behavior
2012-11-08 Andreas Gruenbacherdrbd: Fix the data-integrity-alg setting
2012-11-08 Andreas Gruenbacherdrbd: receive_protocol(): We cannot change our own...
2012-11-08 Andreas Gruenbacherdrbd: Be consistent in reporting incompatibilities...
2012-11-08 Andreas Gruenbacherdrbd: receive_protocol(): Make the program flow less...
2012-11-08 Andreas Gruenbacherdrbd: receive_protocol(): Give variables more easily...
2012-11-08 Andreas Gruenbacherdrbd: Print memory address in hex instead of decimal...
2012-11-08 Philipp Reisnerdrbd: Fixed removal of volumes/devices from connected...
2012-11-08 Philipp Reisnerdrbd: detach from frozen backing device
2012-11-08 Andreas Gruenbacherdrbd: Improve the "unexpected packet" error messages
2012-11-08 Andreas Gruenbacherdrbd: Rename --dry-run to --tentative
2012-11-08 Andreas Gruenbacherdrbd: Convert the generic netlink interface to accept...
2012-11-08 Philipp Reisnerdrbd: Lower log priority for an event that is definitel...
2012-11-08 Philipp Reisnerdrbd: Receiving part for the PROTOCOL_UPDATE packet
2012-11-08 Philipp Reisnerdrbd: Allocation of int_dig_in and int_dig_vv was missing
2012-11-08 Philipp Reisnerdrbd: Made cmp_after_sb() more generic into convert_aft...
2012-11-08 Andreas Gruenbacherdrbd: Refer to connect-int consistently throughout...
2012-11-08 Andreas Gruenbacherdrbd: Refer to resync-rate consistently throughout...
2012-11-08 Andreas Gruenbacherdrbd: Rename the want_lose field/flag to discard_my_data
2012-11-08 Philipp Reisnerdrbd: Removing drbd_cfg_rwsem
2012-11-08 Philipp Reisnerdrbd: Refcounting for mdev objects
2012-11-08 Andreas Gruenbacherdrbd: Turn no-tcp-cork into tcp-cork={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Turn no-disk-drain into disk-drain={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Turn no-disk-flushes into disk-flushes={yes|no}
2012-11-08 Philipp Reisnerdrbd: RCU for rs_plan_s
2012-11-08 Philipp Reisnerdrbd: Made the fifo object a self contained object...
2012-11-08 Philipp Reisnerdrbd: RCU for disk_conf
2012-11-08 Philipp Reisnerdrbd: Renamed (old|new)_conf into (old|new)_net_conf...
2012-11-08 Philipp Reisnerdrbd: drbd_dew_dev_size() gets the user requests disk_s...
2012-11-08 Philipp Reisnerdrbd: Renamed the net_conf_update mutex to conf_update
2012-11-08 Lars Ellenbergdrbd: fix race when forcefully disconnecting
2012-11-08 Andreas Gruenbacherdrbd: Allow to change data-integrity-alg on the fly
2012-11-08 Andreas Gruenbacherdrbd: Remove obsolete drbd_crypto_is_hash()
2012-11-08 Andreas Gruenbacherdrbd: Rename integrity_r_tfm -> peer_integrity_tfm
2012-11-08 Andreas Gruenbacherdrbd: Wrong use of RCU in receive_protocol()
2012-11-08 Lars Ellenbergdrbd: fix various disconnecting races
2012-11-08 Philipp Reisnerdrbd: Considering that the two_primaries config flag...
2012-11-08 Philipp Reisnerdrbd: Proper locking for updates to net_conf under RCU
2012-11-08 Philipp Reisnerdrbd: rcu_read_lock() and rcu_dereference() for tconn...
2012-11-08 Philipp Reisnerdrbd: Runtime changeable wire protocol
2012-11-08 Philipp Reisnerdrbd: protect all idr accesses that might sleep with...
2012-11-08 Philipp Reisnerdrbd: rcu_read_[un]lock() for all idr accesses that...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_pp_free() to drbd_free_pages()
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_pp_alloc() to drbd_alloc_pages()...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_pp_first_pages_or_try_alloc() to...
2012-11-08 Andreas Gruenbacherdrbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_{ ee -> peer_req }_has_active_page
2012-11-08 Andreas Gruenbacherdrbd: Rename reclaim_net_ee(), drbd_process_done_ee...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_release_ee() to drbd_free_peer_reqs()
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_free_ee() and variants to *_peer_req()
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()
2012-11-08 Andreas Gruenbacherdrbd: drbd_init_ee() no longer exists
next