aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* Remove the last 3 files I missed. These have been repo copied to the newJohn Birrell2008-03-283-341/+0
* Remove files that have been repo copied to their new locationJohn Birrell2008-03-28186-85891/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+20
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-2/+2
* Fix mmap(2) on ZFS after some changes in VM subsystem.Pawel Jakub Dawidek2008-03-151-0/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-4/+4
* - Reduce how much ZFS caches by default. This is another change to mitigatePawel Jakub Dawidek2008-01-241-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-134-14/+14
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-106-21/+21
* * 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
* 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
* - 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
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-202-4/+4
* 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
* 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
* Add my copyright.Marcel Moolenaar2007-06-081-0/+28
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-085-1707/+30
* Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-081-0/+54
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-041-10/+9
* 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
* 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-232-1075/+0
* 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
* - Add missing lock destruction and remove duplicate initializations.Pawel Jakub Dawidek2007-05-066-5/+14
* Use provider's ident to handle situations when disks are moved aroundPawel Jakub Dawidek2007-05-061-10/+161
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.Pawel Jakub Dawidek2007-05-061-1/+2
* Share-lock a vnode where possible.Pawel Jakub Dawidek2007-05-021-1/+1
* When parent directory has to be unlocked, lock it back with the same lockPawel Jakub Dawidek2007-05-021-2/+6
* Lock vnode using cn_lkflags in case the caller wants the vnode to bePawel Jakub Dawidek2007-05-021-1/+1
* The getnewvnode() function sets LK_NOSHARE by default, so if we want toPawel Jakub Dawidek2007-05-021-3/+9
* ZFS should update timestamps upon the creat() of an existing file.Pawel Jakub Dawidek2007-05-022-2/+5
* - Lock vnode with flags passed in as argument in zfs_vget() and zfs_root().Pawel Jakub Dawidek2007-05-021-2/+4