aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* - Reduce how much ZFS caches by default. This is another change to mitigatePawel Jakub Dawidek2008-01-241-4/+5
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itPawel Jakub Dawidek2008-01-242-6/+6
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-137-25/+24
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-109-26/+26
* Remove some compatibility stuff that we now get from the Solaris header.John Birrell2007-11-291-13/+0
* * Check endianness the FreeBSD way.John Birrell2007-11-2812-30/+43
* Fix a prototype definition.John Birrell2007-11-281-1/+1
* Check endianness the FreeBSD way.John Birrell2007-11-281-1/+1
* Include an extra header to get this to compile cleanly.John Birrell2007-11-281-0/+1
* Add more OpenSolaris compatibility headers.John Birrell2007-11-2811-0/+624
* Remove an extern that is defined elsewhere.John Birrell2007-11-281-2/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hJohn Birrell2007-11-281-0/+18
* Remove a typedef which was just a hack to avoid including vmem.h.John Birrell2007-11-281-2/+1
* Add a missing volatile so that the code compiles cleanly.John Birrell2007-11-281-1/+1
* Rename the definition of lbolt to LBOLT to avoid a clash with a globalJohn Birrell2007-11-281-2/+19
* Warn if kmem_map size is set to less than 512MB. Previous warning was a bitPawel Jakub Dawidek2007-11-071-5/+5
* Remove unused header.Pawel Jakub Dawidek2007-11-051-569/+0
* If setting a state to anything but open state, close access to vdev.Pawel Jakub Dawidek2007-11-051-0/+11
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterPawel Jakub Dawidek2007-11-053-3/+24
* - Add sysctl for sizeof(znode_t), which will be used by fstat(1).Ulf Lilleengen2007-11-021-0/+4
* Call zil_commit() (if ZIL is not disabled) after every non-read requestPawel Jakub Dawidek2007-11-011-11/+11
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:Pawel Jakub Dawidek2007-11-011-2/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-203-6/+6
* ZFS_LOG adds a newline by itself.Andrew Thompson2007-10-141-1/+1
* Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnoseAndrew Thompson2007-10-141-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'Pawel Jakub Dawidek2007-10-041-0/+2
* Now that we have CDDLed code in the tree, add CDDL license.Pawel Jakub Dawidek2007-09-231-0/+384
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalPawel Jakub Dawidek2007-09-101-0/+41
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.Pawel Jakub Dawidek2007-09-101-2/+2
* Use CTLFLAG_RDTUN for tunable sysctls.Pawel Jakub Dawidek2007-09-011-2/+2
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofPawel Jakub Dawidek2007-08-161-1/+8
* Update assertion after revision 1.23.Pawel Jakub Dawidek2007-07-241-1/+1
* Correct a reference-counting mistake in the ZFS code which led to abnormalDoug Rabson2007-07-092-3/+1
* In zfs_vget, if we fail to translate an inode number to the correspondingDoug Rabson2007-06-271-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-17/+12
* Add my copyright.Marcel Moolenaar2007-06-081-0/+28
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-087-1707/+277
* Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-081-0/+54
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-2/+2
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-043-20/+23
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-312-2/+2
* Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itPawel Jakub Dawidek2007-05-281-0/+1
* Because we allocate componentname structures on stack, bzero() them beforePawel Jakub Dawidek2007-05-281-0/+3
* There are too many false positive LORs reported by WITNESS, so when ZFSPawel Jakub Dawidek2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.Pawel Jakub Dawidek2007-05-241-1/+1
* Initialize ZFS a bit earlier and block root mounting untilPawel Jakub Dawidek2007-05-241-1/+4
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.Pawel Jakub Dawidek2007-05-233-1075/+40
* All objects we create using GFS are directories, so initialize d_typePawel Jakub Dawidek2007-05-231-2/+2
* Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.Pawel Jakub Dawidek2007-05-221-0/+3
* Increase debug level - this message is not that important.Pawel Jakub Dawidek2007-05-091-1/+1