aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Save previous content of the td_fpop before storing the currentKonstantin Belousov2008-09-261-12/+27
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-233-3/+3
* Already initialize the vfs timestamps inside the cdev upon allocation.Ed Schouten2008-09-211-0/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-205-10/+6
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-208-8/+8
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov2008-09-201-3/+1
* Fix two small typo's in comments in the nullfs vnops code.Ed Schouten2008-09-111-2/+2
* Reflect license change of NetBSD code.Xin LI2008-09-037-56/+7
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers wereKonstantin Belousov2008-09-011-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-2820-107/+97
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-3/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-4/+5
* Remove unnecessary locking around pointer fetch.Konstantin Belousov2008-08-121-2/+0
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+2
* The uniqdosname() function takes char[12] as it third argument.Konstantin Belousov2008-07-041-1/+1
* Remove unused 'td' arguments from smbfs_hash_lock() andRobert Watson2008-07-011-9/+9
* Get pointer to devfs_ruleset struct after garbage collection has beenOleksandr Tymoshenko2008-06-221-3/+3
* Struct cdev is always the member of the struct cdev_priv. When devfsKonstantin Belousov2008-06-163-9/+10
* Do not redo the vnode tear-down work already done by insmntque() whenKonstantin Belousov2008-06-151-4/+1
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-3/+3
* In cd9660_readdir vop, always initialize the idp->uio_off member.Konstantin Belousov2008-06-111-0/+1
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,Konstantin Belousov2008-06-051-1/+1
* Revert the changes I made to devfs_setattr() in r179457.Ed Schouten2008-06-011-4/+3
* Merge back devfs changes from the mpsafetty branch.Ed Schouten2008-05-311-6/+6
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.Ulf Lilleengen2008-05-243-84/+199
* When vget() fails (because the vnode has been reclaimed), there is noKonstantin Belousov2008-05-231-3/+4
* Implement the per-open file data for the cdev.Konstantin Belousov2008-05-212-1/+120
* Fix and speedup timestamp calculations which is roughly based on the patch inMarkus Brueffer2008-05-161-22/+34
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justAttilio Rao2008-05-151-1/+1
* Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFEJohn Baldwin2008-05-071-20/+5
* - change function name from *_vdir to *_vnode becauseDaichi GOTO2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. ChernikovDaichi GOTO2008-04-253-12/+13
* o Improved unix socket connection issueDaichi GOTO2008-04-251-13/+28
* o Fixed rename panic issueDaichi GOTO2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.Daichi GOTO2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()Daichi GOTO2008-04-251-1/+7
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-167-77/+4
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typeDoug Rabson2008-04-141-0/+3
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theAttilio Rao2008-04-061-5/+4
* The temporary workaround for the call to the vget() without lock type inKonstantin Belousov2008-04-041-1/+3
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-314-0/+4
* - Simplify null_hashget() and null_hashins() by using vref() ratherJeff Roberson2008-03-291-21/+4
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-262-0/+33
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-221-0/+4
* Do not dereference cdev->si_cdevsw, use the dev_refthread() to properlyKonstantin Belousov2008-03-201-5/+12
* Remove kernel support for M:N threading.Jeff Roberson2008-03-124-21/+10
* Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.Robert Watson2008-03-021-12/+15
* Replace lockmgr lock protecting smbfs node hash table with sx lock.Robert Watson2008-03-023-9/+10