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