summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg2012-11-083-6/+29
| * drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg2012-11-081-0/+10
| * drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-11-083-16/+53
| * drbd: fix spelling, remove boring development log messagePhilipp Reisner2012-11-081-5/+2
| * drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner2012-11-081-4/+4
| * drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-11-084-10/+30
OpenPOWER on IntegriCloud