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