Brian Behlendorf
|
9193fdea7e
|
Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch
|
2010-06-14 16:10:54 -07:00 |
Brian Behlendorf
|
302238d84f
|
Update linux-user-disk
Minor updates to handle changes in the user side of ZFS, utils and such.
|
2010-06-14 16:03:02 -07:00 |
Brian Behlendorf
|
e796e2a03e
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
|
2010-06-14 15:37:10 -07:00 |
Brian Behlendorf
|
7eadc495c6
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-06-14 15:37:05 -07:00 |
Brian Behlendorf
|
d9f910d423
|
Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
|
2010-06-14 15:36:59 -07:00 |
Brian Behlendorf
|
993fa8c15c
|
Merge branch 'gcc-invalid-prototype' into refs/top-bases/gcc-branch
|
2010-06-14 15:36:59 -07:00 |
Brian Behlendorf
|
b41463f5e8
|
Update gcc-invalid-prototypes
Fix new invalid prototypes, typically just a missing void arg.
|
2010-06-14 15:25:49 -07:00 |
Brian Behlendorf
|
0a8593375e
|
Update gcc-missing-case
Fix new locations of an incomplete case statement.
|
2010-06-14 15:19:09 -07:00 |
Brian Behlendorf
|
4152507366
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
|
2010-06-14 14:43:02 -07:00 |
Brian Behlendorf
|
bdf5763c0a
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-06-14 14:42:58 -07:00 |
Brian Behlendorf
|
fc490c18b6
|
Merge branch 'gcc-cast' into refs/top-bases/gcc-branch
|
2010-06-14 14:42:56 -07:00 |
Brian Behlendorf
|
dd8f6da3da
|
Update gcc-cast
Fix new instances of missing casts or assumed types.
|
2010-06-14 14:40:10 -07:00 |
Brian Behlendorf
|
b41143632b
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
Conflicts:
cmd/zpool/zpool_main.c
cmd/zpool/zpool_vdev.c
cmd/ztest/ztest.c
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_import.c
lib/libzfs/libzfs_mount.c
lib/libzfs/libzfs_pool.c
lib/libzfs/libzfs_sendrecv.c
lib/libzpool/include/sys/zfs_context.h
module/zcommon/include/sys/fs/zfs.h
module/zcommon/zfs_comutil.c
module/zfs/arc.c
module/zfs/dmu.c
module/zfs/dmu_objset.c
module/zfs/dmu_send.c
module/zfs/dmu_tx.c
module/zfs/dsl_dataset.c
module/zfs/dsl_dir.c
module/zfs/dsl_scrub.c
module/zfs/fm.c
module/zfs/include/sys/dmu.h
module/zfs/include/sys/fm/fs/zfs.h
module/zfs/include/sys/fm/protocol.h
module/zfs/include/sys/spa.h
module/zfs/include/sys/zfs_context.h
module/zfs/include/sys/zfs_ioctl.h
module/zfs/include/sys/zvol.h
module/zfs/spa.c
module/zfs/spa_boot.c
module/zfs/spa_history.c
module/zfs/spa_misc.c
module/zfs/txg.c
module/zfs/vdev.c
module/zfs/zfs_fm.c
module/zfs/zfs_ioctl.c
module/zfs/zfs_replay.c
module/zfs/zfs_znode.c
module/zfs/zil.c
module/zfs/zio.c
|
2010-05-28 22:14:39 -07:00 |
Brian Behlendorf
|
812761eac5
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
Conflicts:
cmd/ztest/ztest.c
|
2010-05-28 15:46:10 -07:00 |
Brian Behlendorf
|
97352d5103
|
Merge branch 'gcc-cast' into refs/top-bases/gcc-branch
Conflicts:
cmd/zpool/zpool_main.c
cmd/ztest/ztest.c
|
2010-05-28 15:37:31 -07:00 |
Brian Behlendorf
|
3e2be634a5
|
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch
Conflicts:
cmd/zdb/zdb.c
cmd/zdb/zdb_il.c
cmd/zfs/zfs_main.c
cmd/zfs/zfs_util.h
cmd/zinject/zinject.h
cmd/zpool/zpool_main.c
cmd/zpool/zpool_util.c
cmd/ztest/ztest.c
lib/libnvpair/include/libnvpair.h
lib/libnvpair/libnvpair.c
lib/libzfs/libzfs_changelist.c
lib/libzfs/libzfs_config.c
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_import.c
lib/libzfs/libzfs_mount.c
lib/libzfs/libzfs_pool.c
lib/libzfs/libzfs_sendrecv.c
module/avl/avl.c
module/avl/include/sys/avl.h
module/nvpair/include/sys/nvpair.h
module/nvpair/nvpair.c
module/zcommon/include/zfs_comutil.h
module/zcommon/include/zfs_prop.h
module/zcommon/zfs_comutil.c
module/zfs/arc.c
module/zfs/dbuf.c
module/zfs/dmu.c
module/zfs/dmu_objset.c
module/zfs/dmu_zfetch.c
module/zfs/dnode_sync.c
module/zfs/dsl_dataset.c
module/zfs/dsl_pool.c
module/zfs/dsl_prop.c
module/zfs/dsl_synctask.c
module/zfs/include/sys/dmu_tx.h
module/zfs/include/sys/dmu_zfetch.h
module/zfs/include/sys/dsl_synctask.h
module/zfs/include/sys/refcount.h
module/zfs/include/sys/txg.h
module/zfs/include/sys/uberblock.h
module/zfs/include/sys/zap_leaf.h
module/zfs/include/sys/zfs_debug.h
module/zfs/include/sys/zfs_znode.h
module/zfs/include/sys/zio_compress.h
module/zfs/include/sys/zvol.h
module/zfs/lzjb.c
module/zfs/metaslab.c
module/zfs/refcount.c
module/zfs/sha256.c
module/zfs/spa.c
module/zfs/spa_boot.c
module/zfs/uberblock.c
module/zfs/vdev.c
module/zfs/zap_micro.c
module/zfs/zfs_ioctl.c
module/zfs/zfs_replay.c
module/zfs/zio.c
module/zfs/zio_compress.c
|
2010-05-28 15:34:57 -07:00 |
Brian Behlendorf
|
2591cac812
|
Merge commit 'refs/top-bases/gcc-invalid-prototype' into gcc-invalid-prototype
Conflicts:
cmd/zdb/zdb_il.c
cmd/ztest/ztest.c
lib/libzfs/libzfs_mount.c
|
2010-05-28 14:42:40 -07:00 |
Brian Behlendorf
|
475bf41d1c
|
Merge commit 'refs/top-bases/gcc-cast' into gcc-cast
Conflicts:
cmd/zfs/zfs_main.c
cmd/zpool/zpool_main.c
cmd/ztest/ztest.c
|
2010-05-28 14:36:18 -07:00 |
Brian Behlendorf
|
957b7b41d4
|
Merge commit 'refs/top-bases/gcc-c90' into gcc-c90
Conflicts:
cmd/zdb/zdb.c
cmd/ztest/ztest.c
module/zfs/dbuf.c
module/zfs/dsl_dataset.c
module/zfs/dsl_scrub.c
module/zfs/spa.c
module/zfs/vdev.c
module/zfs/zio.c
|
2010-05-28 14:19:22 -07:00 |
Brian Behlendorf
|
428870ff73
|
Update core ZFS code from build 121 to build 141.
|
2010-05-28 13:45:14 -07:00 |
Brian Behlendorf
|
a08f4edee7
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
|
2010-05-27 16:21:20 -07:00 |
Brian Behlendorf
|
ea431b4dc6
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-05-27 16:14:04 -07:00 |
Brian Behlendorf
|
319f69734b
|
Merge branch 'feature-branch' into refs/top-bases/zfs-branch
Conflicts:
cmd/ztest/ztest.c
|
2010-05-27 16:13:19 -07:00 |
Brian Behlendorf
|
390995db28
|
Revert all remaining changes.
|
2010-05-27 14:25:06 -07:00 |
Brian Behlendorf
|
5cad1e175d
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
Conflicts:
module/zfs/dmu_tx.c
module/zfs/txg.c
|
2010-05-27 13:48:54 -07:00 |
Brian Behlendorf
|
d8e5eb56b8
|
Merge branch 'feature-branch' into refs/top-bases/zfs-branch
|
2010-05-27 13:42:00 -07:00 |
Brian Behlendorf
|
028e42b692
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-05-27 13:42:00 -07:00 |
Brian Behlendorf
|
cde6e6fec8
|
Merge commit 'refs/top-bases/feature-branch' into feature-branch
|
2010-05-27 13:40:15 -07:00 |
Brian Behlendorf
|
1e32b3c781
|
Revert feature-commit-cb feature upstream
We can drop this feature and we will pick up the lastest version
during the b141 update.
|
2010-05-27 13:39:17 -07:00 |
Brian Behlendorf
|
95885a2f68
|
Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch
Conflicts:
lib/libzpool/include/sys/zfs_context.h
lib/libzpool/kernel.c
|
2010-05-27 13:35:09 -07:00 |
Brian Behlendorf
|
c17d3e05eb
|
Merge branch 'feature-branch' into refs/top-bases/zfs-branch
|
2010-05-27 13:32:58 -07:00 |
Brian Behlendorf
|
51536ea5f4
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-05-27 13:32:58 -07:00 |
Brian Behlendorf
|
a082023842
|
Merge commit 'refs/top-bases/feature-branch' into feature-branch
Conflicts:
cmd/ztest/ztest.c
lib/libzpool/include/sys/zfs_context.h
lib/libzpool/kernel.c
lib/libzpool/taskq.c
|
2010-05-27 13:30:48 -07:00 |
Brian Behlendorf
|
099e8e493a
|
Remove feature-pthreads prior to b141 update.
The pthreads change will need to be reworked and reapplied.
This will be easier to do from scratch rather than sort out
the merge.
|
2010-05-27 13:23:58 -07:00 |
Brian Behlendorf
|
573328741b
|
Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch
|
2010-03-09 12:30:21 -08:00 |
Brian Behlendorf
|
8f63d438cd
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-03-09 12:30:18 -08:00 |
Brian Behlendorf
|
48e74ed68b
|
Merge branch 'feature-branch' into refs/top-bases/zfs-branch
Conflicts:
cmd/ztest/ztest.c
|
2010-03-09 12:30:03 -08:00 |
Brian Behlendorf
|
9a3d5378c6
|
Clean up emulation of kernel threads in userspace.
Updated to use pthread thread specific data rather than keeping
a global list. This also fixes at least one easily reproducible
crash in ztest
|
2010-03-09 12:25:28 -08:00 |
Brian Behlendorf
|
889f0e5e30
|
Merge branch 'linux-docs' into refs/top-bases/linux-zfs-branch
|
2010-01-08 11:39:32 -08:00 |
Brian Behlendorf
|
303d9f010d
|
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
|
2010-01-08 11:39:31 -08:00 |
Brian Behlendorf
|
710e779a08
|
Merge commit 'refs/top-bases/feature-pthreads' into feature-pthreads
|
2010-01-08 11:39:30 -08:00 |
Brian Behlendorf
|
a240c39095
|
Merge commit 'refs/top-bases/feature-commit-cb' into feature-commit-cb
|
2010-01-08 11:39:29 -08:00 |
Brian Behlendorf
|
eaf2e3231c
|
Merge branch 'feature-zap-cursor-to-key' into refs/top-bases/feature-branch
|
2010-01-08 11:39:28 -08:00 |
Brian Behlendorf
|
6cb71e1dec
|
Merge branch 'gcc-branch' into refs/top-bases/zfs-branch
|
2010-01-08 11:39:14 -08:00 |
Brian Behlendorf
|
aeb5db5cbc
|
Merge commit 'refs/top-bases/gcc-invalid-prototype' into gcc-invalid-prototype
|
2010-01-08 11:39:04 -08:00 |
Brian Behlendorf
|
8d4f979e7f
|
Merge commit 'refs/top-bases/gcc-cast' into gcc-cast
|
2010-01-08 11:39:01 -08:00 |
Brian Behlendorf
|
69804965e9
|
Merge commit 'refs/top-bases/gcc-c90' into gcc-c90
|
2010-01-08 11:39:00 -08:00 |
Brian Behlendorf
|
e69572c1b5
|
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch
|
2010-01-08 11:39:00 -08:00 |
Brian Behlendorf
|
4cd8e49a69
|
Add .gitignore files to exclude build products
|
2010-01-08 11:35:17 -08:00 |
Brian Behlendorf
|
c1b4a1ef92
|
Merge branch 'linux-docs' into refs/top-bases/linux-zfs-branch
|
2009-10-15 16:43:40 -07:00 |