summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2012-11-09drbd: cleanup, drop unused structLars Ellenberg1-6/+0
2012-11-09drbd: NEG_ACK does not imply a barrier-ackLars Ellenberg1-1/+1
2012-11-09drbd: only start a new epoch, if the current epoch contains writesLars Ellenberg1-7/+12
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner2-5/+13
2012-11-09drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg1-2/+1
2012-11-09drbd: fix drbd wire compatibility for empty flushesLars Ellenberg1-3/+22
2012-11-09drbd: More random to the connect logicPhilipp Reisner1-1/+6
2012-11-09drbd: Try to connec to peer only once per cyclePhilipp Reisner1-12/+4
2012-11-09drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner1-7/+3
2012-11-09drbd: pass some more information to userspace.Philipp Marek1-1/+10
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg4-10/+26
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg6-19/+74
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2-6/+12
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg1-3/+3
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg3-12/+12
2012-11-08drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg1-0/+3
2012-11-08drbd: report congestion if we are waiting for some userland callbackLars Ellenberg3-1/+30
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg8-14/+41
2012-11-08drbd: cleanup, remove two unused global flagsLars Ellenberg1-2/+0
2012-11-08drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg1-5/+11
2012-11-08drbd: take error path in drbd_adm_down if interrupted by signalLars Ellenberg1-1/+1
2012-11-08drbd: allow read requests to be retried after force-detachLars Ellenberg3-14/+29
2012-11-08drbd: __req_mod: make DISCARD_WRITE and independend caseLars Ellenberg1-5/+11
2012-11-08drbd: base completion and destruction of requests on ref countsLars Ellenberg4-255/+277
2012-11-08drbd: introduce completion_ref and kref to struct drbd_requestLars Ellenberg2-14/+24
2012-11-08drbd: __drbd_make_request() is now voidLars Ellenberg3-11/+9
2012-11-08drbd: better separate WRITE and READ code paths in drbd_make_requestLars Ellenberg1-188/+211
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg6-430/+291
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg7-32/+28
2012-11-08drbd: allow to dequeue batches of work at a timeLars Ellenberg3-55/+43
2012-11-08drbd: transfer log epoch numbers are now per resourceLars Ellenberg3-8/+6
2012-11-08drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg3-3/+3
2012-11-08drbd: fix wrong assert in completion/retry path of failed local readsLars Ellenberg1-1/+1
2012-11-08drbd: fix local read error hung foreverLars Ellenberg1-0/+1
2012-11-08drbd: fix access of unallocated pages and kernel panicLars Ellenberg1-2/+9
2012-11-08drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner1-18/+54
2012-11-08drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner1-14/+46
2012-11-08drbd: New disk option al-updatesPhilipp Reisner2-4/+25
2012-11-08drbd: Stop using NLA_PUT*().Andreas Gruenbacher1-22/+32
2012-11-08drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner1-28/+2
2012-11-08drbd: Move the call to listen() out of drbd_accept()Philipp Reisner1-5/+5
2012-11-08drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner1-3/+3
2012-11-08drbd: grammar fix in log messageLars Ellenberg1-1/+1
2012-11-08drbd: bm_page_async_io: properly initialize page->privateLars Ellenberg1-1/+1
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg3-6/+29
2012-11-08drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg1-0/+10
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg3-16/+53
2012-11-08drbd: fix spelling, remove boring development log messagePhilipp Reisner1-5/+2
2012-11-08drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner1-4/+4
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner4-10/+30