Age | Commit message (Expand) | Author |
2013-08-27 | get rid of the different path scheduler types, which simplifies the | David Gwynne |
2013-08-27 | these were forgotten in the change from pointing paths to groups instead | David Gwynne |
2013-08-27 | make scsi_sem_leave only run again once, no matter how many times | David Gwynne |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-26 | When a page needs to be flushed from all caches, make sure the writeback | Miod Vallat |
2013-08-26 | sync | Theo de Raadt |
2013-08-26 | capitalize a section header | Mike Belopuhov |
2013-08-26 | "reactivate"; | Jason McIntyre |
2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() | Christian Weisgerber |
2013-08-26 | implement handling of group failover. | David Gwynne |
2013-08-26 | feng shui | David Gwynne |
2013-08-26 | all paths are considered active, not in some unknown state. | David Gwynne |
2013-08-26 | all FUJITSU MA disks ive found seem ok with being behind mpath. | David Gwynne |
2013-08-26 | pull rdac_c9 apart and use its guts to implement the status check | David Gwynne |
2013-08-26 | rename rdac_c8 to rdac_extdevid and use less magic numbers in the process. | David Gwynne |
2013-08-26 | when i first imagined how paths on mpath worked, i thought the | David Gwynne |
2013-08-26 | add a define for the link capabilities register for | Jonathan Gray |
2013-08-26 | slowcgi grows an option to specify an alternate FastCGI socket | Bret Lambert |
2013-08-26 | my DELL MD3000i seems to return skey illegal request + asc 0x94 + | David Gwynne |
2013-08-26 | checksense handlers in path drivers can return MPATH_SENSE_DECLINED | David Gwynne |
2013-08-26 | free the dev slot on group allocation failure if we're building a new dev. | David Gwynne |
2013-08-26 | introduce the idea of groups of paths. mpath had stuff to managed | David Gwynne |
2013-08-26 | rdac_groupid queries which controller the path is attached to, which we'll | David Gwynne |
2013-08-26 | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, | Alexander Bluhm |
2013-08-26 | now that mpath is attached before any hardware, we can simplify the code. | David Gwynne |
2013-08-26 | Add a stubbed out version of drm_pcie_get_speed_cap_mask() and | Jonathan Gray |
2013-08-26 | remove an uneeded printf | Jonathan Gray |
2013-08-26 | move attach mpath before any hardware. the benefits being: | David Gwynne |
2013-08-26 | make scsi_{xsh,ioh}_{add,del} return whether they moved something | David Gwynne |
2013-08-25 | move the prototypes of scsi_sem_{enter,leave} into a header so things | David Gwynne |
2013-08-25 | transform names cannot have commas | Mike Belopuhov |
2013-08-25 | transform names cannot have commas | Mike Belopuhov |
2013-08-25 | the comment that comma characters cannot be used in transform | Mike Belopuhov |
2013-08-25 | one change missed by jsging's commit is needed to unbreak the build; | Mike Belopuhov |
2013-08-25 | call if_link_state_change when link state actually changes; ok claudio | Mike Belopuhov |
2013-08-25 | Make ommmc interrupts show up in vmstat -i, systat, etc. | Stefan Sperling |
2013-08-25 | Remove useless and ugly (code before decl, wrong indentation) debug printfs. | Stefan Sperling |
2013-08-25 | Allocate and deallocate memory for encryption contexts within cryptosoft, | Joel Sing |
2013-08-25 | Do not require that `extra' partitions (i-p) start on cylinder boundaries; | Miod Vallat |
2013-08-25 | In bonito_mem_map(), initialize pcimap earlier to make sure its value is not | Miod Vallat |
2013-08-25 | new ciss devices from Scott Benesh of HP via FreeBSD | Jonathan Gray |
2013-08-25 | regen | Jonathan Gray |
2013-08-25 | new ciss devices from Scott Benesh of HP via FreeBSD | Jonathan Gray |
2013-08-24 | Extraneous local variable with useless increment applied. | Mike Larkin |
2013-08-24 | fix use of uninitialized variables (used only in a DEBUG printf) | Mike Larkin |
2013-08-24 | Remove call to sched_start_secondary_cpus in MP unhibernate case until we | Mike Larkin |
2013-08-24 | use MB for megabytes instead of Mb; | Jason McIntyre |
2013-08-24 | Make sure do_xmem_* return the correct value. This fixes usage of fork() | Miod Vallat |
2013-08-24 | Move underrun/overrun recovery code from the sun-api back-end to | Alexandre Ratchov |
2013-08-24 | replace random() with arc4random. | David Gwynne |