deliverable/linux.git
2012-11-08  Philipp Reisnerdrbd: detach from frozen backing device
2012-11-08  Andreas Gruenbacherdrbd: Improve the "unexpected packet" error messages
2012-11-08  Philipp Reisnerdrbd: Fixed state transitions in case reading meta...
2012-11-08  Philipp Reisnerdrbd: Improve compatibility with drbd's older than...
2012-11-08  Philipp Reisnerdrbd: Fixes from the 8.3 development branch
2012-11-08  Lars Ellenbergdrbd: downgraded error printk to info
2012-11-08  Lars Ellenbergdrbd: allow ping-timeout of up to 30 seconds
2012-11-08  David HowellsDRBD: Fix comparison always false warning due to long...
2012-11-08  Andreas Gruenbacherdrbd: Rename --dry-run to --tentative
2012-11-08  Andreas Gruenbacherdrbd: Remove dead code
2012-11-08  Andreas Gruenbacherdrbd: Allow to pass resource options to the new-resourc...
2012-11-08  Andreas Gruenbacherdrbd: Convert the generic netlink interface to accept...
2012-11-08  Andreas Gruenbacherdrbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}
2012-11-08  Andreas Gruenbacherdrbd: Split off netlink mandatory attribute handling...
2012-11-08  Andreas Gruenbacherdrbd: Also need to check for DRBD_GENLA_F_MANDATORY...
2012-11-08  Andreas Gruenbacherdrbd: Use the terminology suggested by the command...
2012-11-08  Lars Ellenbergdrbd: spelling fix: too small
2012-11-08  Lars Ellenbergdrbd: cosmetic: fix accidental division instead of...
2012-11-08  Andreas Gruenbacherdrbd: Use DRBD_MINOR_COUNT_DEF in one more place
2012-11-08  Philipp Reisnerdrbd: Lower log priority for an event that is definitel...
2012-11-08  Andreas Gruenbacherdrbd: Don't use empty nested netlink attributes
2012-11-08  Andreas Gruenbacherdrbd: drbd_adm_prepare(): Pass through error codes
2012-11-08  Andreas Gruenbacherdrbd: drbd_nla_check_mandatory(): Need to remove the...
2012-11-08  Andreas Gruenbacherdrbd: Make drbd's use of netlink attribute flags less...
2012-11-08  Andreas Gruenbacherdrbd: Remove unused GENLA_F_MAY_IGNORE flag
2012-11-08  Andreas Gruenbacherdrbd: Output signed / unsigned netlink fields correctly
2012-11-08  Andreas Gruenbacherdrbd: Use more generic constant names
2012-11-08  Philipp Reisnerdrbd: Send PROTOCOL_UPDATE packets when appropriate
2012-11-08  Philipp Reisnerdrbd: Receiving part for the PROTOCOL_UPDATE packet
2012-11-08  Philipp Reisnerdrbd: Allocation of int_dig_in and int_dig_vv was missing
2012-11-08  Philipp Reisnerdrbd: Made cmp_after_sb() more generic into convert_aft...
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...
next
This page took 0.050502 seconds and 5 git commands to generate.