summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-0/+1
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-3/+0
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+9
* Remove unused local variables.bz2009-01-311-6/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-16/+15
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-242-6/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-081-2/+4
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-2/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-18/+20
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-1/+0
* Unbreak the build.ssouhlal2005-09-031-2/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-9/+5
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-4/+2
* - Correct the dprintf format int the _lookup routine.jeff2005-03-281-1/+1
* - Garbage collect an unused variable.jeff2005-03-281-5/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-11/+6
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Remove unused filephk2005-03-161-183/+0
* XXX: unnecessary pointer in inode.phk2005-03-161-1/+1
* Don't hold a reference on the disk vnode for each inode.phk2005-03-153-9/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Fix typo: pointers are not boolean in style(9).phk2005-03-151-1/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-24/+3
* Use vfs_hash instead of home-rolled.phk2005-03-144-66/+33
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+0
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-22/+22
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
OpenPOWER on IntegriCloud