summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use mount flags instead of NULL path to detect root filesystem mount.phk2004-11-091-1/+1
* Stop pretending to have a vm_object backing the underlying disk vnode:phk2004-11-091-9/+0
* Don't grab the exclusive bit on a root filesystem until we are willingphk2004-11-041-14/+14
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-291-60/+63
* We only support backing UFS/FFS with disks.phk2004-10-281-10/+3
* White space changes. Add missing static.phk2004-10-261-6/+5
* The island council met and voted buf_prewrite() home.phk2004-10-261-0/+36
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-0/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-2/+4
* Remove vnode->v_bsize. This was a dead-end.phk2004-10-251-1/+0
* Back out changes which were introduced to delay mounting root file system.pjd2004-10-051-1/+4
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-281-1/+1
* Introduce new /boot/loader.conf variable: root_mount_delay.pjd2004-09-231-4/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-22/+16
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+2
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-281-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Explicity initialize vp->v_bsize.phk2004-07-071-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-17/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Revert previous change to this file because it breaks somebmilekic2004-04-291-9/+2
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-2/+9
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fixed some style bugs:bde2004-02-141-18/+10
* MFextfs: backed out secondary changes in rev.1.40 that had become justbde2004-02-131-6/+1
* Fixed some minor style bugs (English usage and formatting of binarybde2004-02-121-12/+13
* Set fs_ronly to the correct value in ffs_reload() when reloading the filetruckman2003-12-071-0/+2
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-0/+11
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-12/+12
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterkan2003-11-031-1/+2
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-2/+4
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-6/+1
* - The VCHR case in ffs_sync() is an unneccsary optimization especiallyjeff2003-10-051-5/+2
* - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE()jeff2003-10-051-16/+12
* - Check the XLOCK before inspecting v_data.jeff2003-10-051-9/+25
* - Increase the scope of the interlock in ffs_reload(). Acquire it beforejeff2003-10-041-9/+6
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-151-2/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+13
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove unused local variables.phk2003-05-311-3/+0
* Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree().tjr2003-05-011-2/+2
* Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems.tjr2003-05-011-1/+1
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-2/+2
* Change the field used to test whether the superblock has been updatedmckusick2003-02-251-1/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Replace use of random() with arc4random() to provide less guessablemckusick2003-02-141-1/+1
OpenPOWER on IntegriCloud