Commit Graph

962 Commits

Author SHA1 Message Date
Brian Behlendorf b58747a2e2 Merge branch 'fix-stack' into refs/top-bases/fix-branch 2009-12-18 14:31:21 -08:00
Brian Behlendorf 70ddc1393f No inline to keep dmu_recv_stream() stack frame less than 1024 bytes.
Recent builds against 2.6.31 flagged dmu_recv_stream() as stack heavy.
As a quick simple way to resolve this I'm preventing the inlining of
certain functions which gcc will inline here because this is the only
place they are called.  Futher analysis of this function should be
performed to futher reduce its stack usage.
2009-12-18 14:22:02 -08:00
Brian Behlendorf 73672e0b66 Merge commit 'refs/top-bases/fix-acl' into fix-acl 2009-12-11 16:22:15 -08:00
Brian Behlendorf ef72feceef Merge branch 'fix-acl' into refs/top-bases/fix-branch 2009-12-11 16:22:15 -08:00
Brian Behlendorf 39ea68ffcc Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode 2009-12-11 16:22:13 -08:00
Brian Behlendorf 9e22d4e163 Merge branch 'fix-deadcode' into refs/top-bases/fix-branch 2009-12-11 16:22:13 -08:00
Brian Behlendorf 13ef957f1f Merge commit 'refs/top-bases/fix-strncat' into fix-strncat 2009-12-11 16:22:12 -08:00
Brian Behlendorf 3951938094 Merge branch 'fix-strncat' into refs/top-bases/fix-branch 2009-12-11 16:22:12 -08:00
Brian Behlendorf da80b11b25 Merge commit 'refs/top-bases/fix-list' into fix-list 2009-12-11 16:22:10 -08:00
Brian Behlendorf 5e2026bde3 Merge branch 'fix-list' into refs/top-bases/fix-branch 2009-12-11 16:22:10 -08:00
Brian Behlendorf dd99f670b6 Merge commit 'refs/top-bases/fix-taskq' into fix-taskq 2009-12-11 16:22:09 -08:00
Brian Behlendorf d642b126ce Merge branch 'fix-taskq' into refs/top-bases/fix-branch 2009-12-11 16:22:09 -08:00
Brian Behlendorf 83937eae80 Merge commit 'refs/top-bases/fix-stack' into fix-stack 2009-12-11 16:22:07 -08:00
Brian Behlendorf d77c0f7542 Merge branch 'fix-stack' into refs/top-bases/fix-branch 2009-12-11 16:22:07 -08:00
Brian Behlendorf aebea63638 Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks 2009-12-11 16:22:06 -08:00
Brian Behlendorf 2a54bd469f Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch 2009-12-11 16:22:06 -08:00
Brian Behlendorf 0f3b4bdf2e Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod 2009-12-11 16:22:04 -08:00
Brian Behlendorf 2cabe87b34 Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch 2009-12-11 16:22:04 -08:00
Brian Behlendorf 0a602e3ef2 Merge commit 'refs/top-bases/fix-newlines' into fix-newlines 2009-12-11 16:22:02 -08:00
Brian Behlendorf ef55dbb2c2 Merge branch 'fix-newlines' into refs/top-bases/fix-branch 2009-12-11 16:22:02 -08:00
Brian Behlendorf 13375d2e12 Merge branch 'fix-get-configs' into refs/top-bases/fix-branch 2009-12-11 16:22:01 -08:00
Brian Behlendorf 9d8e65abc7 Merge commit 'refs/top-bases/fix-get-configs' into fix-get-configs 2009-12-11 16:22:00 -08:00
Brian Behlendorf a0f63dd290 Merge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs 2009-12-11 16:21:59 -08:00
Brian Behlendorf 33f838af2c Merge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch 2009-12-11 16:21:59 -08:00
Brian Behlendorf bab921dcf5 Merge commit 'refs/top-bases/fix-dsl_pool_t' into fix-dsl_pool_t 2009-12-11 16:21:58 -08:00
Brian Behlendorf 4b45de3fc3 Merge branch 'fix-dsl_pool_t' into refs/top-bases/fix-branch 2009-12-11 16:21:58 -08:00
Brian Behlendorf ff8dc83d83 Merge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons 2009-12-11 16:21:56 -08:00
Brian Behlendorf 4d80df7778 Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch 2009-12-11 16:21:56 -08:00
Brian Behlendorf 15727a4121 Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t 2009-12-11 16:21:55 -08:00
Brian Behlendorf 6917df0d96 Merge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch 2009-12-11 16:21:55 -08:00
Brian Behlendorf 6f7c834700 Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch 2009-12-11 16:21:54 -08:00
Brian Behlendorf 8e94f4be0b Merge commit 'refs/top-bases/fix-clock-wrap' into fix-clock-wrap 2009-12-11 16:21:53 -08:00
Brian Behlendorf 058ac9ba78 Pull in latest man pages as part of update-zfs.sh
The script has been updated to download the latest documentations
packages for Solaris and extract the needed ZFS man pages.  These
will still need a little markup to handle changes between the
Solaris and Linux versions of ZFS.  Howver, they should be pretty
minor I've tried hard to keep the interface the same.

In additional to the script update the zdb, zfs, and zpool man
pages have been added to the repo.
2009-12-11 16:15:33 -08:00
Brian Behlendorf ca3aba32bb Merge branch 'fix-acl' into refs/top-bases/fix-branch 2009-11-15 16:26:54 -08:00
Brian Behlendorf 2985a9c531 Merge commit 'refs/top-bases/fix-acl' into fix-acl 2009-11-15 16:26:53 -08:00
Brian Behlendorf d9ff087661 Merge branch 'fix-deadcode' into refs/top-bases/fix-branch 2009-11-15 16:26:53 -08:00
Brian Behlendorf f8e0e1c54d Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode 2009-11-15 16:26:52 -08:00
Brian Behlendorf 8489fdd251 Merge commit 'refs/top-bases/fix-strncat' into fix-strncat 2009-11-15 16:26:51 -08:00
Brian Behlendorf 1e60ba892b Merge branch 'fix-strncat' into refs/top-bases/fix-branch 2009-11-15 16:26:51 -08:00
Brian Behlendorf a81f45b3ee Merge commit 'refs/top-bases/fix-list' into fix-list 2009-11-15 16:26:50 -08:00
Brian Behlendorf 7d49468141 Merge branch 'fix-list' into refs/top-bases/fix-branch 2009-11-15 16:26:50 -08:00
Brian Behlendorf a41e8c431f Merge branch 'fix-taskq' into refs/top-bases/fix-branch 2009-11-15 16:26:49 -08:00
Brian Behlendorf e530326e8f Merge commit 'refs/top-bases/fix-taskq' into fix-taskq 2009-11-15 16:26:48 -08:00
Brian Behlendorf b57e406dd6 Merge commit 'refs/top-bases/fix-stack' into fix-stack 2009-11-15 16:26:47 -08:00
Brian Behlendorf 2c76b1eae5 Merge branch 'fix-stack' into refs/top-bases/fix-branch 2009-11-15 16:26:47 -08:00
Brian Behlendorf e1658bc3c0 Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch 2009-11-15 16:26:46 -08:00
Brian Behlendorf 45b0c5f49c Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks 2009-11-15 16:26:45 -08:00
Brian Behlendorf 12ed77ee86 Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod 2009-11-15 16:26:44 -08:00
Brian Behlendorf 756ced6a4e Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch 2009-11-15 16:26:44 -08:00
Brian Behlendorf df9f0836db Merge commit 'refs/top-bases/fix-newlines' into fix-newlines 2009-11-15 16:26:43 -08:00