]>
granicus.if.org Git - zfs/log
Brian Behlendorf [Fri, 8 Jan 2010 19:39:26 +0000 (11:39 -0800)]
Merge branch 'fix-deadcode' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:26 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode
Brian Behlendorf [Fri, 8 Jan 2010 19:39:25 +0000 (11:39 -0800)]
Merge branch 'fix-strncat' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:25 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-strncat' into fix-strncat
Brian Behlendorf [Fri, 8 Jan 2010 19:39:24 +0000 (11:39 -0800)]
Merge branch 'fix-list' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:24 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-list' into fix-list
Brian Behlendorf [Fri, 8 Jan 2010 19:39:23 +0000 (11:39 -0800)]
Merge branch 'fix-taskq' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:23 +0000 (11:39 -0800)]
Merge branch 'fix-stack' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:23 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-taskq' into fix-taskq
Brian Behlendorf [Fri, 8 Jan 2010 19:39:22 +0000 (11:39 -0800)]
Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:22 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-stack' into fix-stack
Brian Behlendorf [Fri, 8 Jan 2010 19:39:22 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks
Brian Behlendorf [Fri, 8 Jan 2010 19:39:21 +0000 (11:39 -0800)]
Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:21 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod
Brian Behlendorf [Fri, 8 Jan 2010 19:39:20 +0000 (11:39 -0800)]
Merge branch 'fix-newlines' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:20 +0000 (11:39 -0800)]
Merge branch 'fix-get-configs' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:20 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-newlines' into fix-newlines
Brian Behlendorf [Fri, 8 Jan 2010 19:39:19 +0000 (11:39 -0800)]
Merge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:19 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-get-configs' into fix-get-configs
Brian Behlendorf [Fri, 8 Jan 2010 19:39:19 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs
Brian Behlendorf [Fri, 8 Jan 2010 19:39:18 +0000 (11:39 -0800)]
Merge branch 'fix-dsl_pool_t' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:18 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-dsl_pool_t' into fix-dsl_pool_t
Brian Behlendorf [Fri, 8 Jan 2010 19:39:17 +0000 (11:39 -0800)]
Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:17 +0000 (11:39 -0800)]
Merge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:17 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons
Brian Behlendorf [Fri, 8 Jan 2010 19:39:16 +0000 (11:39 -0800)]
Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 8 Jan 2010 19:39:16 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t
Brian Behlendorf [Fri, 8 Jan 2010 19:39:16 +0000 (11:39 -0800)]
Merge commit 'refs/top-bases/fix-clock-wrap' into fix-clock-wrap
Brian Behlendorf [Fri, 8 Jan 2010 19:35:17 +0000 (11:35 -0800)]
Add .gitignore files to exclude build products
Brian Behlendorf [Fri, 18 Dec 2009 22:31:21 +0000 (14:31 -0800)]
Merge branch 'fix-stack' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 18 Dec 2009 22:22:02 +0000 (14:22 -0800)]
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.
Brian Behlendorf [Sat, 12 Dec 2009 00:22:15 +0000 (16:22 -0800)]
Merge branch 'fix-acl' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:15 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-acl' into fix-acl
Brian Behlendorf [Sat, 12 Dec 2009 00:22:13 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode
Brian Behlendorf [Sat, 12 Dec 2009 00:22:13 +0000 (16:22 -0800)]
Merge branch 'fix-deadcode' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:12 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-strncat' into fix-strncat
Brian Behlendorf [Sat, 12 Dec 2009 00:22:12 +0000 (16:22 -0800)]
Merge branch 'fix-strncat' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:10 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-list' into fix-list
Brian Behlendorf [Sat, 12 Dec 2009 00:22:10 +0000 (16:22 -0800)]
Merge branch 'fix-list' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:09 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-taskq' into fix-taskq
Brian Behlendorf [Sat, 12 Dec 2009 00:22:09 +0000 (16:22 -0800)]
Merge branch 'fix-taskq' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:07 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-stack' into fix-stack
Brian Behlendorf [Sat, 12 Dec 2009 00:22:07 +0000 (16:22 -0800)]
Merge branch 'fix-stack' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:06 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks
Brian Behlendorf [Sat, 12 Dec 2009 00:22:06 +0000 (16:22 -0800)]
Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:04 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod
Brian Behlendorf [Sat, 12 Dec 2009 00:22:04 +0000 (16:22 -0800)]
Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:02 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-newlines' into fix-newlines
Brian Behlendorf [Sat, 12 Dec 2009 00:22:02 +0000 (16:22 -0800)]
Merge branch 'fix-newlines' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:01 +0000 (16:22 -0800)]
Merge branch 'fix-get-configs' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:22:00 +0000 (16:22 -0800)]
Merge commit 'refs/top-bases/fix-get-configs' into fix-get-configs
Brian Behlendorf [Sat, 12 Dec 2009 00:21:59 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs
Brian Behlendorf [Sat, 12 Dec 2009 00:21:59 +0000 (16:21 -0800)]
Merge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:21:58 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/fix-dsl_pool_t' into fix-dsl_pool_t
Brian Behlendorf [Sat, 12 Dec 2009 00:21:58 +0000 (16:21 -0800)]
Merge branch 'fix-dsl_pool_t' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:21:56 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons
Brian Behlendorf [Sat, 12 Dec 2009 00:21:56 +0000 (16:21 -0800)]
Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:21:55 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t
Brian Behlendorf [Sat, 12 Dec 2009 00:21:55 +0000 (16:21 -0800)]
Merge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:21:54 +0000 (16:21 -0800)]
Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch
Brian Behlendorf [Sat, 12 Dec 2009 00:21:53 +0000 (16:21 -0800)]
Merge commit 'refs/top-bases/fix-clock-wrap' into fix-clock-wrap
Brian Behlendorf [Sat, 12 Dec 2009 00:15:33 +0000 (16:15 -0800)]
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.
Brian Behlendorf [Mon, 16 Nov 2009 00:26:54 +0000 (16:26 -0800)]
Merge branch 'fix-acl' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:53 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-acl' into fix-acl
Brian Behlendorf [Mon, 16 Nov 2009 00:26:53 +0000 (16:26 -0800)]
Merge branch 'fix-deadcode' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:52 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode
Brian Behlendorf [Mon, 16 Nov 2009 00:26:51 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-strncat' into fix-strncat
Brian Behlendorf [Mon, 16 Nov 2009 00:26:51 +0000 (16:26 -0800)]
Merge branch 'fix-strncat' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:50 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-list' into fix-list
Brian Behlendorf [Mon, 16 Nov 2009 00:26:50 +0000 (16:26 -0800)]
Merge branch 'fix-list' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:49 +0000 (16:26 -0800)]
Merge branch 'fix-taskq' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:48 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-taskq' into fix-taskq
Brian Behlendorf [Mon, 16 Nov 2009 00:26:47 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-stack' into fix-stack
Brian Behlendorf [Mon, 16 Nov 2009 00:26:47 +0000 (16:26 -0800)]
Merge branch 'fix-stack' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:46 +0000 (16:26 -0800)]
Merge branch 'fix-rwlocks' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:45 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-rwlocks' into fix-rwlocks
Brian Behlendorf [Mon, 16 Nov 2009 00:26:44 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-no-zmod' into fix-no-zmod
Brian Behlendorf [Mon, 16 Nov 2009 00:26:44 +0000 (16:26 -0800)]
Merge branch 'fix-no-zmod' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:43 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-newlines' into fix-newlines
Brian Behlendorf [Mon, 16 Nov 2009 00:26:43 +0000 (16:26 -0800)]
Merge branch 'fix-newlines' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:42 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-get-configs' into fix-get-configs
Brian Behlendorf [Mon, 16 Nov 2009 00:26:42 +0000 (16:26 -0800)]
Merge branch 'fix-get-configs' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:41 +0000 (16:26 -0800)]
Merge branch 'fix-evict-dbufs' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:40 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-evict-dbufs' into fix-evict-dbufs
Brian Behlendorf [Mon, 16 Nov 2009 00:26:40 +0000 (16:26 -0800)]
Merge branch 'fix-dsl_pool_t' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:39 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-dsl_pool_t' into fix-dsl_pool_t
Brian Behlendorf [Mon, 16 Nov 2009 00:26:38 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-dnode-cons' into fix-dnode-cons
Brian Behlendorf [Mon, 16 Nov 2009 00:26:38 +0000 (16:26 -0800)]
Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:37 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t
Brian Behlendorf [Mon, 16 Nov 2009 00:26:37 +0000 (16:26 -0800)]
Merge branch 'fix-dbuf_dirty_record_t' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:26:36 +0000 (16:26 -0800)]
Merge commit 'refs/top-bases/fix-clock-wrap' into fix-clock-wrap
Brian Behlendorf [Mon, 16 Nov 2009 00:26:36 +0000 (16:26 -0800)]
Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch
Brian Behlendorf [Mon, 16 Nov 2009 00:20:01 +0000 (16:20 -0800)]
Remove zvol.c when updating in update-zfs.sh Linux version available.
Brian Behlendorf [Fri, 9 Oct 2009 22:43:23 +0000 (15:43 -0700)]
Merge commit 'refs/top-bases/fix-acl' into fix-acl
Brian Behlendorf [Fri, 9 Oct 2009 22:43:23 +0000 (15:43 -0700)]
Merge branch 'fix-acl' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 9 Oct 2009 22:43:22 +0000 (15:43 -0700)]
Merge branch 'fix-deadcode' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 9 Oct 2009 22:43:21 +0000 (15:43 -0700)]
Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode
Brian Behlendorf [Fri, 9 Oct 2009 22:43:20 +0000 (15:43 -0700)]
Merge commit 'refs/top-bases/fix-strncat' into fix-strncat
Brian Behlendorf [Fri, 9 Oct 2009 22:43:20 +0000 (15:43 -0700)]
Merge branch 'fix-strncat' into refs/top-bases/fix-branch
Brian Behlendorf [Fri, 9 Oct 2009 22:43:18 +0000 (15:43 -0700)]
Merge commit 'refs/top-bases/fix-list' into fix-list