aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)Author
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-22drbd: use the cached meta_dev_idxLars Ellenberg
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg
2013-03-22drbd: cleanup bogus assert messageLars Ellenberg
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner
2012-11-09drbd: always write bitmap on detachLars Ellenberg
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner
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: 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: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars 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: 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: 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: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner
2012-11-08drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg
2012-11-08drbd: simplify retry path of failed READ requestsLars Ellenberg
2012-11-08drbd: remove unused static helper functionLars Ellenberg
2012-11-08drbd: remove some very outdated commentsLars Ellenberg
2012-11-08drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher