summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-1/+6
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner1-1/+6
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-0/+1
2013-03-23drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+2
2013-03-23drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-0/+1
2013-03-23drbd: prepare to queue write requests on a submit workerLars Ellenberg1-0/+13
2013-03-23drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-1/+1
2013-03-23drbd: use the cached meta_dev_idxLars Ellenberg1-27/+5
2013-03-23drbd: prepare for new striped layout of activity logLars Ellenberg1-26/+20
2013-03-23drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-36/+50
2013-03-23drbd: cleanup bogus assert messageLars Ellenberg1-3/+4
2012-12-01drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe1-27/+0
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-797/+601
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner1-0/+1
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner1-0/+5
2012-11-09drbd: always write bitmap on detachLars Ellenberg1-6/+33
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg1-2/+2
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg1-1/+1
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner1-0/+1
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner1-0/+27
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner1-0/+1
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner1-1/+3
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner1-0/+1
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg1-1/+1
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg1-2/+2
2012-11-09drbd: cleanup, drop unused structLars Ellenberg1-6/+0
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg1-0/+7
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg1-4/+6
2012-11-08drbd: report congestion if we are waiting for some userland callbackLars Ellenberg1-0/+6
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-3/+14
2012-11-08drbd: cleanup, remove two unused global flagsLars Ellenberg1-2/+0
2012-11-08drbd: base completion and destruction of requests on ref countsLars Ellenberg1-1/+2
2012-11-08drbd: introduce completion_ref and kref to struct drbd_requestLars Ellenberg1-0/+5
2012-11-08drbd: __drbd_make_request() is now voidLars Ellenberg1-1/+1
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg1-18/+27
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2
2012-11-08drbd: allow to dequeue batches of work at a timeLars Ellenberg1-5/+3
2012-11-08drbd: transfer log epoch numbers are now per resourceLars Ellenberg1-0/+1
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg1-4/+11
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg1-0/+2
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-0/+1
2012-11-08drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg1-2/+2
2012-11-08drbd: simplify retry path of failed READ requestsLars Ellenberg1-1/+0
2012-11-08drbd: remove unused static helper functionLars Ellenberg1-12/+0
2012-11-08drbd: remove some very outdated commentsLars Ellenberg1-7/+0
2012-11-08drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg1-1/+0
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-1/+2
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner1-0/+1
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher1-2/+0
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner1-0/+1