drbd: add some more explicit drbd_md_sync
[pandora-kernel.git] / drivers /
2010-10-14 Lars Ellenbergdrbd: add some more explicit drbd_md_sync
2010-10-14 Lars Ellenbergdrbd: drop wrong debug asserts, fix recently introduced...
2010-10-14 Lars Ellenbergdrbd: cleanup useless leftover warn/error printk's
2010-10-14 Lars Ellenbergdrbd: add explicit drbd_md_sync to drbd_resync_finished
2010-10-14 Philipp Reisnerdrbd: Do not log an ASSERT for P_OV_REQUEST packets...
2010-10-14 Lars Ellenbergdrbd: fix for possible deadlock on IO error during...
2010-10-14 Lars Ellenbergdrbd: fix unlikely access after free and list corruption
2010-10-14 Lars Ellenbergdrbd: fix for spurious fullsync (uuids rotated too...
2010-10-14 Lars Ellenbergdrbd: allow for explicit resync-finished notifications
2010-10-14 Lars Ellenbergdrbd: preparation commit, using full state in receive_s...
2010-10-14 Lars Ellenbergdrbd: drbd_send_ack_dp must not rely on header information
2010-10-14 Lars Ellenbergdrbd: Fix regression in recv_bm_rle_bits (compressed...
2010-10-14 Philipp Reisnerdrbd: Fixed a stupid copy and paste error
2010-10-14 Philipp Reisnerdrbd: Allow larger values for c-fill-target.
2010-10-14 Lars Ellenbergdrbd: fix possible access after free
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: DIV_ROUND_UP not needed here
2010-10-14 Philipp Reisnerdrbd: Fixed compatibility with protocol versions smalle...
2010-10-14 Lars Ellenbergdrbd: fix for spurious full sync (becoming sync target...
2010-10-14 Lars Ellenbergdrbd: cosmetic, don't report resync for online-verify
2010-10-14 Lars Ellenbergdrbd: fix spurious protocol error
2010-10-14 Lars Ellenbergdrbd: fix potential kernel BUG (NULL deref)
2010-10-14 Lars Ellenbergdrbd: don't count sendpage()d pages only referenced...
2010-10-14 Philipp Reisnerdrbd: Adding support for BIO/Request flags: REQ_FUA...
2010-10-14 Lars Ellenbergdrbd: drbd_md_sync before calling user space helpers
2010-10-14 Lars Ellenbergdrbd: fix race on meta-data update, addendum
2010-10-14 Philipp Reisnerdrbd: Removed a race that could cause unexpected execut...
2010-10-14 Lars Ellenbergdrbd: implicitly create unconfigured devices on sync...
2010-10-14 Lars Ellenbergdrbd: fix race on meta-data update
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 Philipp Reisnerdrbd: receiving of big packets, for payloads between...
2010-10-14 Philipp Reisnerdrbd: Sending of big packets, for payloads from 64KByte...
2010-10-14 Philipp Reisnerdrbd: Bugfix for regression introduced with f9bc8913c06022e
2010-10-14 Philipp Reisnerdrbd: Microfix: Assigning sector once is sufficient
2010-10-14 Lars Ellenbergdrbd: new configuration parameter c-min-rate
2010-10-14 Lars Ellenbergdrbd: reduce code duplication when receiving data requests
2010-10-14 Lars Ellenbergdrbd: use rolling marks for resync speed calculation
2010-10-14 Lars Ellenbergdrbd: remove outdated comment and dead code
2010-10-14 Lars Ellenbergdrbd: let drbd_free_ee implicitly free any digest
2010-10-14 Philipp Reisnerdrbd: Replaced some casts by an union. Improved comments
2010-10-14 Philipp Reisnerdrbd: Bugfix: rs_in_flight could become wrong if read_f...
2010-10-14 Philipp Reisnerdrbd: The new, smarter resync speed controller
2010-10-14 Philipp Reisnerdrbd: New sync_param packet, that includes the paramete...
2010-10-14 Philipp Reisnerdrbd: New sync parameters for the smart resync rate...
2010-10-14 Lars Ellenbergdrbd: fix list corruption (recent regression)
2010-10-14 Philipp Reisnerdrbd: Initialize all members of sync_conf to their...
2010-10-14 Philipp Reisnerdrbd: Make sure tl_restart(, resend) can not get called...
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: Allow tl_restart() to do IO completion while...
2010-10-14 Philipp Reisnerdrbd: Fixed a deadlock, probably only affected UP machines
2010-10-14 Philipp Reisnerdrbd: Do not do a hard state change when establishing...
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: Reduce the verbosity of some state transitions
2010-10-14 Philipp Reisnerdrbd: Removing a by now obsolete clause in the state...
2010-10-14 Philipp Reisnerdrbd: Now we need to handle the ed_uuid of an diskless...
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-10-14 Philipp Reisnerdrbd: Removed redundant error checks in the request...
2010-10-14 Philipp Reisnerdrbd: factored drbd_req_make_private_bio() out of drbd_...
2010-10-14 Philipp Reisnerdrbd: Do not send two barriers without any writes betwe...
2010-10-14 Philipp Reisnerdrbd: factored tl_restart() out of tl_clear().
2010-10-14 Philipp Reisnerdrbd: mod_req has now a return value
2010-10-14 Philipp Reisnerdrbd: Track all IO requests on the TL, not writes only
2010-10-14 Philipp Reisnerdrbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch...
2010-09-26 Vivek Goyalamiga floppy: Compile failure fixes
2010-09-24 Vivek Goyalatari floppy: Stop sharing request queue across multipl...
2010-09-24 Vivek Goyalamiga floppy: Stop sharing request queue across multipl...
2010-09-22 Jens Axboefloppy: switch to one queue per drive instead of sharin...
2010-09-10 Stephen M. Cameroncciss: remove some superfluous tests from cciss_bigpass...
2010-09-10 Stephen M. Cameroncciss: factor out cciss_big_passthru
2010-09-10 Stephen M. Cameroncciss: factor out cciss_passthru
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getluninfo
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getdrivver
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getfirmver
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getbustypes
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getheartbeat
2010-09-10 Stephen M. Cameroncciss: factor out cciss_setnodename
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getnodename
2010-09-10 Stephen M. Cameroncciss: factor out cciss_setintinfo
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getintinfo
2010-09-10 Stephen M. Cameroncciss: factor out cciss_getpciinfo
2010-08-23 Milan Brozloop: add some basic read-only sysfs attributes
2010-08-23 Linus TorvaldsMerge branch 'radix-tree' of git://git./linux/kernel...
2010-08-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.36' of git://git./virt...
2010-08-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-22 Zhenyu Wangdrm/i915,intel_agp: Add support for Sandybridge D0
2010-08-22 Zhenyu Wangdrm/i915: fix render pipe control notify on sandybridge
2010-08-22 Zhenyu Wangagp/intel: set 40-bit dma mask on Sandybridge
2010-08-22 Chris Wilsondrm/i915: Remove the conflicting BUG_ON()
2010-08-22 Chris Wilsondrm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/
2010-08-22 Chris Wilsondrm/i915/suspend: Flush register writes before busy...
next