summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-2/+0
|\
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+0
* | Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe2010-11-101-27/+23
|\ \
| * \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe2010-10-231-27/+23
| |\ \ | | |/ | |/|
| | * drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-231-1/+0
| | * drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-231-4/+3
| | * drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-231-12/+0
| | * drbd: fix potential deadlock on detachLars Ellenberg2010-10-221-5/+15
| | * drbd: tag a few error messages with "assert failed"Lars Ellenberg2010-10-221-5/+5
* | | block: read i_size with i_size_read()Mike Snitzer2010-11-101-1/+1
|/ /
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-2/+1
|\ \ | |/ |/|
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
* | drbd: fix for possible deadlock on IO error during resyncLars Ellenberg2010-10-141-1/+7
* | drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg2010-10-141-1/+1
* | drbd: Allow larger values for c-fill-target.Philipp Reisner2010-10-141-1/+1
* | drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-1/+8
* | drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg2010-10-141-2/+6
* | drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner2010-10-141-2/+6
* | drbd: fix race on meta-data update, addendumLars Ellenberg2010-10-141-0/+12
* | drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner2010-10-141-1/+0
* | drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-141-0/+2
* | drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner2010-10-141-2/+4
* | drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner2010-10-141-1/+3
* | drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner2010-10-141-31/+43
* | drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-141-0/+1
* | drbd: use rolling marks for resync speed calculationLars Ellenberg2010-10-141-8/+17
* | drbd: remove outdated comment and dead codeLars Ellenberg2010-10-141-11/+0
* | drbd: let drbd_free_ee implicitly free any digestLars Ellenberg2010-10-141-0/+4
* | drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner2010-10-141-5/+8
* | drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-141-0/+11
* | drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner2010-10-141-0/+14
* | drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-141-0/+1
* | drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner2010-10-141-1/+2
* | drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-141-0/+1
* | drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-141-1/+2
* | drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-141-0/+1
* | drbd: factored tl_restart() out of tl_clear().Philipp Reisner2010-10-141-0/+2
* | drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner2010-10-141-1/+1
|/
* drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-071-15/+1
* drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg2010-06-011-1/+1
* drbd: Removed the now empty w_io_error() functionPhilipp Reisner2010-06-011-1/+0
* drbd: improve network latency, TCP_QUICKACKLars Ellenberg2010-06-011-1/+1
* drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner2010-06-011-8/+1
* drbd: Create new current UUID as late as possiblePhilipp Reisner2010-05-181-1/+8
* drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner2010-05-181-2/+2
* drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg2010-05-181-16/+74
* drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning membersLars Ellenberg2010-05-181-5/+1
* drbd: Fixes to the new delay_probes codePhilipp Reisner2010-05-181-3/+3
* drbd: A fixes to the new resync speed codePhilipp Reisner2010-05-181-0/+1
* drbd: Actually send delay probesPhilipp Reisner2010-05-181-1/+5