summaryrefslogtreecommitdiffstats
path: root/module/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-07-071-1/+1
|\
| * Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-07-071-1/+1
| |\
| | * hash_lock should always be initializedBrian Behlendorf2009-07-071-1/+1
| | * Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2009-07-021-16/+66
| | |\
* | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-07-061-16/+66
|\| | |
| * | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2009-07-021-16/+66
| |\ \ \
| | * \ \ Merge commit 'refs/top-bases/gcc-c90' into gcc-c90Brian Behlendorf2009-07-021-17/+67
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Rebase master to b117Brian Behlendorf2009-07-021-17/+67
| | * | | Local try should be in this patchBrian Behlendorf2009-02-181-0/+1
* | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-121-1/+1
|\| | | |
| * | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-121-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Resolve remaining uninitialized variablesBrian Behlendorf2009-03-121-1/+1
* | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-121-0/+4
|\| | | |
| * | | | Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-121-0/+4
| |\ \ \ \
| | * | | | Add remaining missing cases (or a default) to all switch statements.Brian Behlendorf2009-03-121-0/+4
| | | |_|/ | | |/| |
* | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-03-111-3/+2
|\| | | |
| * | | | Merge branch 'gcc-unused' into refs/top-bases/gcc-branchBrian Behlendorf2009-03-111-3/+2
| |\ \ \ \
| | * | | | Resolve upstream unused variables so we can remove the -Wno-unusedBrian Behlendorf2009-03-111-3/+2
| | |/ / /
* | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-02-181-9/+9
|\| | | |
| * | | | Merge branch 'gcc-cast' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-9/+9
| |\ \ \ \
| | * | | | Pass 0's instead of NULL's which are the same but of the correct typeBrian Behlendorf2009-02-181-9/+9
| | |/ / /
* | | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-02-181-115/+268
|\| | | |
| * | | | Merge branch 'gcc-uninit' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2009-02-181-115/+268
| | |\| |
| | * | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2009-01-151-2/+3
| | |\ \ \
| | * | | | Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninitBrian Behlendorf2008-12-111-4/+5
| * | | | | Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2009-02-181-116/+268
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge commit 'refs/top-bases/gcc-c90' into gcc-c90Brian Behlendorf2009-02-181-115/+268
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Rebase master to b108Brian Behlendorf2009-02-181-115/+268
| | | | |/ | | | |/|
* | | | | Resolve conflict with removed cleaner typeBrian Behlendorf2009-01-151-2/+2
|\| | | |
| * | | | Resolve conflict with removed cleaner typeBrian Behlendorf2009-01-151-2/+3
| |\| | |
| | * | | Merge commit 'refs/top-bases/gcc-c90' into gcc-c90Brian Behlendorf2009-01-151-2/+3
| | |\| |
| | | * | Rebase master to b105Brian Behlendorf2009-01-151-2/+3
| | | |/
* | | | Merge branch 'fix-branch' into refs/top-bases/zfs-branchBrian Behlendorf2009-01-131-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'fix-list' into refs/top-bases/fix-branchBrian Behlendorf2009-01-131-0/+3
| |\ \ \ \
| | * | | | Fix proper list node initializationBrian Behlendorf2009-01-131-0/+3
| | | |_|/ | | |/| |
| * | | | Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branchBrian Behlendorf2008-12-111-2/+3
| * | | | Merge commit 'refs/top-bases/fix-clock-wrap' into fix-clock-wrapBrian Behlendorf2008-12-111-3/+3
| |/ / /
* | | | Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2008-12-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-191-1/+1
| |\ \ \
| | * | | Fix missing void in prototypeBrian Behlendorf2008-12-191-1/+1
| | |/ /
* | / / Merge branch 'gcc-branch' into refs/top-bases/zfs-branchBrian Behlendorf2008-12-111-5/+6
|/ / /
* | / Merge branch 'gcc-c90' into refs/top-bases/gcc-branchBrian Behlendorf2008-12-111-5/+6
| |/ |/|
* | Merge commit 'refs/top-bases/gcc-c90' into gcc-c90Brian Behlendorf2008-12-111-1/+1
|/
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+4479