drbd: Refer to resync-rate consistently throughout the code
[deliverable/linux.git] / drivers / block / drbd / drbd_int.h
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  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: Split drbd_alter_sa() into drbd_sync_after_valid...
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  Andreas Gruenbacherdrbd: Generate the drbd_set_*_defaults() functions...
2012-11-08  Andreas Gruenbacherdrbd: Introduce a "lockless" variant of drbd_send_proto...
2012-11-08  Andreas Gruenbacherdrbd: Rename integrity_r_tfm -> peer_integrity_tfm
2012-11-08  Andreas Gruenbacherdrbd: Rename integrity_w_tfm -> integrity_tfm
2012-11-08  Lars Ellenbergdrbd: on reconfiguration requests, mind the SET_DEFAULT...
2012-11-08  Philipp Reisnerdrbd: Removed the OBJECT_DYING and the CONFIG_PENDING...
2012-11-08  Philipp Reisnerdrbd: Take a reference on tconn when finding a tconn...
2012-11-08  Philipp Reisnerdrbd: Basic refcounting for drbd_tconn
2012-11-08  Philipp Reisnerdrbd: Eliminated drbd_free_resoruces() it is superseede...
2012-11-08  Lars Ellenbergdrbd: fix setsockopt for user mode linux
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: Converted drbd_cfg_mutex into drbd_cfg_rwsem
2012-11-08  Philipp Reisnerdrbd: Inlined drbd_free_mdev(); it got called only...
2012-11-08  Philipp Reisnerdrbd: drbd_delete_device() takes a struct drbd_conf...
2012-11-08  Andreas Gruenbacherdrbd: Rename drbd_pp_alloc() to drbd_alloc_pages()...
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 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: 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  Philipp Reisnerdrbd: Introduced a new type union drbd_dev_state
2012-11-08  Philipp Reisnerdrbd: Moved susp, susp_nod and susp_fen to the connecti...
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: get rid of bio_split, allow bios of "arbitrary...
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: 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  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: Make _drbd_send_bitmap() static
2012-11-08  Andreas Gruenbacherdrbd: Move drbd_send_ping() and drbd_send_ping_ack...
2012-11-08  Andreas Gruenbacherdrbd: Get rid of typedef drbd_work_cb
2012-11-08  Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
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_short_cmd(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_send_ack_{dp,rp}(): Return void: the result...
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: drbd_send_state_req(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: conn_send_state_req(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: _conn_send_state_req(): Return 0 upon success...
2012-11-08  Andreas Gruenbacherdrbd: drbd_gen_and_send_sync_uuid(): Return void: the...
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: 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  Lars Ellenbergdrbd: distribute former syncer_conf settings to disk...
2012-11-03  Philipp Reisnerdrbd: Moved CONN_DRY_RUN to the per connection (tconn...
2012-11-03  Philipp Reisnerdrbd: New minors have to intherit the connection state...
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: 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  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  Philipp Reisnerdrbd: Improved the dec_*() macros
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: Get rid of P_MAX_CMD
2011-10-14  Andreas Gruenbacherdrbd: Improve how conflicting writes are handled
2011-10-14  Lars Ellenbergdrbd: new on-disk activity log transaction format
2011-10-14  Lars Ellenbergdrbd: allow to select specific bitmap pages for writeout
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
next
This page took 0.20561 seconds and 108 git commands to generate.