summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-144-13/+25
* drbd: fix list corruption (recent regression)Lars Ellenberg2010-10-141-25/+17
* drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner2010-10-141-1/+2
* drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner2010-10-141-16/+15
* drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-144-26/+43
* drbd: Allow attach while IO is suspendedPhilipp Reisner2010-10-141-1/+1
* drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner2010-10-141-14/+20
* drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner2010-10-143-2/+4
* drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner2010-10-141-1/+3
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-143-5/+13
* drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-143-6/+27
* drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-143-7/+25
* drbd: Reduce the verbosity of some state transitionsPhilipp Reisner2010-10-141-7/+1
* drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner2010-10-141-3/+0
* drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner2010-10-142-1/+8
* drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner2010-10-141-1/+3
* drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-143-2/+21
* drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-149-1/+90
* drbd: Removed redundant error checks in the request code pathPhilipp Reisner2010-10-141-15/+0
* drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner2010-10-141-9/+15
* drbd: Do not send two barriers without any writes between themPhilipp Reisner2010-10-141-2/+7
* drbd: factored tl_restart() out of tl_clear().Philipp Reisner2010-10-145-40/+103
* drbd: mod_req has now a return valuePhilipp Reisner2010-10-142-6/+16
* drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner2010-10-144-47/+23
* drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner2010-10-143-9/+9
* amiga floppy: Compile failure fixesVivek Goyal2010-09-261-3/+2
* atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal2010-09-241-11/+39
* amiga floppy: Stop sharing request queue across multiple gendisksVivek Goyal2010-09-241-11/+48
* floppy: switch to one queue per drive instead of sharing a queueJens Axboe2010-09-221-21/+45
* cciss: remove some superfluous tests from cciss_bigpassthru()Stephen M. Cameron2010-09-101-17/+8
* cciss: factor out cciss_big_passthruStephen M. Cameron2010-09-101-156/+151
* cciss: factor out cciss_passthruStephen M. Cameron2010-09-101-111/+101
* cciss: factor out cciss_getluninfoStephen M. Cameron2010-09-101-14/+18
* cciss: factor out cciss_getdrivverStephen M. Cameron2010-09-101-13/+13
* cciss: factor out cciss_getfirmverStephen M. Cameron2010-09-101-12/+15
* cciss: factor out cciss_getbustypesStephen M. Cameron2010-09-101-11/+13
* cciss: factor out cciss_getheartbeatStephen M. Cameron2010-09-101-11/+13
* cciss: factor out cciss_setnodenameStephen M. Cameron2010-09-101-36/+29
* cciss: factor out cciss_getnodenameStephen M. Cameron2010-09-101-13/+15
* cciss: factor out cciss_setintinfoStephen M. Cameron2010-09-101-34/+32
* cciss: factor out cciss_getintinfoStephen M. Cameron2010-09-101-13/+15
* cciss: factor out cciss_getpciinfoStephen M. Cameron2010-09-101-17/+17
* loop: add some basic read-only sysfs attributesMilan Broz2010-08-231-0/+101
* Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Linus Torvalds2010-08-221-15/+48
|\
| * radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner2010-08-231-13/+44
| * radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner2010-08-231-2/+4
* | Linux 2.6.36-rc2v2.6.36-rc2Linus Torvalds2010-08-221-1/+1
* | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-223-3/+5
|\ \
| * | KVM: PIT: free irq source id in handling error pathXiao Guangrong2010-08-171-0/+1
| * | KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng2010-08-151-1/+1