OSDN Git Service

uclinux-h8/linux.git
2012-11-08 Philipp Reisnerdrbd: Implemented IO thawing for multiple volumes
2012-11-08 Philipp Reisnerdrbd: Implemented conn_lowest_disk()
2012-11-08 Philipp Reisnerdrbd: Implemented conn_lowest_conn()
2012-11-08 Philipp Reisnerdrbd: Calculate and provide ns_min to the w_after_conn_...
2012-11-08 Philipp Reisnerdrbd: Renamed nms to ns_max
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: improvements to activate/deactivate multiple...
2012-11-08 Lars Ellenbergdrbd: get rid of bio_split, allow bios of "arbitrary...
2012-11-08 Lars Ellenbergdrbd: prepare to activate two activity log extents...
2012-11-08 Lars Ellenbergdrbd: preparation commit, pass drbd_interval to drbd_al...
2012-11-08 Lars Ellenbergdrbd: introduce the "initialized" activity log transact...
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: Do not segfault if a sync dependency reaches...
2012-11-08 Philipp Reisnerdrbd: Allow to disconnect if one volume is diskless
2012-11-08 Philipp Reisnerdrbd: Print common state changes of all volumes as...
2012-11-08 Philipp Reisnerdrbd: Fixed logging of old connection state
2012-11-08 Philipp Reisnerdrbd: Use the idr_for_each_entry() iterator instead...
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: _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: 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: 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: 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: 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: drbd_may_do_local_read(): Use bool/true/false
2012-11-08 Andreas Gruenbacherdrbd: Remove unnecessary assertion
2012-11-08 Andreas Gruenbacherdrbd: Remove duplicate initialization
2012-11-08 Andreas Gruenbacherdrbd: drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: drbd_bm_read() never returns a positive value...
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: send_bitmap_rle_or_plain(): Error handling cleanup
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_short_cmd(): Return 0 upon success...
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: 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_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_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: 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: conn_khelper() for user mode callbacks for connec...
2012-11-03 Philipp Reisnerdrbd: Allow volumes to become primary only on one side
2012-11-03 Lars Ellenbergdrbd: fix conn_reconfig_start without conn_reconfig_don...
next