Age | Commit message (Expand) | Author |
2018-12-20 | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire") | Lars Ellenberg |
2018-05-30 | drbd: convert to bioset_init()/mempool_init() | Kent Overstreet |
2017-11-06 | drbd: Convert timers to use timer_setup() | Kees Cook |
2017-08-29 | drbd: introduce drbd_recv_header_maybe_unplug | Lars Ellenberg |
2017-06-18 | drbd: use bio_clone_fast() instead of bio_clone() | NeilBrown |
2016-06-13 | drbd: introduce WRITE_SAME support | Lars Ellenberg |
2015-11-25 | drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync() | Andreas Gruenbacher |
2014-07-10 | drbd: silence -Wmissing-prototypes warnings | Lars Ellenberg |
2014-04-30 | drbd: prepare sending side for REQ_DISCARD | Lars Ellenberg |
2014-04-30 | drbd: Remove drbd_wrappers.h | Philipp Reisner |
2014-02-17 | drbd: Create a dedicated struct drbd_device_work | Andreas Gruenbacher |
2014-02-17 | drbd: Move conf_mutex from connection to resource | Andreas Gruenbacher |
2014-02-17 | drbd: Introduce "peer_device" object between "device" and "connection" | Andreas Gruenbacher |
2014-02-17 | drbd: Rename drbd_tconn -> drbd_connection | Andreas Gruenbacher |
2014-02-17 | drbd: Rename "mdev" to "device" | Andreas Gruenbacher |
2014-02-17 | drbd: Rename struct drbd_conf -> struct drbd_device | Andreas Gruenbacher |
2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet |
2013-03-28 | drbd: only fail empty flushes if no good data is reachable | Lars Ellenberg |
2013-01-21 | drbd: fix potential protocol error and resulting disconnect/reconnect | Lars Ellenberg |
2012-11-09 | drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/ | Lars Ellenberg |
2012-11-08 | drbd: allow read requests to be retried after force-detach | Lars Ellenberg |
2012-11-08 | drbd: base completion and destruction of requests on ref counts | Lars Ellenberg |
2012-11-08 | drbd: rename drbd_restart_write to drbd_restart_request | Lars Ellenberg |
2012-11-08 | drbd: fix potential deadlock during "restart" of conflicting writes | Lars Ellenberg |
2012-11-08 | drbd: Get rid of MR_{READ,WRITE}_SHIFT | Andreas Gruenbacher |
2012-11-08 | drbd: detach from frozen backing device | Philipp Reisner |
2012-11-08 | drbd: Runtime changeable wire protocol | Philipp Reisner |
2012-11-08 | drbd: Introduced a new type union drbd_dev_state | Philipp Reisner |
2012-11-08 | drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity | Andreas Gruenbacher |
2011-10-14 | drbd: Converted the transfer log from mdev to tconn | Philipp Reisner |
2011-10-14 | drbd: Improve how conflicting writes are handled | Andreas Gruenbacher |
2011-10-14 | drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio | Andreas Gruenbacher |
2011-09-28 | drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r... | Philipp Reisner |
2011-09-28 | drbd: Allow to wait for the completion of an epoch entry as well | Andreas Gruenbacher |
2011-09-28 | drbd: struct drbd_request: Introduce a new collision flag | Andreas Gruenbacher |
2011-09-28 | drbd: Move some functions to where they are used | Andreas Gruenbacher |
2011-08-29 | drbd: moved req_lock and transfer log from mdev to tconn | Philipp Reisner |
2011-08-29 | drbd: Inline function overlaps() is now unused | Andreas Gruenbacher |
2011-08-29 | drbd: Convert all constants in enum drbd_req_event to upper case | Andreas Gruenbacher |
2011-08-29 | drbd: Remove the unused hash tables | Andreas Gruenbacher |
2011-08-25 | drbd: Use interval tree for overlapping write request detection | Andreas Gruenbacher |
2011-08-25 | drbd: Put sector and size in struct drbd_request into struct drbd_interval | Andreas Gruenbacher |
2011-08-25 | drbd: Request lookup code cleanup (1) | Andreas Gruenbacher |
2011-05-24 | drbd: fix warning | Andrew Morton |
2011-05-24 | drbd: Fix spelling | Bart Van Assche |
2011-03-10 | drbd: Implemented real timeout checking for request processing time | Philipp Reisner |
2011-03-10 | drbd: Ensure that an epoch contains only requests of one kind | Philipp Reisner |
2011-03-10 | drbd: Begin to account BIO processing time before inc_ap_bio() | Philipp Reisner |
2011-03-10 | drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC | Philipp Reisner |
2011-03-10 | drbd: Track the numbers of sectors in flight | Philipp Reisner |