summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-1122/+0
* - Outindent long printf lines instead of splitting them in thestas2009-06-071-11/+12
* - Style(9) improvements.stas2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-031-10/+23
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-12/+11
* - Eliminate warnings in debug print macros by explicitly converting allstas2009-01-181-1/+1
* - Whitespace fixes.stas2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsstas2009-01-181-3/+7
* Improve VFS locking:attilio2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-9/+8
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-261-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-8/+8
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Remove duplicate "union" from ext2_opts.rodrigc2007-10-271-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* On 6.x this works:jhb2007-08-151-2/+2
* The last entry in the ext2_opts array must be NULL,rodrigc2007-07-141-1/+1
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.rodrigc2007-03-151-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-2/+11
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-22/+0
* Previously, the mount_ext2fs binary listed the acceptable mountrodrigc2006-11-181-1/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-15/+20
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+3
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-5/+9
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-3/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-5/+3
* Add standard GPL boilerplate to these files. They are the only onesimp2005-06-161-0/+18
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-6/+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
* Don't hold a reference to the disk vnode for each inode.phk2005-03-161-2/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledphk2005-03-141-53/+27
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-131-11/+4
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Remove unused cred argument to ext2_reload()phk2005-01-241-6/+3
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-5/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Convert to nmount. Add omount compat code.phk2004-12-061-10/+13
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
OpenPOWER on IntegriCloud