summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-11/+6
* Don't pass WANTPARENT to the pathname lookup of the mount point for ajhb2008-11-041-4/+1
* Fix few missed accmode changes in coda.trasz2008-11-033-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-2/+2
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-2815-67/+69
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-235-7/+10
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2327-136/+131
* The locking in portalfs's socket connect code is no less correct thanrwatson2008-10-121-1/+0
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-107-30/+27
* Use soconnect2() rather than directly invoking uipc_connect2() torwatson2008-10-061-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+7
* Fix Vflags abuse in fdescfs. There should be no functional changes.trasz2008-10-031-3/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Save previous content of the td_fpop before storing the currentkib2008-09-261-12/+27
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-233-3/+3
* Already initialize the vfs timestamps inside the cdev upon allocation.ed2008-09-211-0/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-205-10/+6
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-208-8/+8
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-3/+1
* Fix two small typo's in comments in the nullfs vnops code.ed2008-09-111-2/+2
* Reflect license change of NetBSD code.delphij2008-09-037-56/+7
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers werekib2008-09-011-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-2820-107/+97
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-3/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Remove unnecessary locking around pointer fetch.kib2008-08-121-2/+0
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* The uniqdosname() function takes char[12] as it third argument.kib2008-07-041-1/+1
* Remove unused 'td' arguments from smbfs_hash_lock() andrwatson2008-07-011-9/+9
* Get pointer to devfs_ruleset struct after garbage collection has beengonzo2008-06-221-3/+3
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-163-9/+10
* Do not redo the vnode tear-down work already done by insmntque() whenkib2008-06-151-4/+1
* Don't enforce unique device minor number policy anymore.ed2008-06-111-3/+3
* In cd9660_readdir vop, always initialize the idp->uio_off member.kib2008-06-111-0/+1
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
* Revert the changes I made to devfs_setattr() in r179457.ed2008-06-011-4/+3
* Merge back devfs changes from the mpsafetty branch.ed2008-05-311-6/+6
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.lulf2008-05-243-84/+199
* When vget() fails (because the vnode has been reclaimed), there is nokib2008-05-231-3/+4
* Implement the per-open file data for the cdev.kib2008-05-212-1/+120
* Fix and speedup timestamp calculations which is roughly based on the patch inmarkus2008-05-161-22/+34
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justattilio2008-05-151-1/+1
* Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFEjhb2008-05-071-20/+5
* - change function name from *_vdir to *_vnode becausedaichi2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-253-12/+13
* o Improved unix socket connection issuedaichi2008-04-251-13/+28
OpenPOWER on IntegriCloud