aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-27Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-59/+124
2011-03-10drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg1-0/+5
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg1-6/+13
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg1-0/+1
2011-03-10drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner1-2/+10
2011-03-10drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg1-1/+8
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner1-2/+1
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg1-3/+5
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg1-5/+6
2011-03-10drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher1-1/+7
2011-03-10drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas Gruenbacher1-3/+4
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-2/+2
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher1-14/+15
2011-03-10drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher1-2/+2
2011-03-10drbd: --force option for disconnectPhilipp Reisner1-0/+15
2011-03-10drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg1-2/+4
2011-03-10drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg1-2/+3
2011-03-10drbd: New configuration parameters for dealing with network congestionPhilipp Reisner1-0/+7
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-14/+13
2011-03-10drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg1-2/+5
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
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-67/+36
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-6/+6
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-67/+36
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner1-2/+2
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner1-2/+2
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg1-1/+15
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg1-1/+0
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg1-3/+0
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg1-3/+15
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner1-6/+14
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg1-0/+4
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg1-35/+41
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg1-2/+4
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner1-1/+53
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner1-1/+3
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg1-1/+2
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner1-0/+22
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner1-0/+4
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner1-2/+2
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner1-1/+1
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner1-3/+0
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner1-0/+5
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner1-0/+21
2010-10-14drbd: Disabled the crashed_primary detection for re-attach of last data while IO is frozenPhilipp Reisner1-1/+3
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner1-1/+19
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner1-0/+13
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg1-4/+0
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner1-0/+6
2010-05-18drivers/block/drbd: Use kzallocJulia Lawall1-2/+1