Brian Behlendorf
4f6e1daa09
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-07-29 21:28:53 -07:00
Brian Behlendorf
7ef5ec3e95
Merge branch 'linux-have-spl-debug' into refs/top-bases/linux-zfs-branch
2009-07-29 21:28:34 -07:00
Brian Behlendorf
d844ecb1cf
Merge commit 'refs/top-bases/linux-have-spl-debug' into linux-have-spl-debug
2009-07-29 21:28:31 -07:00
Brian Behlendorf
6d3df00ca8
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
2009-07-29 21:28:21 -07:00
Brian Behlendorf
402d41bc4a
Merge commit 'refs/top-bases/linux-have-mntent' into linux-have-mntent
2009-07-29 21:28:19 -07:00
Brian Behlendorf
aec25060ca
Merge branch 'linux-have-libefi' into refs/top-bases/linux-zfs-branch
2009-07-29 21:28:09 -07:00
Brian Behlendorf
d29bbc0642
Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi
2009-07-29 21:28:05 -07:00
Brian Behlendorf
6cadec92ec
Merge branch 'linux-have-libdiskmgt' into refs/top-bases/linux-zfs-branch
2009-07-29 21:27:55 -07:00
Brian Behlendorf
87254a7505
Merge commit 'refs/top-bases/linux-have-libdiskmgt' into linux-have-libdiskmgt
2009-07-29 21:27:53 -07:00
Brian Behlendorf
12cc68e519
Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch
2009-07-29 21:27:43 -07:00
Brian Behlendorf
188e448793
Merge commit 'refs/top-bases/linux-have-fm' into linux-have-fm
2009-07-29 21:27:40 -07:00
Brian Behlendorf
0fc8c6f22d
Merge branch 'linux-docs' into refs/top-bases/linux-zfs-branch
2009-07-29 21:27:30 -07:00
Brian Behlendorf
db8dce005e
Merge commit 'refs/top-bases/linux-docs' into linux-docs
2009-07-29 21:27:26 -07:00
Brian Behlendorf
640e02d051
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
2009-07-29 21:27:17 -07:00
Brian Behlendorf
0d5745b290
Merge commit 'refs/top-bases/linux-arc' into linux-arc
2009-07-29 21:27:14 -07:00
Brian Behlendorf
2d86fb2788
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
2009-07-29 21:27:13 -07:00
Brian Behlendorf
3185bb677e
Merge branch 'fix-branch' into refs/top-bases/zfs-branch
2009-07-29 21:27:12 -07:00
Brian Behlendorf
83136344ea
Merge commit 'refs/top-bases/fix-branch' into fix-branch
2009-07-29 21:27:11 -07:00
Brian Behlendorf
653cd5153a
Merge branch 'fix-stack' into refs/top-bases/fix-branch
2009-07-29 21:27:10 -07:00
Brian Behlendorf
e2bbeb5e61
Merge branch 'gcc-branch' into refs/top-bases/zfs-branch
2009-07-29 21:27:06 -07:00
Brian Behlendorf
5809ed62dd
Merge commit 'refs/top-bases/gcc-branch' into gcc-branch
2009-07-29 21:27:05 -07:00
Brian Behlendorf
f80c505f4d
Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch
2009-07-29 21:27:04 -07:00
Brian Behlendorf
ee435f260c
Excessively large stack frames detected.
...
The 2.6.30 kernel build systems sets -Wframe-larger-than=2048 which causes
a warning to be generated when an individual stack frame exceeds 2048.
This caught the spa_history_log() and dmu_objset_snapshot() functions
which declared a data structure on the stack which contained a char
array of MAXPATHLEN. This in defined to be 4096 in the linux kernel
and I imagine it is quite large under Solaris as well. Regardless, the
offending data structures were moved to the heap to correctly keep the
stack depth to a minimum. We might consider setting this value even
lower to catch additional offenders because we are expecting deep stacks.
2009-07-29 21:18:48 -07:00
Brian Behlendorf
72d2035ed3
Updated gcc in fc11 flagged a new uninitialized variable.
2009-07-29 21:17:47 -07:00
Brian Behlendorf
95198f4d9b
Merge branch 'linux-have-idmap' into refs/top-bases/linux-zfs-branch
2009-07-29 17:53:17 -07:00
Brian Behlendorf
7a6f771733
Merge commit 'refs/top-bases/linux-have-idmap' into linux-have-idmap
2009-07-29 17:53:15 -07:00
Brian Behlendorf
3390b80591
Merge branch 'linux-ztest' into refs/top-bases/linux-zfs-branch
2009-07-29 17:53:04 -07:00
Brian Behlendorf
87ea315f36
Merge commit 'refs/top-bases/linux-ztest' into linux-ztest
2009-07-29 17:53:02 -07:00
Brian Behlendorf
20c80549a3
Merge branch 'linux-have-zpl' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:54 -07:00
Brian Behlendorf
0d3803f3bb
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
2009-07-29 17:52:52 -07:00
Brian Behlendorf
05b2809ae0
Merge branch 'linux-unused' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:44 -07:00
Brian Behlendorf
82a0d925f1
Merge commit 'refs/top-bases/linux-unused' into linux-unused
2009-07-29 17:52:42 -07:00
Brian Behlendorf
84866fd8f4
Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:35 -07:00
Brian Behlendorf
5e58344c4e
Merge commit 'refs/top-bases/linux-libspl' into linux-libspl
2009-07-29 17:52:33 -07:00
Brian Behlendorf
a5ea239513
Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:22 -07:00
Brian Behlendorf
286b499035
Merge commit 'refs/top-bases/linux-zpios' into linux-zpios
2009-07-29 17:52:20 -07:00
Brian Behlendorf
9aa2272eff
Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:12 -07:00
Brian Behlendorf
1691aecc76
Merge commit 'refs/top-bases/linux-user-disk' into linux-user-disk
2009-07-29 17:52:10 -07:00
Brian Behlendorf
d84b66de50
Merge branch 'linux-symbol-collisions' into refs/top-bases/linux-zfs-branch
2009-07-29 17:52:03 -07:00
Brian Behlendorf
b42bf549e7
Merge commit 'refs/top-bases/linux-symbol-collisions' into linux-symbol-collisions
2009-07-29 17:52:01 -07:00
Brian Behlendorf
43405895d4
Merge branch 'linux-legacy' into refs/top-bases/linux-zfs-branch
2009-07-29 17:51:53 -07:00
Brian Behlendorf
120d4ab264
Merge commit 'refs/top-bases/linux-legacy' into linux-legacy
2009-07-29 17:51:50 -07:00
Brian Behlendorf
0eabdd4918
Merge branch 'linux-kernel-mem' into refs/top-bases/linux-zfs-branch
2009-07-29 17:51:43 -07:00
Brian Behlendorf
de1fd8a096
Merge commit 'refs/top-bases/linux-kernel-mem' into linux-kernel-mem
2009-07-29 17:51:41 -07:00
Brian Behlendorf
2b54211968
Merge branch 'linux-kernel-disk' into refs/top-bases/linux-zfs-branch
2009-07-29 17:51:33 -07:00
Brian Behlendorf
ed7ca273df
Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
2009-07-29 17:51:31 -07:00
Brian Behlendorf
b5d433aaff
Merge branch 'linux-have-zvol' into refs/top-bases/linux-zfs-branch
2009-07-29 17:51:23 -07:00
Brian Behlendorf
e6e7449ff1
Merge commit 'refs/top-bases/linux-have-zvol' into linux-have-zvol
2009-07-29 17:51:20 -07:00
Brian Behlendorf
77c8dbf960
Merge branch 'linux-have-uio-rw' into refs/top-bases/linux-zfs-branch
2009-07-29 17:51:12 -07:00
Brian Behlendorf
642da38081
Merge commit 'refs/top-bases/linux-have-uio-rw' into linux-have-uio-rw
2009-07-29 17:51:09 -07:00