OSDN Git Service

uclinux-h8/linux.git
2012-11-08 Philipp Reisnerdrbd: protect updates to integrits_tfm by tconn->data...
2012-11-08 Philipp Reisnerdrbd: Refuse to change network options online when...
2012-11-08 Andreas Gruenbacherdrbd: Rename DISK_SIZE_SECT -> DISK_SIZE
2012-11-08 Andreas Gruenbacherdrbd: Convert resync-after into a signed netlink field
2012-11-08 Andreas Gruenbacherdrbd: Fix the upper limit of resync-after
2012-11-08 Andreas Gruenbacherdrbd: Refer to connect-int consistently throughout...
2012-11-08 Andreas Gruenbacherdrbd: Refer to resync-rate consistently throughout...
2012-11-08 Lars Ellenbergdrbd: skip spurious wait_event in drbd_al_begin_io
2012-11-08 Andreas Gruenbacherdrbd: Rename the want_lose field/flag to discard_my_data
2012-11-08 Andreas Gruenbacherdrbd: Also define the default values of boolean flags...
2012-11-08 Andreas Gruenbacherdrbd: Make broadcast events return NO_ERROR
2012-11-08 Philipp Reisnerdrbd: Removing drbd_cfg_rwsem
2012-11-08 Philipp Reisnerdrbd: Use RCU for the drbd_tconns list
2012-11-08 Philipp Reisnerdrbd: Refcounting for mdev objects
2012-11-08 Andreas Gruenbacherdrbd: Turn no-tcp-cork into tcp-cork={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Turn no-md-flushes into md-flushes={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Turn no-disk-drain into disk-drain={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Turn no-disk-flushes into disk-flushes={yes|no}
2012-11-08 Andreas Gruenbacherdrbd: Convert boolean flags on netlink from NLA_FLAG...
2012-11-08 Philipp Reisnerdrbd: RCU for rs_plan_s
2012-11-08 Philipp Reisnerdrbd: Enforce limits of disk_conf members; centralized...
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 Lars Ellenbergdrbd: Introduce __s32_field in the genetlink macro...
2012-11-08 Philipp Reisnerdrbd: Renamed (old|new)_conf into (old|new)_net_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 Philipp Reisnerdrbd: Removed dead code
2012-11-08 Andreas Gruenbacherdrbd: Generate the drbd_set_*_defaults() functions...
2012-11-08 Andreas Gruenbacherdrbd: Remove left-over unused define
2012-11-08 Lars Ellenbergdrbd: fix schedule in atomic
2012-11-08 Lars Ellenbergdrbd: fix thread stop deadlock
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: Introduce a "lockless" variant of drbd_send_proto...
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: Rename integrity_w_tfm -> integrity_tfm
2012-11-08 Andreas Gruenbacherdrbd: Wrong use of RCU in receive_protocol()
2012-11-08 Lars Ellenbergdrbd: fix copy/paste error in comment
2012-11-08 Lars Ellenbergdrbd: rename variable sc to res_opts
2012-11-08 Lars Ellenbergdrbd: rename variable ndc to new_disk_conf
2012-11-08 Lars Ellenbergdrbd: on reconfiguration requests, mind the SET_DEFAULT...
2012-11-08 Philipp Reisnerdrbd: Consider all crypto options in connect and in...
2012-11-08 Lars Ellenbergdrbd: fix various disconnecting races
2012-11-08 Lars Ellenbergdrbd: remove useless kobject_uevent from drbd_adm_connect
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: move comment about stopping the receiver thread...
2012-11-08 Lars Ellenbergdrbd: cmdname() enum to string convertion was missing...
2012-11-08 Lars Ellenbergdrbd: fix setsockopt for user mode linux
2012-11-08 Lars Ellenbergdrbd: allow status dump request all volumes of a specif...
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: Allow online change of replication protocol only...
2012-11-08 Philipp Reisnerdrbd: Check consistency of net options when the get...
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: rcu_read_[un]lock() for all idr accesses that...
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_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: 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: Use tconn in request_timer_fn()
2012-11-08 Philipp Reisnerdrbd: Improved logging of state changes
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...
next