summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
Commit message (Expand)AuthorAgeFilesLines
* drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2012-05-091-0/+6
* drbd: add page pool to be used for meta data IOLars Ellenberg2012-05-091-1/+22
* drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg2012-05-091-4/+11
* drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-05-091-0/+2
* drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-05-091-0/+1
* drbd: remove unused static helper functionLars Ellenberg2012-05-091-14/+0
* drbd: remove some very outdated commentsLars Ellenberg2012-05-091-7/+0
* drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2012-05-091-1/+0
* drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-05-091-1/+2
* drbd: send intermediate state change results to the peerLars Ellenberg2012-05-091-2/+2
* drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner2012-05-091-1/+1
* drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner2012-05-091-1/+2
* drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner2012-05-091-2/+4
* drbd: moved md_io into mdevPhilipp Reisner2012-05-091-2/+2
* drbd: Keep a reference to barrier acked requestsPhilipp Reisner2012-05-091-0/+1
* DRBD: Fix comparison always false warning due to long/long long compareDavid Howells2012-05-091-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-1/+1
|\
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-1/+1
* | Remove unneeded version.h includes from drivers/block/Jesper Juhl2011-09-151-1/+0
* | drbd: Use angle brackets for system includesJoe Perches2011-09-151-1/+1
|/
* Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-251-6/+13
|\
| * drbd: fix warningAndrew Morton2011-05-241-2/+0
| * drbd: Fix spellingBart Van Assche2011-05-241-3/+3
| * drbd: fix schedule in atomicLars Ellenberg2011-05-241-0/+4
| * drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner2011-05-241-1/+4
| * drbd: Only downgrade the disk state in case of disk failuresPhilipp Reisner2011-05-241-1/+2
| * drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner2011-05-241-0/+1
* | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* drbd: Implemented real timeout checking for request processing timePhilipp Reisner2011-03-101-0/+1
* drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg2011-03-101-4/+32
* drbd: log UUIDs whenever they changeLars Ellenberg2011-03-101-2/+4
* drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner2011-03-101-0/+3
* drbd: Do not full sync if a P_SYNC_UUID packet gets lostPhilipp Reisner2011-03-101-0/+1
* drbd: Remove useless / wrong commentsAndreas Gruenbacher2011-03-101-10/+0
* drbd: Cleaned up the resync timer logicPhilipp Reisner2011-03-101-1/+1
* drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner2011-03-101-1/+2
* drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg2011-03-101-1/+1
* drbd: allow petabyte storage on 64bit archLars Ellenberg2011-03-101-14/+27
* drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-101-4/+3
* drbd: Rename __inc_ap_bio_cond to may_inc_ap_bioAndreas Gruenbacher2011-03-101-11/+11
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-10/+3
* drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher2011-03-101-13/+19
* drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher2011-03-101-5/+4
* drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher2011-03-101-1/+1
* drbd: Remove left-over prototypeAndreas Gruenbacher2011-03-101-2/+0
* drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner2011-03-101-7/+12
* drbd: Fixed inc_ap_bio()Philipp Reisner2011-03-101-17/+14
* drbd: Make some functions staticPhilipp Reisner2011-03-101-1/+0