drbd: Keep the listening socket open while trying to connect to the peer
[cascardo/linux.git] / drivers / block / drbd / drbd_receiver.c
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
2012-11-08 Andreas Gruenbacherdrbd: Make all asynchronous command handlers return...
2012-11-08 Andreas Gruenbacherdrbd: validate_req_change_req_state(): Return 0 upon...
2012-11-08 Andreas Gruenbacherdrbd: Removed outdated comments and code that envisione...
2012-11-08 Andreas Gruenbacherdrbd: Introduce protocol version 100 headers
2012-11-08 Andreas Gruenbacherdrbd: Remove headers from on-the-wire data structures...
2012-11-08 Andreas Gruenbacherdrbd: Remove some fixed header size assumptions
2012-11-08 Andreas Gruenbacherdrbd: Replace and remove old primitives
2012-11-08 Andreas Gruenbacherdrbd: Introduce drbd_header_size()
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ping(), drbd_send_ping(): Return 0...
2012-11-08 Philipp Reisnerdrbd: Use tconn in request_timer_fn()
2012-11-08 Philipp Reisnerdrbd: Renamed id_susp(union drbd_state s) to drbd_suspe...
2012-11-08 Philipp Reisnerdrbd: Introduced drbd_read_state()
2012-11-08 Lars Ellenbergdrbd: preparation commit, pass drbd_interval to drbd_al...
2012-11-08 Andreas Gruenbacherdrbd: Change how the "handshake" packets are called
2012-11-08 Andreas Gruenbacherdrbd: Change how the initial packets are called
2012-11-08 Andreas Gruenbacherdrbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct...
2012-11-08 Andreas Gruenbacherdrbd: drbd_connect(): Initialize struct drbd_socket...
2012-11-08 Andreas Gruenbacherdrbd: Map from (connection, volume number) to device...
next