summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: fix warningPhilipp Reisner2011-05-241-1/+1
* drbd: Fix spellingBart Van Assche2011-05-241-3/+3
* drbd: fix schedule in atomicLars Ellenberg2011-05-241-3/+11
* drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner2011-05-241-28/+68
* drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner2011-05-241-1/+14
* Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-281-59/+124
|\
| * drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg2011-03-101-0/+5
| * drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg2011-03-101-6/+13
| * drbd: log UUIDs whenever they changeLars Ellenberg2011-03-101-0/+1
| * drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner2011-03-101-2/+10
| * drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg2011-03-101-1/+8
| * drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner2011-03-101-2/+1Star
| * drbd: allow petabyte storage on 64bit archLars Ellenberg2011-03-101-3/+5
| * drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-101-5/+6
| * drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher2011-03-101-1/+7
| * drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas Gruenbacher2011-03-101-3/+4
| * drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-2/+2
| * drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher2011-03-101-14/+15
| * drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher2011-03-101-2/+2
| * drbd: --force option for disconnectPhilipp Reisner2011-03-101-0/+15
| * drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg2011-03-101-2/+4
| * drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg2011-03-101-2/+3
| * drbd: New configuration parameters for dealing with network congestionPhilipp Reisner2011-03-101-0/+7
| * drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-101-14/+13Star
| * drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg2011-03-101-2/+5
* | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-1/+1
|/
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-67/+36Star
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-6/+6
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-67/+36Star
* | drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-231-2/+2
* | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-231-2/+2
* | drbd: fix potential deadlock on detachLars Ellenberg2010-10-221-1/+15
* | drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg2010-10-221-1/+0Star
|/
* drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2010-10-141-3/+0Star
* drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-141-3/+15
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-6/+14
* drbd: drbd_md_sync before calling user space helpersLars Ellenberg2010-10-141-0/+4
* drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg2010-10-141-35/+41
* drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg2010-10-141-2/+4
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-141-1/+53
* drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner2010-10-141-1/+3
* drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-141-1/+2
* drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-141-0/+22
* drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-141-0/+4
* drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-141-2/+2
* drbd: Allow attach while IO is suspendedPhilipp Reisner2010-10-141-1/+1
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-141-3/+0Star
* drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-141-0/+5
* drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-141-0/+21
* drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner2010-10-141-1/+3