Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[linux-flexiantxendom0-3.2.10.git] / drivers / block / drbd / drbd_nl.c
2012-05-11 Eric W. Biedermanconnector/userns: replace netlink uses of cap_raised...
2012-03-23 Oleg Nesterovusermodehelper: use UMH_WAIT_PROC consistently
2012-03-20 Cong Wangblock: remove the second argument of k[un]map_atomic()
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-09-15 Joe Perchesdrbd: Use angle brackets for system includes
2011-08-02 H Hartley Sweetendrivers/block/drbd/drbd_nl.c: use bitmap_parse instead...
2011-05-24 Philipp Reisnerdrbd: fix warning
2011-05-24 Bart Van Asschedrbd: Fix spelling
2011-05-24 Lars Ellenbergdrbd: fix schedule in atomic
2011-05-24 Philipp Reisnerdrbd: Take a more conservative approach when deciding...
2011-05-24 Philipp Reisnerdrbd: Fixed state transitions after async outdate-peer...
2011-03-28 Linus TorvaldsMerge branch 'for-2.6.39/drivers' of git://git.kernel...
2011-03-10 Lars Ellenbergdrbd: serialize admin requests for new verify run with...
2011-03-10 Lars Ellenbergdrbd: describe bitmap locking for bulk operation in...
2011-03-10 Lars Ellenbergdrbd: log UUIDs whenever they change
2011-03-10 Philipp Reisnerdrbd: Provide hints with the error message when clearin...
2011-03-10 Lars Ellenbergdrbd: serialize admin requests for new resync with...
2011-03-10 Philipp Reisnerdrbd: cleaned up __set_current_state() followed by...
2011-03-10 Lars Ellenbergdrbd: allow petabyte storage on 64bit arch
2011-03-10 Lars Ellenbergdrbd: bitmap keep track of changes vs on-disk bitmap
2011-03-10 Andreas Gruenbacherdrbd: Fix: drbd_bitmap_io does not return an enum deter...
2011-03-10 Andreas Gruenbacherdrbd: drbd_nl_disk_conf: Avoid a compiler warning
2011-03-10 Andreas Gruenbacherdrbd: Use the standard bool, true, and false keywords
2011-03-10 Andreas Gruenbacherdrbd: Be more explicit about functions that return...
2011-03-10 Andreas Gruenbacherdrbd: Rename enum drbd_ret_codes to enum drbd_ret_code
2011-03-10 Philipp Reisnerdrbd: --force option for disconnect
2011-03-10 Lars Ellenbergdrbd: add packet_type 27 (return_code_only) to netlink api
2011-03-10 Lars Ellenbergdrbd: use kzalloc and memset(,0,) to start with clean...
2011-03-10 Philipp Reisnerdrbd: New configuration parameters for dealing with...
2011-03-10 Lars Ellenbergdrbd: properly use max_hw_sectors to limit the our...
2011-03-10 Lars Ellenbergdrbd: debug: limit nelink-broadcast of request on diges...
2011-03-03 Patrick McHardynetlink: kill eff_cap from struct netlink_skb_parms
2010-11-27 Jens AxboeMerge branch 'cleanup-bd_claim' of git://git./linux...
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-10-23 Philipp Reisnerdrbd: REQ_HARDBARRIER -> REQ_FUA transition for meta...
2010-10-23 Philipp Reisnerdrbd: Removed the BIO_RW_BARRIER support form the recei...
2010-10-22 Lars Ellenbergdrbd: fix potential deadlock on detach
2010-10-22 Lars Ellenbergdrbd: consolidate explicit drbd_md_sync into drbd_creat...
2010-10-14 Lars Ellenbergdrbd: cleanup useless leftover warn/error printk's
2010-10-14 Lars Ellenbergdrbd: protocol compatibility for maximum packet sizes
2010-10-14 Philipp Reisnerdrbd: Track the reasons to suspend IO in dedicated...
2010-10-14 Lars Ellenbergdrbd: drbd_md_sync before calling user space helpers
2010-10-14 Lars Ellenbergdrbd: implicitly create unconfigured devices on sync...
2010-10-14 Lars Ellenbergdrbd: fix race between deconfiguring and reconfiguring...
2010-10-14 Philipp Reisnerdrbd: Disable activity log updates when the whole devic...
2010-10-14 Philipp Reisnerdrbd: Actually allow BIOs up to 128k (was 32k).
2010-10-14 Lars Ellenbergdrbd: new configuration parameter c-min-rate
2010-10-14 Philipp Reisnerdrbd: The new, smarter resync speed controller
2010-10-14 Philipp Reisnerdrbd: New sync parameters for the smart resync rate...
2010-10-14 Philipp Reisnerdrbd: Do not try to free tl_hash in drbd_disconnect...
2010-10-14 Philipp Reisnerdrbd: Allow attach while IO is suspended
2010-10-14 Philipp Reisnerdrbd: Ensure that the peer was not rebootet in the...
2010-10-14 Philipp Reisnerdrbd: Delayed creation of current-UUID
2010-10-14 Philipp Reisnerdrbd: Run the fence-peer helper asynchronously
2010-10-14 Philipp Reisnerdrbd: Disabled the crashed_primary detection for re...
2010-10-14 Philipp Reisnerdrbd: Do not allow a fencing-policy of resource-and...
2010-10-14 Philipp Reisnerdrbd: Finished the "on-no-data-accessible suspend-io...
2010-08-07 Lars Ellenbergdrbd: revert "delay probes", feature is being re-implem...
2010-06-14 Philipp Reisnerdrbd: Fixed a race between disk-attach and unexpected...
2010-05-18 Julia Lawalldrivers/block/drbd: Use kzalloc
2010-05-18 Lars Ellenbergdrbd: always use_bmbv, ignore setting
2010-05-18 Lars Ellenbergdrbd: Allow drbd_epoch_entries to use multiple bios.
2010-05-17 Philipp Reisnerdrbd: Four new configuration settings for resync speed...
2010-05-17 Philipp Reisnerdrbd: bugfix: Make resize work, if remote's size was...
2010-05-17 Philipp Reisnerdrbd: Implemented the --assume-clean option for drbdset...
2010-05-17 Philipp Reisnerdrbd: Implemented flags for the resize packet
2010-05-17 Philipp Reisnerdrbd: Implemented the set_new_bits parameter for drbd_b...
2010-05-17 Philipp Reisnerdrbd: made determin_dev_size's parameter an flag enum
2010-03-11 Philipp Reisnerdrbd: Renamed overwrite_peer to primary_force
2010-03-11 Philipp Reisnerdrbd: Forcing primary should also work for Consistent...
2010-03-11 Lars Ellenbergdrbd: fix NULL pointer dereference on 4k hard sect...
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-01-12 Philipp Reisnerdrbd: Allow online resizing of DRBD devices while peer...
2009-12-29 Philipp Reisnerdrbd: Use drbd_crypto_is_hash() instead of an open...
2009-12-09 Philipp Reisnerdrbd: Following the hmac change to SHASH (see linux...
2009-11-24 Lars Ellenbergfix in-kernel configuration serialization
2009-11-04 Lars Ellenbergdrbd: fix check for too large lower level device
2009-10-06 Philipp Reisnerdrbd: Work on permission enforcement
2009-10-01 Jens Axboedrbd: remove tracing bits
2009-10-01 Lars Ellenbergdropping unneeded include autoconf.h
2009-10-01 Philipp ReisnerThe DRBD driver