summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-0/+18
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-251-3/+7
* If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock,rwatson2002-10-151-0/+17
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-3/+2
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* - Convert locks to use standard macros.jeff2002-09-251-4/+6
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-131-5/+16
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-2/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-011-2/+17
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-5/+7
* Warning fixes for 64 bits platforms. This eliminates all themux2002-06-231-5/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-115/+162
* Fix a typo in my recently added comment: s/beleived/believed/semenu2002-06-061-1/+1
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-301-69/+27
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uiedowse2002-05-181-1/+0
* More s/file system/filesystem/gtrhodes2002-05-161-7/+7
* Remove register keyword.phk2002-05-131-19/+19
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.phk2002-04-021-6/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-1/+1
* Remove __P.alfred2002-03-191-4/+4
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-4/+5
* I missed one VOP_CLOSE in the previous commit.phk2002-03-111-0/+5
* As a XXX bandaid open the mounted device READ/WRITE even if we only mountphk2002-03-111-0/+14
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-151-0/+8
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
* Minimize the time necessary to suspend operations on a filesystemmckusick2001-12-141-0/+1
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-16/+22
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-4/+4
* o Replace two direct uid!=0 comparisons with suser_td() calls.rwatson2001-10-021-2/+2
* KSE Milestone 2julian2001-09-121-72/+72
* The "dirpref" directory layout preference improvements make use ofiedowse2001-09-091-1/+1
* o At some point, unmounting a non-EA file system with EA's compiledrwatson2001-09-011-2/+4
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-6/+6
* Remove last vestiges of MFS.phk2001-05-291-4/+4
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-3/+36
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-0/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-6/+15
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+2
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
OpenPOWER on IntegriCloud