drbd: Turn no-disk-flushes into disk-flushes={yes|no}
[deliverable/linux.git] / drivers / block / drbd / drbd_receiver.c
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...
2012-11-08  Andreas Gruenbacherdrbd: Pass struct packet_info down to the asender recei...
2012-11-08  Philipp Reisnerdrbd: Allow to disconnect if one volume is diskless
2012-11-08  Andreas Gruenbacherdrbd: Map from (connection, volume number) to device...
2012-11-08  Andreas Gruenbacherdrbd: Pass struct packet_info down to the receive functions
2012-11-08  Andreas Gruenbacherdrbd: Remove useless error messages
2012-11-08  Andreas Gruenbacherdrbd: A small cleanup in drbdd()
2012-11-08  Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a send...
2012-11-08  Andreas Gruenbacherdrbd: receive_bitmap(): Use the pre-allocated receive...
2012-11-08  Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a receive...
2012-11-08  Philipp Reisnerdrbd: Converted drbd_try_outdate_peer() from mdev to...
2012-11-08  Andreas Gruenbacherdrbd: Rename the DCBP_* functions to dcbp_* and move...
2012-11-08  Andreas Gruenbacherdrbd: Always use the same protocol version for the...
2012-11-08  Andreas Gruenbacherdrbd: drbd_connected(): Return an error code upon failure.
2012-11-08  Andreas Gruenbacherdrbd: Introduce and use drbd_recv_all_warn()
2012-11-08  Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
2012-11-08  Andreas Gruenbacherdrbd: Make all command handlers return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: Add drbd_recv_all(): Receive an entire buffer
2012-11-08  Andreas Gruenbacherdrbd: recv_resync_read(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: recv_dless_read(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_drain_block(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_recv_header(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: decode_header(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: drbd_process_done_ee(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: Make all worker callbacks return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: Temporarily change the return type of all worker...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ack(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_sizes(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_uuids() and its variants: Return 0...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_protocol(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_handshake(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_state(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_sync_param(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: _conn_send_cmd(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: conn_send_cmd2(): Return 0 upon success and an...
2012-11-08  Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03  Philipp Reisnerdrbd: Separate connection state changes from minor...
2012-11-03  Philipp Reisnerdrbd: Converted got_Ping() and got_PingAck() from mdev...
2012-11-03  Philipp Reisnerdrbd: Allow packet handler functions that take a connec...
2012-11-03  Philipp Reisnerdrbd: Separate connection state changes from minor...
2012-11-03  Philipp Reisnerdrbd: Converted receive_protocol() from mdev to tconn
2012-11-03  Philipp Reisnerdrbd: Allow packet handler functions that take a connection
2012-11-03  Philipp Reisnerdrbd: Moved CONN_DRY_RUN to the per connection (tconn...
2012-11-03  Philipp Reisnerdrbd: Do not modify the connection state with something...
2012-11-03  Philipp Reisnerdrbd: Allow two diskless minors to be connected
2012-11-03  Philipp Reisnerdrbd: New minors have to intherit the connection state...
2012-11-03  Philipp Reisnerdrbd: process_done_ee() has to handle unconfigured...
2012-11-03  Philipp Reisnerdrbd: Ignore packets for non existing volumes
2011-10-14  Lars Ellenbergdrbd: get rid of drbd_bcast_ee, it is of no use anymore
2011-10-14  Lars Ellenbergdrbd: introduce a bio_set to allocate housekeeping...
2011-10-14  Lars Ellenbergdrbd: only wakeup if something changed in update_peer_seq
2011-10-14  Philipp Reisnerdrbd: Replaced the minor_table array by an idr
2011-10-14  Philipp Reisnerdrbd: Converted the transfer log from mdev to tconn
2011-10-14  Philipp Reisnerdrbd: Reworked the unconfiguring and thread stopping...
next
This page took 0.190401 seconds and 108 git commands to generate.