aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-3/+0
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-102-2/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-13/+9
* Remove unused local variables.Bjoern A. Zeeb2009-01-311-6/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-233-16/+15
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-3/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-242-6/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Remove explicit calling of lockmgr() with the NULL argument.Attilio Rao2008-01-081-2/+4
* g_vfs_close() wants the sx topology lock held while executing, so justAttilio Rao2008-01-071-0/+8
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-2/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-18/+20
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+5
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-1/+0
* Unbreak the build.Suleiman Souhlal2005-09-031-2/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-9/+5
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-4/+2
* - Correct the dprintf format int the _lookup routine.Jeff Roberson2005-03-281-1/+1
* - Garbage collect an unused variable.Jeff Roberson2005-03-281-5/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isJeff Roberson2005-03-281-11/+6
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Remove unused filePoul-Henning Kamp2005-03-161-183/+0
* XXX: unnecessary pointer in inode.Poul-Henning Kamp2005-03-161-1/+1
* Don't hold a reference on the disk vnode for each inode.Poul-Henning Kamp2005-03-153-9/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Fix typo: pointers are not boolean in style(9).Poul-Henning Kamp2005-03-151-1/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-24/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-144-66/+33
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-2/+0
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-22/+22
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1