aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/opensolaris
Commit message (Collapse)AuthorAgeFilesLines
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-1/+2
| | | | | | | | | | | | | | | | | | Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month Notes: svn path=/head/; revision=219089
* Simplify atomic selectionWarner Losh2010-09-131-2/+6
| | | | Notes: svn path=/head/; revision=212543
* Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onNathan Whitehorn2010-07-171-1/+1
| | | | | | | | | this platform. Reviewed by: pjd Notes: svn path=/head/; revision=210193
* fix atomic.S rename and vimage breakageKip Macy2009-05-091-3/+4
| | | | | | | The latter was pointed out by Artem Belevich Notes: svn path=/head/; revision=191934
* As with ZFS use real atomic operations for sparc64.Marius Strobl2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=190374
* Add the DTrace kernel module makefiles.John Birrell2008-05-171-0/+23
Notes: svn path=/head/; revision=179065