aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAge
...
| * drbd: allow holes in minor and volume id allocationLars Ellenberg2012-11-03
| * drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-03
| * drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg2011-10-14
| * drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg2011-10-14
| * drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2011-10-14
| * drbd: use the newly introduced page pool for bitmap IOLars Ellenberg2011-10-14
| * drbd: add page pool to be used for meta data IOLars Ellenberg2011-10-14
| * drbd: only wakeup if something changed in update_peer_seqLars Ellenberg2011-10-14
| * drbd: remove unused defineLars Ellenberg2011-10-14
| * drbd: Replaced the minor_table array by an idrPhilipp Reisner2011-10-14
| * drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner2011-10-14
| * drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner2011-10-14
| * drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner2011-10-14
| * drbd: Converted the transfer log from mdev to tconnPhilipp Reisner2011-10-14
| * drbd: Improved the dec_*() macrosPhilipp Reisner2011-10-14
| * drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner2011-10-14
| * drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner2011-10-14
| * drbd: Remove left-over function prototypesAndreas Gruenbacher2011-10-14
| * drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher2011-10-14
| * drbd: Get rid of P_MAX_CMDAndreas Gruenbacher2011-10-14
| * drbd: Remove redundant checkAndreas Gruenbacher2011-10-14
| * drbd: Improve how conflicting writes are handledAndreas Gruenbacher2011-10-14
| * drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher2011-10-14
| * drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher2011-10-14
| * drbd: Concurrent write detection fixAndreas Gruenbacher2011-10-14
| * drbd: Use container_of() instead of castingAndreas Gruenbacher2011-10-14
| * drbd: fix a wrong likely(), updated commentsLars Ellenberg2011-10-14
| * drbd: silence some log messages on bitmap IOLars Ellenberg2011-10-14
| * drbd: new on-disk activity log transaction formatLars Ellenberg2011-10-14
| * lru_cache: allow multiple changes per transactionLars Ellenberg2011-10-14
| * drbd: allow to select specific bitmap pages for writeoutLars Ellenberg2011-10-14
| * drbd: use clear_bit_unlock() where appropriateLars Ellenberg2011-10-14
| * drbd: in drbd_suspend_al, set AL_SUSPENDED before unlocking the activity logLars Ellenberg2011-10-14
| * drbd: fix typo in commentLars Ellenberg2011-10-14
| * drbd: simplify condition in drbd_may_do_local_read()Lars Ellenberg2011-10-14
| * drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher2011-10-14
| * drbd: Remove obsolete commentAndreas Gruenbacher2011-10-14
| * drbd: Iterate over all overlapping intervals in a treeAndreas Gruenbacher2011-10-14
| * drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher2011-10-14
| * drbd: Rename drbd_submit_ee -> drbd_submit_peer_requestAndreas Gruenbacher2011-10-14
| * drbd: Implemented connection wide state changesPhilipp Reisner2011-10-14
| * drbd: implemented receiving of P_CONN_ST_CHG_REQPhilipp Reisner2011-10-14
| * drbd: Implemented receiving of P_CONN_ST_CHG_REPLYPhilipp Reisner2011-10-14
| * drbd: Global_state_lock not necessary here...Philipp Reisner2011-10-14
| * drbd: Implemented conn_send_state_req()Philipp Reisner2011-10-14
| * drbd: Introduced tconn->cstate_mutexPhilipp Reisner2011-10-14
| * drbd: Removed drbd_state_lock() and drbd_state_unlock()Philipp Reisner2011-10-14
| * drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner2011-10-14
| * drbd: Code de-duplication; new function apply_mask_val()Philipp Reisner2011-09-28
| * drbd: Removed the os parameter form sanitize_state()Philipp Reisner2011-09-28