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
Age
Commit message (
Expand
)
Author
2012-11-08
drbd: Remove obsolete drbd_crypto_is_hash()
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: Wrong use of RCU in receive_protocol()
Andreas Gruenbacher
2012-11-08
drbd: fix copy/paste error in comment
Lars Ellenberg
2012-11-08
drbd: rename variable sc to res_opts
Lars Ellenberg
2012-11-08
drbd: rename variable ndc to new_disk_conf
Lars Ellenberg
2012-11-08
drbd: on reconfiguration requests, mind the SET_DEFAULTS flag
Lars Ellenberg
2012-11-08
drbd: Consider all crypto options in connect and in net-options
Philipp Reisner
2012-11-08
drbd: fix various disconnecting races
Lars Ellenberg
2012-11-08
drbd: remove useless kobject_uevent from drbd_adm_connect
Lars Ellenberg
2012-11-08
drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits
Philipp Reisner
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: move comment about stopping the receiver thread to where it belongs
Lars Ellenberg
2012-11-08
drbd: cmdname() enum to string convertion was missing a few constants
Lars Ellenberg
2012-11-08
drbd: fix setsockopt for user mode linux
Lars Ellenberg
2012-11-08
drbd: allow status dump request all volumes of a specific resource
Lars Ellenberg
2012-11-08
drbd: Considering that the two_primaries config flag can change
Philipp Reisner
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: Allow online change of replication protocol only with agreed_pv >= 100
Philipp Reisner
2012-11-08
drbd: Check consistency of net options when the get changed online
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_pp_free() to drbd_free_pages()
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()
Andreas Gruenbacher
2012-11-08
drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() static
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_{ ee -> peer_req }_has_active_page
Andreas Gruenbacher
2012-11-08
drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_free_ee() and variants to *_peer_req()
Andreas Gruenbacher
2012-11-08
drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()
Andreas Gruenbacher
2012-11-08
drbd: drbd_init_ee() no longer exists
Andreas Gruenbacher
2012-11-08
drbd: Make all asynchronous command handlers return 0 upon success and an err...
Andreas Gruenbacher
2012-11-08
drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...
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
[next]