aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAge
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-10
* drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher2011-03-10
* drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher2011-03-10
* drbd: --force option for disconnectPhilipp Reisner2011-03-10
* drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg2011-03-10
* drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg2011-03-10
* drbd: New configuration parameters for dealing with network congestionPhilipp Reisner2011-03-10
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-10
* drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg2011-03-10
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-27
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* | drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-23
* | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-23
* | drbd: fix potential deadlock on detachLars Ellenberg2010-10-22
* | drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg2010-10-22
|/
* drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2010-10-14
* drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-14
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-14
* drbd: drbd_md_sync before calling user space helpersLars Ellenberg2010-10-14
* drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg2010-10-14
* drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg2010-10-14
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-14
* drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner2010-10-14
* drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-14
* drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-14
* drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-14
* drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-14
* drbd: Allow attach while IO is suspendedPhilipp Reisner2010-10-14
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-14
* drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-14
* drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-14
* drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner2010-10-14
* drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-14
* drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-14
* drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-07
* drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2010-06-14
* drivers/block/drbd: Use kzallocJulia Lawall2010-05-17
* drbd: always use_bmbv, ignore settingLars Ellenberg2010-05-17
* drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg2010-05-17
* drbd: Four new configuration settings for resync speed controlPhilipp Reisner2010-05-17
* drbd: bugfix: Make resize work, if remote's size was limiting and increased i...Philipp Reisner2010-05-17
* drbd: Implemented the --assume-clean option for drbdsetup resizePhilipp Reisner2010-05-17
* drbd: Implemented flags for the resize packetPhilipp Reisner2010-05-17
* drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner2010-05-17
* drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner2010-05-17
* drbd: Renamed overwrite_peer to primary_forcePhilipp Reisner2010-03-11
* drbd: Forcing primary should also work for Consistent disks [Bugz 266]Philipp Reisner2010-03-11
* drbd: fix NULL pointer dereference on 4k hard sect sizeLars Ellenberg2010-03-11
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26