summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner
2012-11-09drbd: Fix completion of requests while the device is suspendedPhilipp Reisner
2012-11-09drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher
2012-11-09drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg
2012-11-09drbd: cleanup, drop unused structLars Ellenberg
2012-11-09drbd: NEG_ACK does not imply a barrier-ackLars Ellenberg
2012-11-09drbd: only start a new epoch, if the current epoch contains writesLars Ellenberg
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner
2012-11-09drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg
2012-11-09drbd: fix drbd wire compatibility for empty flushesLars Ellenberg
2012-11-09drbd: More random to the connect logicPhilipp Reisner
2012-11-09drbd: Try to connec to peer only once per cyclePhilipp Reisner
2012-11-09drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner
2012-11-09drbd: pass some more information to userspace.Philipp Marek
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg
2012-11-08drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg
2012-11-08drbd: report congestion if we are waiting for some userland callbackLars Ellenberg
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg
2012-11-08drbd: cleanup, remove two unused global flagsLars Ellenberg
2012-11-08drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg
2012-11-08drbd: take error path in drbd_adm_down if interrupted by signalLars Ellenberg
2012-11-08drbd: allow read requests to be retried after force-detachLars Ellenberg
2012-11-08drbd: __req_mod: make DISCARD_WRITE and independend caseLars Ellenberg
2012-11-08drbd: base completion and destruction of requests on ref countsLars Ellenberg
2012-11-08drbd: introduce completion_ref and kref to struct drbd_requestLars Ellenberg
2012-11-08drbd: __drbd_make_request() is now voidLars Ellenberg
2012-11-08drbd: better separate WRITE and READ code paths in drbd_make_requestLars Ellenberg
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg
2012-11-08drbd: allow to dequeue batches of work at a timeLars Ellenberg
2012-11-08drbd: transfer log epoch numbers are now per resourceLars Ellenberg
2012-11-08drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg
2012-11-08drbd: fix wrong assert in completion/retry path of failed local readsLars Ellenberg
2012-11-08drbd: fix local read error hung foreverLars Ellenberg
2012-11-08drbd: fix access of unallocated pages and kernel panicLars Ellenberg
2012-11-08drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner
2012-11-08drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner
2012-11-08drbd: New disk option al-updatesPhilipp Reisner
2012-11-08drbd: Stop using NLA_PUT*().Andreas Gruenbacher
2012-11-08drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner
2012-11-08drbd: Move the call to listen() out of drbd_accept()Philipp Reisner
2012-11-08drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner
2012-11-08drbd: grammar fix in log messageLars Ellenberg