fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / block / drbd /
2010-05-21 Jens AxboeMerge branch 'master' into for-2.6.35
2010-05-21 Philipp Reisnerdrbd: Do not free p_uuid early, this is done in the...
2010-05-21 Philipp Reisnerdrbd: Null pointer deref fix to the large "multi bio...
2010-05-21 Philipp Reisnerdrbd: Fix: Do not detach, if a bio with a barrier fails
2010-05-21 Philipp Reisnerdrbd: Ensure to not trigger late-new-UUID creation...
2010-05-21 Philipp Reisnerdrbd: Do not Oops when C_STANDALONE when uuid gets...
2010-05-18 Julia Lawalldrivers/block/drbd: Use kzalloc
2010-05-18 Philipp Reisnerdrbd: Create new current UUID as late as possible
2010-05-18 Philipp Reisnerdrbd: If we detect late that IO got frozen, retry after...
2010-05-18 Lars Ellenbergdrbd: always use_bmbv, ignore setting
2010-05-18 Lars Ellenbergdrbd: allow resync requests to be larger than max_segme...
2010-05-18 Lars Ellenbergdrbd: Allow drbd_epoch_entries to use multiple bios.
2010-05-17 Lars Ellenbergdrbd: reduce sizeof struct drbd_epoch_entry by 8 byte...
2010-05-17 Philipp Reisnerdrbd: Fixes to the new delay_probes code
2010-05-17 Philipp Reisnerdrbd: A fixes to the new resync speed code
2010-05-17 Philipp Reisnerdrbd: Proc bits of new resync speed stuff
2010-05-17 Philipp Reisnerdrbd: Control the actual resync rate based on the queui...
2010-05-17 Philipp Reisnerdrbd: Actually send delay probes
2010-05-17 Philipp Reisnerdrbd: Four new configuration settings for resync speed...
2010-05-17 Philipp Reisnerdrbd: Sending of delay_probes
2010-05-17 Philipp Reisnerdrbd: Receiving of delay_probes
2010-05-17 Philipp Reisnerdrbd: Fixed bitmap in case of online-grow without resync
2010-05-17 Philipp Reisnerdrbd: Added transmission faults to the fault injection...
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: Added some missing statics
2010-05-17 Philipp Reisnerdrbd: Make sure to resync all of the new storage upon...
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-05-17 Adam Gandelmandrbd: New handler: initial-split-brain
2010-05-17 Lars Ellenbergdrbd: fail_requests_early: remove incorrect and unneces...
2010-05-17 Lars Ellenbergdrbd: check for corrupt or malicous sector addresses...
2010-05-17 Philipp Reisnerdrbd: cleanup: This code path to trigger a resync is...
2010-05-17 Lars Ellenbergdrbd: don't start a resync without access to up-to...
2010-05-17 Lars Ellenbergdrbd: fix potential protocol error
2010-05-17 Lars Ellenbergdrbd: remove bogus ASSERT
2010-05-17 Lars Ellenbergdrbd: fix regression: attach while connected failed
2010-05-17 Philipp Reisnerdrbd: Do not upgrade state to Outdated if already Incon...
2010-05-17 Lars Ellenbergdrbd: use proc_create_data with explicit NULL argument
2010-05-03 Lars Ellenbergdrbd: don't expose failed local READ to upper layers
2010-04-29 Jens AxboeMerge branch 'master' into for-2.6.35
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-04-22 Philipp Reisnerdrbd: Terminate a connection early if sending the proto...
2010-04-22 Dan Carpenterdrbd: fix memory leak
2010-04-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-02 Philipp Reisnerdrbd: lc_element_by_index() never returns NULL
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Jens AxboeMerge branch 'master' into for-linus
2010-03-11 Lars Ellenbergdrbd: fix al-to-on-disk-bitmap for 4k logical_block_size
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 Philipp Reisnerdrbd: Make sure we do not send state updates during...
2010-03-11 Philipp Reisnerdrbd: Reduce the time an empty resync takes usually
2010-03-11 Lars Ellenbergdrbd: add missing drbd command names to avoid <NULL...
2010-03-11 Lars Ellenbergdrbd_disconnect: grab meta.socket mutex as well
2010-03-11 Lars Ellenbergfix unit of rs_same_csums accounting
2010-03-11 Lars Ellenbergdrbd: fix broken state change after split-brain attach...
2010-03-11 Lars Ellenbergdrbd: fix NULL pointer dereference on 4k hard sect...
2010-03-11 Philipp Reisnerdrbd: --dry-run option for drbdsetup net ( drbdadm...
2010-03-11 Thomas Gleixnerblock: drbd: Convert semaphore to mutex
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
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-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-25 Dan Carpenterdrbd: null dereference bug
2010-01-22 Lars Ellenbergdrbd: fix max_segment_size initialization
2010-01-12 Philipp Reisnerdrbd: Allow online resizing of DRBD devices while peer...
2010-01-12 Johannes Thomadrbd: Don't go into StandAlone mode when authentificati...
2010-01-11 Julia Lawalldrivers/block/drbd/drbd_receiver.c: correct NULL test
2010-01-07 Lars Ellenbergdrbd: check on CONFIG_LBDAF, not LBD
2010-01-04 Julia Lawalldrivers/block/drbd: Correct NULL test
2009-12-31 Philipp Reisnerdrbd: Silenced an assert that could triggered after...
2009-12-29 Johannes Thomadrbd: Kconfig fix
2009-12-29 Philipp Reisnerdrbd: Fix for a race between IO and a detach operation...
2009-12-29 Philipp Reisnerdrbd: Use drbd_crypto_is_hash() instead of an open...
2009-12-21 Huang Weiyidrbd: remove unused #include <linux/version.h>
2009-12-21 Huang Weiyidrbd: remove duplicated #include
2009-12-21 Roel Kluindrbd: Fix test of unsigned in _drbd_fault_random()
2009-12-21 Emese Revfydrbd: Constify struct file_operations
2009-12-18 Roel Kluindrbd: fix test of unsigned in _drbd_fault_random()
2009-12-09 Philipp Reisnerdrbd: Following the hmac change to SHASH (see linux...
2009-12-03 Philipp Reisnerdrbd_req.c: use part_[inc|dec]_in_flight()
2009-11-24 Philipp ReisnerFixed a regression in resync decission code drbd_uuid_c...
2009-11-24 Lars Ellenbergadd missing state change on corrupt packet header in...
2009-11-24 Lars Ellenbergfix in-kernel configuration serialization
2009-11-04 Lars Ellenbergdrbd: performance - don't lose unplug events
2009-11-04 Philipp ReisnerDo not deadlock in drbd_disconnect() [bugz 258]
2009-11-04 Philipp Reisnerdrbdsetup X resume-io should be usable to resume IO...
2009-11-04 Lars Ellenbergdrbd: fix check for too large lower level device
2009-11-04 Lars Ellenbergfix grammar in printk
2009-10-28 Jens Axboedrbd: fix in_flight rw indexing
2009-10-07 Randy Dunlapdrbd: needs __ratelimit()
2009-10-06 Philipp Reisnerdrbd: Work on permission enforcement
2009-10-05 Jens Axboedrbd: fixup for reverted dual in_flight patch
2009-10-01 Jens Axboedrbd: remove tracing bits
2009-10-01 Lars Ellenbergdropping unneeded include autoconf.h
2009-10-01 Philipp ReisnerThe DRBD driver