summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg5-45/+79
2010-10-14drbd: remove outdated comment and dead codeLars Ellenberg1-11/+0
2010-10-14drbd: let drbd_free_ee implicitly free any digestLars Ellenberg3-8/+9
2010-10-14drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner3-8/+12
2010-10-14drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...Philipp Reisner1-1/+3
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner5-1/+151
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner4-8/+37
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner4-13/+25
2010-10-14drbd: fix list corruption (recent regression)Lars Ellenberg1-25/+17
2010-10-14drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner1-1/+2
2010-10-14drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner1-16/+15
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner4-26/+43
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner1-1/+1
2010-10-14drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner1-14/+20
2010-10-14drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner3-2/+4
2010-10-14drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner1-1/+3
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner3-5/+13
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner3-6/+27
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner3-7/+25
2010-10-14drbd: Reduce the verbosity of some state transitionsPhilipp Reisner1-7/+1
2010-10-14drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner1-3/+0
2010-10-14drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner2-1/+8
2010-10-14drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner1-1/+3
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner3-2/+21
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner9-1/+90
2010-10-14drbd: Removed redundant error checks in the request code pathPhilipp Reisner1-15/+0
2010-10-14drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner1-9/+15
2010-10-14drbd: Do not send two barriers without any writes between themPhilipp Reisner1-2/+7
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner5-40/+103
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner2-6/+16
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner4-47/+23
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner3-9/+9
2010-09-26amiga floppy: Compile failure fixesVivek Goyal1-3/+2
2010-09-24atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+39
2010-09-24amiga floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+48
2010-09-22floppy: switch to one queue per drive instead of sharing a queueJens Axboe1-21/+45
2010-09-10cciss: remove some superfluous tests from cciss_bigpassthru()Stephen M. Cameron1-17/+8
2010-09-10cciss: factor out cciss_big_passthruStephen M. Cameron1-156/+151
2010-09-10cciss: factor out cciss_passthruStephen M. Cameron1-111/+101
2010-09-10cciss: factor out cciss_getluninfoStephen M. Cameron1-14/+18
2010-09-10cciss: factor out cciss_getdrivverStephen M. Cameron1-13/+13
2010-09-10cciss: factor out cciss_getfirmverStephen M. Cameron1-12/+15
2010-09-10cciss: factor out cciss_getbustypesStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_getheartbeatStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_setnodenameStephen M. Cameron1-36/+29
2010-09-10cciss: factor out cciss_getnodenameStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_setintinfoStephen M. Cameron1-34/+32
2010-09-10cciss: factor out cciss_getintinfoStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_getpciinfoStephen M. Cameron1-17/+17
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz1-0/+101