summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-24/+0
* Collect the devfs related sysctls in one placephk2005-08-162-49/+34
* Create a new internal .h file to communicate very private stuffphk2005-08-162-0/+46
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-155-5/+3
* - restore the ability to mount cd9660 filesystems as root by invertinggrehan2005-08-141-7/+6
* Eliminate an unnecessary bcopy().des2005-08-121-15/+15
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
* Remove the need to forward declare statics by moving them around.obrien2005-08-101-15/+13
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-10/+8
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)kris2005-07-291-1/+0
* Correct devfs ruleset bypass.simon2005-07-201-0/+6
* [1] unix2doschr()imura2005-07-171-10/+27
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-142-4/+9
* Regrab dvp only when ISDOTDOT.tanimura2005-07-091-1/+2
* - Since we don't hold a usecount in pfs_exit we have to get a holdcntjeff2005-07-071-0/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-305-10/+199
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-301-0/+14
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.imura2005-06-051-4/+5
* Do not declare a struct as extern, and then implementrodrigc2005-05-311-59/+57
* Fix three typos in comments. Two of them obtained from OpenBSD.brueffer2005-05-111-3/+3
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
* Staticize a symbol used only in this file.anholt2005-05-061-1/+1
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* Fix breakage on alpha.takawata2005-05-051-2/+2
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-043-11/+31
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* Fix an old pasto.des2005-04-301-1/+1
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - Fix several locking problems in unionfs_mount so that it will comejeff2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.jeff2005-04-271-2/+1
* - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
* Correct typo.brueffer2005-04-141-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1310-39/+17
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* Initialize vp before using it. Failing to do this can cause instantdelphij2005-04-101-0/+1
* Give msdosfs a unique inode number which is really the byteoffset ofphk2005-04-072-9/+26
* - Fix union's assumptions about when the dvp is unlocked. It is onlyjeff2005-04-041-3/+3
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-312-0/+2
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+3
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-292-8/+6
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-291-57/+37
* - Correct the dprintf format int the _lookup routine.jeff2005-03-282-2/+2
OpenPOWER on IntegriCloud