summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
2012-11-08drbd: Introduce protocol version 100 headersAndreas Gruenbacher
2012-11-08drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher
2012-11-08drbd: Implemented conn_lowest_conn()Philipp Reisner
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner
2012-11-08drbd: Introduced drbd_read_state()Philipp Reisner
2012-11-08drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner
2012-11-08drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()Andreas Gruenbacher
2012-11-08drbd: Fixed conn_lowest_minorPhilipp Reisner
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg
2012-11-04drbd: conn_khelper() for user mode callbacks for connectionsPhilipp Reisner
2012-11-04drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg
2012-11-04drbd: introduce in-kernel "down" commandLars Ellenberg
2012-11-04drbd: bail out if a config requrest is over-determined, and not matchingLars Ellenberg
2012-11-04drbd: new-connection and new-minor succeed, if the object already existsLars Ellenberg
2012-11-04drbd: Allow a Diskless Secondary volume to be removedLars Ellenberg
2012-11-04drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg
2012-11-04drbd: allow holes in minor and volume id allocationLars Ellenberg
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg
2011-10-14drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner
2011-10-14drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner
2011-10-14drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg
2011-10-14drbd: in drbd_suspend_al, set AL_SUSPENDED before unlocking the activity logLars Ellenberg
2011-10-14drbd: Implemented connection wide state changesPhilipp Reisner
2011-10-14drbd: Introduced tconn->cstate_mutexPhilipp Reisner
2011-10-14drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner
2011-09-28drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from m...Philipp Reisner
2011-09-28drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher
2011-09-28drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher
2011-08-29drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner
2011-08-29drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner
2011-08-29drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher
2011-05-24drbd: fix warningPhilipp Reisner