summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: Write all pages of the bitmap after an online resizePhilipp Reisner2012-11-093-3/+18
* drbd: Fix completion of requests while the device is suspendedPhilipp Reisner2012-11-091-12/+6
* drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher2012-11-091-13/+18
* drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg2012-11-091-1/+1
* drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg2012-11-093-12/+12
* drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-095-23/+24
* drbd: cleanup, drop unused structLars Ellenberg2012-11-091-6/+0
* drbd: NEG_ACK does not imply a barrier-ackLars Ellenberg2012-11-091-1/+1
* drbd: only start a new epoch, if the current epoch contains writesLars Ellenberg2012-11-091-7/+12
* drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-11-092-5/+13
* drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg2012-11-091-2/+1
* drbd: fix drbd wire compatibility for empty flushesLars Ellenberg2012-11-091-3/+22
* drbd: More random to the connect logicPhilipp Reisner2012-11-091-1/+6
* drbd: Try to connec to peer only once per cyclePhilipp Reisner2012-11-091-12/+4
* drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner2012-11-091-7/+3
* drbd: pass some more information to userspace.Philipp Marek2012-11-091-1/+10
* drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-094-10/+26
* drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-096-19/+74
* drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2012-11-082-6/+12
* drbd: call local-io-error handler earlyLars Ellenberg2012-11-081-3/+3
* drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-11-083-12/+12
* drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-11-081-0/+3
* drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-11-083-1/+30
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-088-14/+41
* drbd: cleanup, remove two unused global flagsLars Ellenberg2012-11-081-2/+0
* drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg2012-11-081-5/+11
* drbd: take error path in drbd_adm_down if interrupted by signalLars Ellenberg2012-11-081-1/+1
* drbd: allow read requests to be retried after force-detachLars Ellenberg2012-11-083-14/+29
* drbd: __req_mod: make DISCARD_WRITE and independend caseLars Ellenberg2012-11-081-5/+11
* drbd: base completion and destruction of requests on ref countsLars Ellenberg2012-11-084-255/+277
* drbd: introduce completion_ref and kref to struct drbd_requestLars Ellenberg2012-11-082-14/+24
* drbd: __drbd_make_request() is now voidLars Ellenberg2012-11-083-11/+9
* drbd: better separate WRITE and READ code paths in drbd_make_requestLars Ellenberg2012-11-081-188/+211
* drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-086-430/+291
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-087-32/+28
* drbd: allow to dequeue batches of work at a timeLars Ellenberg2012-11-083-55/+43
* drbd: transfer log epoch numbers are now per resourceLars Ellenberg2012-11-083-8/+6
* drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg2012-11-083-3/+3
* drbd: fix wrong assert in completion/retry path of failed local readsLars Ellenberg2012-11-081-1/+1
* drbd: fix local read error hung foreverLars Ellenberg2012-11-081-0/+1
* drbd: fix access of unallocated pages and kernel panicLars Ellenberg2012-11-081-2/+9
* drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner2012-11-081-18/+54
* drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner2012-11-081-14/+46
* drbd: New disk option al-updatesPhilipp Reisner2012-11-082-4/+25
* drbd: Stop using NLA_PUT*().Andreas Gruenbacher2012-11-081-22/+32
* drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner2012-11-081-28/+2
* drbd: Move the call to listen() out of drbd_accept()Philipp Reisner2012-11-081-5/+5
* drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner2012-11-081-3/+3
* drbd: grammar fix in log messageLars Ellenberg2012-11-081-1/+1
* drbd: bm_page_async_io: properly initialize page->privateLars Ellenberg2012-11-081-1/+1