drbd: Introduce and use drbd_recv_all_warn()
[deliverable/linux.git] / drivers / block / drbd / drbd_receiver.c
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...
2011-10-14  Andreas Gruenbacherdrbd: Remove left-over function prototypes
2011-10-14  Andreas Gruenbacherdrbd: Replace get_asender_cmd() with its implementation
2011-10-14  Andreas Gruenbacherdrbd: Get rid of P_MAX_CMD
2011-10-14  Andreas Gruenbacherdrbd: Improve how conflicting writes are handled
2011-10-14  Andreas Gruenbacherdrbd: Use ping-timeout when waiting for missing ack...
2011-10-14  Andreas Gruenbacherdrbd: Concurrent write detection fix
2011-10-14  Andreas Gruenbacherdrbd: Use container_of() instead of casting
2011-10-14  Andreas Gruenbacherdrbd: Use the IS_ALIGNED() macro in some more places
2011-10-14  Andreas Gruenbacherdrbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}reque...
2011-10-14  Andreas Gruenbacherdrbd: Rename drbd_submit_ee -> drbd_submit_peer_request
2011-10-14  Philipp Reisnerdrbd: implemented receiving of P_CONN_ST_CHG_REQ
2011-10-14  Philipp Reisnerdrbd: Implemented receiving of P_CONN_ST_CHG_REPLY
2011-10-14  Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
2011-10-14  Philipp Reisnerdrbd: Removed drbd_state_lock() and drbd_state_unlock()
2011-10-14  Philipp Reisnerdrbd: Killed volume0; last step of multi-volume-enablement
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_ping() and related functions...
2011-09-28  Philipp Reisnerdrbd: Generalized the work callbacks
2011-09-28  Philipp Reisnerdrbd: drbd_thread has now a pointer to a tconn instead...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_asender() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbdd_init() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Consolidated the setup of the thread name into...
2011-09-28  Philipp Reisnerdrbd: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_free_sock() and drbd_disconnect...
2011-09-28  Philipp Reisnerdrbd: Converted drbdd() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_connect() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_protocol() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_do_auth() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_(get|put)_data_sock() and drbd_sen...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_do_handshake() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv_header() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted decode_header() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: struct packet_info to hold information of decoded...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_handshake() from mdev to...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_recv_fp() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Removed unused mdev argument from drbd_recv_short...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_fp() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28  Philipp Reisnerdrbd: Moved SIGNAL_ASENDER to the per connection (tconn...
2011-09-28  Philipp Reisnerdrbd: Moved SEND_PING to the per connection (tconn...
2011-09-28  Philipp Reisnerdrbd: Moved DISCARD_CONCURRENT to the per connection...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_wait_for_connect() from mdev to...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_try_connect() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Eliminated the user of drbd_task_to_thread()
2011-09-28  Andreas Gruenbacherdrbd: Local variable renames: e -> peer_req
2011-09-28  Andreas Gruenbacherdrbd: Update some comments
2011-09-28  Andreas Gruenbacherdrbd: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-09-28  Andreas Gruenbacherdrbd: Make the peer_seq updating code more obvious
2011-09-28  Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-09-28  Andreas Gruenbacherdrbd: Allow to wait for the completion of an epoch...
2011-09-28  Andreas Gruenbacherdrbd: struct drbd_request: Introduce a new collision...
2011-09-28  Andreas Gruenbacherdrbd: Move sequence number logic into drbd_receiver...
2011-09-28  Andreas Gruenbacherdrbd: Rename "enum drbd_packets" to "enum drbd_packet"
2011-09-28  Philipp Reisnerdrbd: Implemented receiving of new style packets on...
2011-09-28  Philipp Reisnerdrbd: Use new header layout
2011-08-29  Philipp Reisnerdrbd: Replaced all p_header80 with a generic p_header
2011-08-29  Philipp Reisnerdrbd: Preparing to use p_header96 for all packets
2011-08-29  Philipp Reisnerdrbd: Made drbd_flush_workqueue() to take a tconn inste...
2011-08-29  Philipp Reisnerdrbd: moved crypto transformations and friends from...
next
This page took 0.26278 seconds and 108 git commands to generate.