summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
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: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher
2011-03-10drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas 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: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher
2011-03-10drbd: --force option for disconnectPhilipp Reisner
2011-03-10drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg
2011-03-10drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg
2011-03-10drbd: New configuration parameters for dealing with network congestionPhilipp Reisner
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
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-22drbd: fix potential deadlock on detachLars Ellenberg
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner
2010-10-14drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner
2010-05-18drivers/block/drbd: Use kzallocJulia Lawall
2010-05-18drbd: always use_bmbv, ignore settingLars Ellenberg
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg
2010-05-17drbd: Four new configuration settings for resync speed controlPhilipp Reisner
2010-05-17drbd: bugfix: Make resize work, if remote's size was limiting and increased i...Philipp Reisner
2010-05-17drbd: Implemented the --assume-clean option for drbdsetup resizePhilipp Reisner
2010-05-17drbd: Implemented flags for the resize packetPhilipp Reisner
2010-05-17drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner
2010-05-17drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner