summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)Author
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-22Add 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
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher
2011-03-10drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher
2011-03-10drbd: Remove left-over prototypeAndreas Gruenbacher
2011-03-10drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner
2011-03-10drbd: Fixed inc_ap_bio()Philipp Reisner
2011-03-10drbd: Make some functions staticPhilipp Reisner
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner
2011-03-10drbd: Track the numbers of sectors in flightPhilipp Reisner
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10drbd: factor out drbd_rs_controller_resetLars Ellenberg
2011-03-10drbd: show progress bar and ETA for online-verifyLars Ellenberg
2011-03-10drbd: advance progress step marks for online-verifyLars Ellenberg
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe
2010-11-10block: read i_size with i_size_read()Mike Snitzer
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg