index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
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
2012-11-08
drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...
Andreas Gruenbacher
2012-11-08
drbd: Use tconn in request_timer_fn()
Philipp Reisner
2012-11-08
drbd: Improved logging of state changes
Philipp Reisner
2012-11-08
drbd: Implemented IO thawing for multiple volumes
Philipp Reisner
2012-11-08
drbd: Implemented conn_lowest_disk()
Philipp Reisner
2012-11-08
drbd: Implemented conn_lowest_conn()
Philipp Reisner
2012-11-08
drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work
Philipp Reisner
2012-11-08
drbd: Renamed nms to ns_max
Philipp Reisner
2012-11-08
drbd: Introduced a new type union drbd_dev_state
Philipp Reisner
2012-11-08
drbd: Moved susp, susp_nod and susp_fen to the connection object
Philipp Reisner
2012-11-08
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
Philipp Reisner
2012-11-08
drbd: Introduced drbd_read_state()
Philipp Reisner
2012-11-08
drbd: improvements to activate/deactivate multiple activity log extents
Lars Ellenberg
2012-11-08
drbd: get rid of bio_split, allow bios of "arbitrary" size
Lars Ellenberg
2012-11-08
drbd: prepare to activate two activity log extents at once
Lars Ellenberg
2012-11-08
drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io
Lars Ellenberg
2012-11-08
drbd: introduce the "initialized" activity log transaction type
Lars Ellenberg
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
[prev]
[next]