summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)Author
2012-08-16drbd: Write all pages of the bitmap after an online resizePhilipp Reisner
2012-07-24drbd: fix max_bio_size to be unsignedLars Ellenberg
2012-07-24drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg
2012-07-24drbd: report congestion if we are waiting for some userland callbackLars Ellenberg
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg
2012-07-24drbd: cleanup, remove two unused global flagsLars Ellenberg
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2012-05-09drbd: add page pool to be used for meta data IOLars Ellenberg
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner
2012-05-09drbd: remove unused static helper functionLars Ellenberg
2012-05-09drbd: remove some very outdated commentsLars Ellenberg
2012-05-09drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg
2012-05-09drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner
2012-05-09drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner
2012-05-09drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner
2012-05-09drbd: moved md_io into mdevPhilipp Reisner
2012-05-09drbd: Keep a reference to barrier acked requestsPhilipp Reisner
2012-05-09DRBD: Fix comparison always false warning due to long/long long compareDavid Howells
2012-01-12module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-05Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-09-15Remove unneeded version.h includes from drivers/block/Jesper Juhl
2011-09-15drbd: Use angle brackets for system includesJoe Perches
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-24drbd: fix warningAndrew Morton
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: fix schedule in atomicLars Ellenberg
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner
2011-05-24drbd: Only downgrade the disk state in case of disk failuresPhilipp Reisner
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner
2011-03-10drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner
2011-03-10drbd: Remove useless / wrong commentsAndreas Gruenbacher
2011-03-10drbd: Cleaned up the resync timer logicPhilipp Reisner
2011-03-10drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner
2011-03-10drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg
2011-03-10drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher