aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inPawel Jakub Dawidek2008-11-291-1/+0
* MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code foundEdward Tomasz Napierala2008-11-251-0/+8
* Fix locking (file descriptor table and Giant around VFS).Pawel Jakub Dawidek2008-11-254-35/+56
* Remove unused variable.Ganbold Tsagaankhuu2008-11-252-4/+2
* Don't use PRIV_ROOT. Here we check if user can share ZFS file system, soPawel Jakub Dawidek2008-11-231-2/+1
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookPawel Jakub Dawidek2008-11-221-219/+69
* IFp4: Finish implemnetation of chflags(2) for ZFS. While doing this I foundPawel Jakub Dawidek2008-11-221-3/+54
* IFp4: Don't free pathname too soon, debugging code is still using it.Pawel Jakub Dawidek2008-11-221-5/+4
* Add definitions for ZFS pool version 13.Doug Rabson2008-11-211-2/+16
* Some zfsboot fixes from Norikatsu Shigemura:Doug Rabson2008-11-192-23/+28
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-17198-10828/+73061
* Require write access on a directory being moved from one parentEdward Tomasz Napierala2008-11-081-0/+8
* Backoff the last patch. It was overly restrictive - we want to checkEdward Tomasz Napierala2008-11-061-7/+0
* Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectoryEdward Tomasz Napierala2008-11-061-0/+7
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTraceCraig Rodrigues2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-059-45/+142
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-284-10/+10
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-1/+1
* Disable use of the user credentials until there is code to set the levelsJohn Birrell2008-09-271-1/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Mips needs the same treatment for atomic_or_8 as the other RISCyWarner Losh2008-09-182-2/+4
* Add missing ZFS_EXIT().Pawel Jakub Dawidek2008-09-151-0/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,Edward Tomasz Napierala2008-09-101-2/+2
* Initialize vp, so we don't call VOP_UNLOCK() with NULL vnode pointer.Pawel Jakub Dawidek2008-09-071-1/+2
* Lock vnode exclusively around insmntque().Pawel Jakub Dawidek2008-09-062-10/+7
* Catch up after last insmntque() changes:Pawel Jakub Dawidek2008-09-053-0/+11
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-3/+3
* Ensure that the padding calcualtion doesn't return a negative value.Scott Long2008-08-291-1/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-285-13/+8
* Add MIPS support.Warner Losh2008-08-231-0/+43
* Add calls to callout_drain() to ensure the callouts are flushed beforeJohn Birrell2008-08-191-0/+2
* We want to use LBOLT instead of lbolt on FreeBSD.Pawel Jakub Dawidek2008-07-211-3/+3
* We want to check new options given, not the current ones.Pawel Jakub Dawidek2008-07-211-1/+1
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.Ed Schouten2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.Ed Schouten2008-06-121-7/+3
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-0/+1
* Merge a recent change from the OpenSolaris source tree.John Birrell2008-06-012-13/+96
* Fix namespace collision after src/sys/sys/file.h:1.78.Pawel Jakub Dawidek2008-05-253-4/+5
* Comment out the code that breaks with invariants. This is stuff that isJohn Birrell2008-05-251-0/+2
* Remove redundant redeclaration of 'zone_drain'.Bjoern A. Zeeb2008-05-241-1/+0
* Make the zfs module depend on the opensolaris module in preparation for itJohn Birrell2008-05-241-0/+1
* Messing with the endian defines breaks the use of other FreeBSD headers.John Birrell2008-05-231-44/+0
* Delete a couple of OpenSolaris headers which get in the way of ourJohn Birrell2008-05-232-318/+0
* OpenSolaris kernel module compatibility sources.John Birrell2008-05-232-0/+165
* The cyclic timer device. This is a cut down version of the one inJohn Birrell2008-05-234-0/+1988
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell2008-05-2330-0/+15340
* A 'special' compatibility header to plug OpenSolaris code.John Birrell2008-05-221-0/+35
* Additional compatibility headers.John Birrell2008-05-223-0/+403
* Compatibility stuff for DTrace.John Birrell2008-05-226-89/+135