summaryrefslogtreecommitdiff
path: root/sys/fs/hpfs/hpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect HPFS bits which are now already completely disconnectedAttilio Rao2013-03-021-545/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+1
* Clean up style(9) nitsKevin Lo2012-03-041-3/+3
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-101-1/+3
* 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
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-3/+3
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-4/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* 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-151-18/+0
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* 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
* - 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
* Don't hold a reference on the disk vnode for each inode.Poul-Henning Kamp2005-03-151-2/+0
* 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-141-47/+26
* 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
* Convert to nmount. Add backwards compat cmount method.Poul-Henning Kamp2004-12-061-37/+65
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-1/+1
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-0/+2
* Move HPFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-31/+21
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-11/+12
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-25/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to aJohn Baldwin2002-11-071-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1