index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_main.c
Age
Commit message (
Expand
)
Author
2012-11-08
drbd: Allow to pass resource options to the new-resource command
Andreas Gruenbacher
2012-11-08
drbd: Convert the generic netlink interface to accept connection endpoints
Andreas Gruenbacher
2012-11-08
drbd: Use DRBD_MINOR_COUNT_DEF in one more place
Andreas Gruenbacher
2012-11-08
drbd: Send PROTOCOL_UPDATE packets when appropriate
Philipp Reisner
2012-11-08
drbd: Receiving part for the PROTOCOL_UPDATE packet
Philipp Reisner
2012-11-08
drbd: protect updates to integrits_tfm by tconn->data->mutex
Philipp Reisner
2012-11-08
drbd: Refer to resync-rate consistently throughout the code
Andreas Gruenbacher
2012-11-08
drbd: Rename the want_lose field/flag to discard_my_data
Andreas Gruenbacher
2012-11-08
drbd: Removing drbd_cfg_rwsem
Philipp Reisner
2012-11-08
drbd: Use RCU for the drbd_tconns list
Philipp Reisner
2012-11-08
drbd: Refcounting for mdev objects
Philipp Reisner
2012-11-08
drbd: Made the fifo object a self contained object (preparing for RCU)
Philipp Reisner
2012-11-08
drbd: RCU for disk_conf
Philipp Reisner
2012-11-08
drbd: Renamed the net_conf_update mutex to conf_update
Philipp Reisner
2012-11-08
drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h
Andreas Gruenbacher
2012-11-08
drbd: fix thread stop deadlock
Lars Ellenberg
2012-11-08
drbd: Allow to change data-integrity-alg on the fly
Andreas Gruenbacher
2012-11-08
drbd: Introduce a "lockless" variant of drbd_send_protocoll()
Andreas Gruenbacher
2012-11-08
drbd: Rename integrity_r_tfm -> peer_integrity_tfm
Andreas Gruenbacher
2012-11-08
drbd: Rename integrity_w_tfm -> integrity_tfm
Andreas Gruenbacher
2012-11-08
drbd: on reconfiguration requests, mind the SET_DEFAULTS flag
Lars Ellenberg
2012-11-08
drbd: Take a reference on tconn when finding a tconn by name
Philipp Reisner
2012-11-08
drbd: Basic refcounting for drbd_tconn
Philipp Reisner
2012-11-08
drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()
Philipp Reisner
2012-11-08
drbd: cmdname() enum to string convertion was missing a few constants
Lars Ellenberg
2012-11-08
drbd: Proper locking for updates to net_conf under RCU
Philipp Reisner
2012-11-08
drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf
Philipp Reisner
2012-11-08
drbd: Runtime changeable wire protocol
Philipp Reisner
2012-11-08
drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem
Philipp Reisner
2012-11-08
drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem
Philipp Reisner
2012-11-08
drbd: rcu_read_[un]lock() for all idr accesses that do not sleep
Philipp Reisner
2012-11-08
drbd: Inlined drbd_free_mdev(); it got called only from one place
Philipp Reisner
2012-11-08
drbd: drbd_delete_device() takes a struct drbd_conf * now
Philipp Reisner
2012-11-08
drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()
Andreas Gruenbacher
2012-11-08
drbd: drbd_init_ee() no longer exists
Andreas Gruenbacher
2012-11-08
drbd: Removed outdated comments and code that envisioned VNRs in header 95
Andreas Gruenbacher
2012-11-08
drbd: Introduce protocol version 100 headers
Andreas Gruenbacher
2012-11-08
drbd: Remove headers from on-the-wire data structures (struct p_*)
Andreas Gruenbacher
2012-11-08
drbd: Remove some fixed header size assumptions
Andreas Gruenbacher
2012-11-08
drbd: Remove now-unused int_dig_out buffer
Andreas Gruenbacher
2012-11-08
drbd: Replace and remove old primitives
Andreas Gruenbacher
2012-11-08
drbd: Introduce drbd_header_size()
Andreas Gruenbacher
2012-11-08
drbd: Introduce new primitives for sending commands
Andreas Gruenbacher
2012-11-08
drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...
Andreas Gruenbacher
2012-11-08
drbd: Introduced a new type union drbd_dev_state
Philipp Reisner
2012-11-08
drbd: Change how the "handshake" packets are called
Andreas Gruenbacher
2012-11-08
drbd: Change how the initial packets are called
Andreas Gruenbacher
2012-11-08
drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...
Andreas Gruenbacher
2012-11-08
drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer
Andreas Gruenbacher
2012-11-08
drbd: Preallocate one page per drbd_socket as a send buffer
Andreas Gruenbacher
[prev]
[next]