Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d5d7ebd42250620a6da2a8f6943c024391433488
/
drivers
/
block
/
drbd
/
drbd_nl.c
d5d7ebd
drbd: on attach, enforce clean meta data
by Lars Ellenberg
· 13 years ago
cdfda63
drbd: detach from frozen backing device
by Philipp Reisner
· 13 years ago
9510b24
drbd: Fixed state transitions in case reading meta data failes
by Philipp Reisner
· 13 years ago
2ffca4f
drbd: Improve compatibility with drbd's older than 8.3.7
by Philipp Reisner
· 13 years ago
d0fa7fd
drbd: Remove dead code
by Andreas Gruenbacher
· 13 years ago
afbbfa8
drbd: Allow to pass resource options to the new-resource command
by Andreas Gruenbacher
· 13 years ago
089c075
drbd: Convert the generic netlink interface to accept connection endpoints
by Andreas Gruenbacher
· 13 years ago
44e52cf
drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}
by Andreas Gruenbacher
· 13 years ago
01b39b5
drbd: Split off netlink mandatory attribute handling into separate file
by Andreas Gruenbacher
· 13 years ago
7c3063c
drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested()
by Andreas Gruenbacher
· 13 years ago
789c1b6
drbd: Use the terminology suggested by the command names in the source code and messages
by Andreas Gruenbacher
· 13 years ago
67b58bf
drbd: spelling fix: too small
by Lars Ellenberg
· 13 years ago
c75b9b1
drbd: Don't use empty nested netlink attributes
by Andreas Gruenbacher
· 13 years ago
1e2a255
drbd: drbd_adm_prepare(): Pass through error codes
by Andreas Gruenbacher
· 13 years ago
d659f2a
drbd: Send PROTOCOL_UPDATE packets when appropriate
by Philipp Reisner
· 14 years ago
dcb20d1
drbd: Refuse to change network options online when...
by Philipp Reisner
· 14 years ago
95f8efd
drbd: Fix the upper limit of resync-after
by Andreas Gruenbacher
· 14 years ago
6139f60
drbd: Rename the want_lose field/flag to discard_my_data
by Andreas Gruenbacher
· 14 years ago
6f9b5f8
drbd: Make broadcast events return NO_ERROR
by Andreas Gruenbacher
· 14 years ago
c141ebd
drbd: Removing drbd_cfg_rwsem
by Philipp Reisner
· 14 years ago
ec0bddb
drbd: Use RCU for the drbd_tconns list
by Philipp Reisner
· 14 years ago
81fa2e6
drbd: Refcounting for mdev objects
by Philipp Reisner
· 14 years ago
e544046
drbd: Turn no-md-flushes into md-flushes={yes|no}
by Andreas Gruenbacher
· 14 years ago
813472c
drbd: RCU for rs_plan_s
by Philipp Reisner
· 14 years ago
d589a21
drbd: Enforce limits of disk_conf members; centralized these checks
by Philipp Reisner
· 14 years ago
9958c85
drbd: Made the fifo object a self contained object (preparing for RCU)
by Philipp Reisner
· 14 years ago
daeda1c
drbd: RCU for disk_conf
by Philipp Reisner
· 14 years ago
563e4cf
drbd: Introduce __s32_field in the genetlink macro magic
by Lars Ellenberg
· 14 years ago
dc97b70
drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed()
by Philipp Reisner
· 14 years ago
ef5e44a
drbd: drbd_dew_dev_size() gets the user requests disk_size as argument
by Philipp Reisner
· 14 years ago
a009550
drbd: Renamed the net_conf_update mutex to conf_update
by Philipp Reisner
· 14 years ago
934e613
drbd: Removed dead code
by Philipp Reisner
· 14 years ago
b966b5d
drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h
by Andreas Gruenbacher
· 14 years ago
009ba89
drbd: fix schedule in atomic
by Lars Ellenberg
· 14 years ago
992d6e9
drbd: fix thread stop deadlock
by Lars Ellenberg
· 14 years ago
f3dfa40
drbd: fix race when forcefully disconnecting
by Lars Ellenberg
· 14 years ago
88104ca
drbd: Allow to change data-integrity-alg on the fly
by Andreas Gruenbacher
· 14 years ago
4b6ad6d
drbd: Remove obsolete drbd_crypto_is_hash()
by Andreas Gruenbacher
· 14 years ago
5b614ab
drbd: Rename integrity_r_tfm -> peer_integrity_tfm
by Andreas Gruenbacher
· 14 years ago
8d412fc
drbd: Rename integrity_w_tfm -> integrity_tfm
by Andreas Gruenbacher
· 14 years ago
b57a1e2
drbd: rename variable sc to res_opts
by Lars Ellenberg
· 14 years ago
5ecc72c
drbd: rename variable ndc to new_disk_conf
by Lars Ellenberg
· 14 years ago
5979e36
drbd: on reconfiguration requests, mind the SET_DEFAULTS flag
by Lars Ellenberg
· 14 years ago
0fd0ea0
drbd: Consider all crypto options in connect and in net-options
by Philipp Reisner
· 14 years ago
d9cc6e2
drbd: fix various disconnecting races
by Lars Ellenberg
· 14 years ago
5ee743e
drbd: remove useless kobject_uevent from drbd_adm_connect
by Lars Ellenberg
· 14 years ago
a18e9d1
drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits
by Philipp Reisner
· 14 years ago
0ace9df
drbd: Take a reference on tconn when finding a tconn by name
by Philipp Reisner
· 14 years ago
9dc9fbb
drbd: Basic refcounting for drbd_tconn
by Philipp Reisner
· 14 years ago
71932ef
drbd: allow status dump request all volumes of a specific resource
by Lars Ellenberg
· 14 years ago
91fd4da
drbd: Proper locking for updates to net_conf under RCU
by Philipp Reisner
· 14 years ago
44ed167
drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf
by Philipp Reisner
· 14 years ago
b032b6f
drbd: Allow online change of replication protocol only with agreed_pv >= 100
by Philipp Reisner
· 14 years ago
cd64397
drbd: Check consistency of net options when the get changed online
by Philipp Reisner
· 14 years ago
d3fcb49
drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem
by Philipp Reisner
· 14 years ago
ef35626
drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem
by Philipp Reisner
· 14 years ago
695d08f
drbd: rcu_read_[un]lock() for all idr accesses that do not sleep
by Philipp Reisner
· 14 years ago
ff370e5
drbd: drbd_delete_device() takes a struct drbd_conf * now
by Philipp Reisner
· 14 years ago
0c8e36d
drbd: Introduce protocol version 100 headers
by Andreas Gruenbacher
· 14 years ago
da39fec
drbd: Remove now-unused int_dig_out buffer
by Andreas Gruenbacher
· 14 years ago
19f83c7
drbd: Implemented conn_lowest_conn()
by Philipp Reisner
· 14 years ago
da9fbc2
drbd: Introduced a new type union drbd_dev_state
by Philipp Reisner
· 14 years ago
2aebfab
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
by Philipp Reisner
· 14 years ago
78bae59
drbd: Introduced drbd_read_state()
by Philipp Reisner
· 14 years ago
cb70345
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
by Philipp Reisner
· 14 years ago
22ab6a3
drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
by Andreas Gruenbacher
· 14 years ago
e90285e
drbd: Fixed conn_lowest_minor
by Philipp Reisner
· 14 years ago
f399002
drbd: distribute former syncer_conf settings to disk, connection, and resource level
by Lars Ellenberg
· 14 years ago
6b75dce
drbd: conn_khelper() for user mode callbacks for connections
by Philipp Reisner
· 14 years ago
40cbf08
drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attach
by Lars Ellenberg
· 14 years ago
85f75dd7
drbd: introduce in-kernel "down" command
by Lars Ellenberg
· 14 years ago
527f4b2
drbd: bail out if a config requrest is over-determined, and not matching
by Lars Ellenberg
· 14 years ago
38f1961
drbd: new-connection and new-minor succeed, if the object already exists
by Lars Ellenberg
· 14 years ago
cffec5b
drbd: Allow a Diskless Secondary volume to be removed
by Lars Ellenberg
· 14 years ago
543cc10
drbd: drbd_adm_get_status needs to show some more detail
by Lars Ellenberg
· 14 years ago
8432b31
drbd: allow holes in minor and volume id allocation
by Lars Ellenberg
· 14 years ago
3b98c0c
drbd: switch configuration interface from connector to genetlink
by Lars Ellenberg
· 14 years ago
774b305
drbd: Implemented new commands to create/delete connections/minors
by Philipp Reisner
· 14 years ago
8088319
drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn
by Philipp Reisner
· 14 years ago
1aba4d7
drbd: Preparing the connector interface to operator on connections
by Philipp Reisner
· 14 years ago
2f5cdd0
drbd: Converted the transfer log from mdev to tconn
by Philipp Reisner
· 14 years ago
3f9cbe9
drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() functions
by Philipp Reisner
· 14 years ago
0e29d16
drbd: Reworked the unconfiguring and thread stopping code
by Philipp Reisner
· 14 years ago
8ccf218
drbd: Replace atomic_add_return with atomic_inc_return
by Andreas Gruenbacher
· 14 years ago
7ad651b
drbd: new on-disk activity log transaction format
by Lars Ellenberg
· 14 years ago
46a15bc
lru_cache: allow multiple changes per transaction
by Lars Ellenberg
· 14 years ago
6161042
drbd: in drbd_suspend_al, set AL_SUSPENDED before unlocking the activity log
by Lars Ellenberg
· 14 years ago
df24aa4
drbd: Implemented connection wide state changes
by Philipp Reisner
· 14 years ago
8410da8
drbd: Introduced tconn->cstate_mutex
by Philipp Reisner
· 14 years ago
bbeb641
drbd: Killed volume0; last step of multi-volume-enablement
by Philipp Reisner
· 14 years ago
a21e929
drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)
by Philipp Reisner
· 14 years ago
8082228
drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn
by Philipp Reisner
· 14 years ago
0625ac1
drbd: Converted wake_asender() and request_ping() from mdev to tconn
by Philipp Reisner
· 14 years ago
25703f8
drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
by Philipp Reisner
· 14 years ago
db830c4
drbd: Local variable renames: e -> peer_req
by Andreas Gruenbacher
· 14 years ago
f6ffca9
drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
by Andreas Gruenbacher
· 14 years ago
191d3cc
drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
by Philipp Reisner
· 14 years ago
a063845
drbd: moved crypto transformations and friends from mdev to tconn
by Philipp Reisner
· 14 years ago
87eeee4
drbd: moved req_lock and transfer log from mdev to tconn
by Philipp Reisner
· 14 years ago
31890f4
drbd: moved agreed_pro_version, last_received and ko_count to tconn
by Philipp Reisner
· 14 years ago
Next »