drbd: drbd_init_ee() no longer exists
[deliverable/linux.git] / drivers / block / drbd / drbd_main.c
2012-11-08  Andreas Gruenbacherdrbd: drbd_init_ee() no longer exists
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: Remove now-unused int_dig_out buffer
2012-11-08  Andreas Gruenbacherdrbd: Replace and remove old primitives
2012-11-08  Andreas Gruenbacherdrbd: Introduce drbd_header_size()
2012-11-08  Andreas Gruenbacherdrbd: Introduce new primitives for sending commands
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ping(), drbd_send_ping(): Return 0...
2012-11-08  Philipp Reisnerdrbd: Introduced a new type union drbd_dev_state
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_send_bitmap(): Use the pre-allocated send...
2012-11-08  Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a send...
2012-11-08  Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a receive...
2012-11-08  Andreas Gruenbacherdrbd: Rename the DCBP_* functions to dcbp_* and move...
2012-11-08  Andreas Gruenbacherdrbd: Make _drbd_send_bitmap() static
2012-11-08  Andreas Gruenbacherdrbd: Move drbd_send_ping() and drbd_send_ping_ack...
2012-11-08  Andreas Gruenbacherdrbd: Always use the same protocol version for the...
2012-11-08  Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
2012-11-08  Andreas Gruenbacherdrbd: drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: send_bitmap_rle_or_plain(): Error handling cleanup
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_dblock(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_block(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_send_zc_ee(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_send_page(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_no_send_page(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_oos(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_drequest_csum(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_drequest(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ov_request(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ack_ex(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ack_{dp,rp}(): Return void: the result...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ack(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_send_ack(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_b_ack(): Return void: the result is...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_sr_reply(): Return void: the result...
2012-11-08  Andreas Gruenbacherdrbd: _conn_send_state_req(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_sizes(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_gen_and_send_sync_uuid(): Return void: the...
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_state(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_sync_param(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_cmd(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
2012-11-08  Andreas Gruenbacherdrbd: conn_send_cmd(): Return 0 upon success and an...
2012-11-08  Andreas Gruenbacherdrbd: _drbd_send_cmd(): Return 0 upon success and an...
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  Andreas Gruenbacherdrbd: Add drbd_send_all(): Send an entire buffer
2012-11-08  Andreas Gruenbacherdrbd: drbd_get_data_sock(): Return 0 upon success and...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send(): Return a "real" error code if we...
2012-11-08  Philipp Reisnerdrbd: Fixed conn_lowest_minor
2012-11-08  Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03  Philipp Reisnerdrbd: New minors have to intherit the connection state...
2012-11-03  Lars Ellenbergdrbd: introduce in-kernel "down" command
2012-11-03  Lars Ellenbergdrbd: drbd_adm_get_status needs to show some more detail
2012-11-03  Lars Ellenbergdrbd: allow holes in minor and volume id allocation
2012-11-03  Lars Ellenbergdrbd: switch configuration interface from connector...
2011-10-14  Lars Ellenbergdrbd: fix drbd_delete_device: remove vnr from volumes...
2011-10-14  Lars Ellenbergdrbd: introduce a bio_set to allocate housekeeping...
2011-10-14  Lars Ellenbergdrbd: add page pool to be used for meta data IO
2011-10-14  Lars Ellenbergdrbd: remove unused define
2011-10-14  Philipp Reisnerdrbd: Replaced the minor_table array by an idr
2011-10-14  Philipp Reisnerdrbd: Implemented new commands to create/delete connect...
2011-10-14  Philipp Reisnerdrbd: Converted drbd_nl_(net_conf|disconnect)() from...
2011-10-14  Philipp Reisnerdrbd: Preparing the connector interface to operator...
2011-10-14  Philipp Reisnerdrbd: Converted the transfer log from mdev to tconn
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: Replace atomic_add_return with atomic_inc_return
2011-10-14  Lars Ellenbergdrbd: new on-disk activity log transaction format
2011-10-14  Lars Ellenbergdrbd: use clear_bit_unlock() where appropriate
2011-10-14  Philipp Reisnerdrbd: implemented receiving of P_CONN_ST_CHG_REQ
2011-10-14  Philipp Reisnerdrbd: Implemented conn_send_state_req()
2011-10-14  Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
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: Moved some initializing code into drbd_new_tconn()
2011-09-28  Philipp Reisnerdrbd: drbd_thread has now a pointer to a tconn instead...
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 drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28  Philipp Reisnerdrbd: Use and idr data structure to map volume numbers...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send_protocol() 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_send_fp() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted drbd_send() from mdev to tconn
2011-09-28  Philipp Reisnerdrbd: Converted helper functions for drbd_send() to...
2011-09-28  Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28  Philipp Reisnerdrbd: Started to separated connection flags (tconn...
2011-09-28  Philipp Reisnerdrbd: conn_printk() a dev_printk() alike for drbd's...
next
This page took 0.193586 seconds and 108 git commands to generate.