aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner1-1/+2
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner1-1/+3
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner1-1/+13
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner1-0/+2
2011-03-10drbd: Track the numbers of sectors in flightPhilipp Reisner1-0/+1
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-2/+2
2011-03-10drbd: factor out drbd_rs_controller_resetLars Ellenberg1-0/+1
2011-03-10drbd: show progress bar and ETA for online-verifyLars Ellenberg1-1/+4
2011-03-10drbd: advance progress step marks for online-verifyLars Ellenberg1-0/+1
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-14/+0
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-2/+0
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+0
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe1-27/+23
2010-11-10block: read i_size with i_size_read()Mike Snitzer1-1/+1
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/driversJens Axboe1-27/+23
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner1-1/+0
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner1-4/+3
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner1-12/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg1-5/+15
2010-10-22drbd: tag a few error messages with "assert failed"Lars Ellenberg1-5/+5
2010-10-14drbd: fix for possible deadlock on IO error during resyncLars Ellenberg1-1/+7
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg1-1/+1
2010-10-14drbd: Allow larger values for c-fill-target.Philipp Reisner1-1/+1
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner1-1/+8
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg1-2/+6
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner1-2/+6
2010-10-14drbd: fix race on meta-data update, addendumLars Ellenberg1-0/+12