aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onPoul-Henning Kamp2005-02-191-2/+0
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.Poul-Henning Kamp2005-02-101-7/+12
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentPoul-Henning Kamp2005-02-081-3/+9
* Background writes are entirely an FFS/Softupdates thing.Poul-Henning Kamp2005-02-081-1/+172
* Don't use the UFS_* and VFS_* functions where a direct call is possble.Poul-Henning Kamp2005-02-081-1/+1
* For snapshots we need all VOP_LOCKs to be exclusive.Poul-Henning Kamp2005-02-081-2/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Don't create vnode_pager objects for the disk device.Poul-Henning Kamp2005-01-241-2/+0
* - Initialize and destroy the per-filesystem ufs lock where appropriate.Jeff Roberson2005-01-241-3/+24
* Fix ACLs handling for the root file system.Pawel Jakub Dawidek2005-01-151-0/+5
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-4/+4
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-131-2/+2
* Add BO_SYNC() and add a default which uses the secret vnode pointerPoul-Henning Kamp2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-7/+5
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* With the introduction of UFS2 we started looking for superblocks inPoul-Henning Kamp2004-12-121-0/+1
* Fix nfs exports (for now). The real fix is to teach mountd aboutPoul-Henning Kamp2004-12-071-9/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-94/+57
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-16/+0
* typo in comment.Poul-Henning Kamp2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-2/+2
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-1/+0
* Be prepared to accept NULL mountargs as part of root-mounting.Poul-Henning Kamp2004-11-131-5/+9
* Put back the vfs_object_create() calls, they do make a difference whenPoul-Henning Kamp2004-11-121-0/+2
* fix some commentsPoul-Henning Kamp2004-11-101-4/+1
* Use mount flags instead of NULL path to detect root filesystem mount.Poul-Henning Kamp2004-11-091-1/+1
* Stop pretending to have a vm_object backing the underlying disk vnode:Poul-Henning Kamp2004-11-091-9/+0
* Don't grab the exclusive bit on a root filesystem until we are willingPoul-Henning Kamp2004-11-041-14/+14
* Move UFS from DEVFS backing to GEOM backing.Poul-Henning Kamp2004-10-291-60/+63
* We only support backing UFS/FFS with disks.Poul-Henning Kamp2004-10-281-10/+3
* White space changes. Add missing static.Poul-Henning Kamp2004-10-261-6/+5
* The island council met and voted buf_prewrite() home.Poul-Henning Kamp2004-10-261-0/+36
* Put the I/O block size in bufobj->bo_bsize.Poul-Henning Kamp2004-10-261-0/+1
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-2/+4
* Remove vnode->v_bsize. This was a dead-end.Poul-Henning Kamp2004-10-251-1/+0
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-051-1/+4
* Remove support for accessing device nodes in UFS/FFS.Poul-Henning Kamp2004-09-281-1/+1
* Introduce new /boot/loader.conf variable: root_mount_delay.Pawel Jakub Dawidek2004-09-231-4/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-22/+16
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-2/+2
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properAlexander Kabaev2004-07-281-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried toPoul-Henning Kamp2004-07-141-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+3
* Explicity initialize vp->v_bsize.Poul-Henning Kamp2004-07-071-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-17/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Revert previous change to this file because it breaks someBosko Milekic2004-04-291-9/+2
* The previous change to mount(8) to report ufs or ufs2 usedBosko Milekic2004-04-261-2/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Fixed some style bugs:Bruce Evans2004-02-141-18/+10