drbd: detach from frozen backing device
[deliverable/linux.git] / drivers / block / drbd / drbd_nl.c
2012-11-08  Philipp Reisnerdrbd: detach from frozen backing device
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  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  Andreas Gruenbacherdrbd: Don't use empty nested netlink attributes
2012-11-08  Andreas Gruenbacherdrbd: drbd_adm_prepare(): Pass through error codes
2012-11-08  Philipp Reisnerdrbd: Send PROTOCOL_UPDATE packets when appropriate
2012-11-08  Philipp Reisnerdrbd: Refuse to change network options online when...
2012-11-08  Andreas Gruenbacherdrbd: Fix the upper limit of resync-after
2012-11-08  Andreas Gruenbacherdrbd: Rename the want_lose field/flag to discard_my_data
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-md-flushes into md-flushes={yes|no}
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: 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  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: 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  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  Lars Ellenbergdrbd: allow status dump request all volumes of a specif...
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: 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: drbd_delete_device() takes a struct drbd_conf...
2012-11-08  Andreas Gruenbacherdrbd: Introduce protocol version 100 headers
2012-11-08  Andreas Gruenbacherdrbd: Remove now-unused int_dig_out buffer
2012-11-08  Philipp Reisnerdrbd: Implemented conn_lowest_conn()
2012-11-08  Philipp Reisnerdrbd: Introduced a new type union drbd_dev_state
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  Philipp Reisnerdrbd: Converted drbd_try_outdate_peer() from mdev to...
2012-11-08  Andreas Gruenbacherdrbd: drbd_bm_read() never returns a positive value...
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  Lars Ellenbergdrbd: fix conn_reconfig_start without conn_reconfig_don...
2012-11-03  Lars Ellenbergdrbd: introduce in-kernel "down" command
2012-11-03  Lars Ellenbergdrbd: bail out if a config requrest is over-determined...
2012-11-03  Lars Ellenbergdrbd: new-connection and new-minor succeed, if the...
2012-11-03  Lars Ellenbergdrbd: Allow a Diskless Secondary volume to be removed
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  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: Removed the mdev parameter from the ..to_tags...
2011-10-14  Philipp Reisnerdrbd: Reworked the unconfiguring and thread stopping...
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 Ellenberglru_cache: allow multiple changes per transaction
2011-10-14  Lars Ellenbergdrbd: in drbd_suspend_al, set AL_SUSPENDED before unloc...
2011-10-14  Philipp Reisnerdrbd: Implemented connection wide state changes
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: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28  Philipp Reisnerdrbd: Converted drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28  Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28  Philipp Reisnerdrbd: Moved DISCARD_CONCURRENT to the per connection...
2011-09-28  Andreas Gruenbacherdrbd: Local variable renames: e -> peer_req
2011-09-28  Andreas Gruenbacherdrbd: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-08-29  Philipp Reisnerdrbd: Made drbd_flush_workqueue() to take a tconn inste...
2011-08-29  Philipp Reisnerdrbd: moved crypto transformations and friends from...
2011-08-29  Philipp Reisnerdrbd: moved req_lock and transfer log from mdev to...
2011-08-29  Philipp Reisnerdrbd: moved agreed_pro_version, last_received and ko_co...
2011-08-29  Philipp Reisnerdrbd: moved receiver, worker and asender from mdev...
next
This page took 0.192115 seconds and 108 git commands to generate.