summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Third of several cleanups to soft dependency implementation.mckusick2013-10-201-10/+5
* There are several code sequences likekib2013-07-091-2/+2
* Style fix: spaces.pfg2013-07-021-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+3
* Prepare to replace the buf splay with a trie:jeff2013-04-061-20/+8
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-191-1/+2
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-271-7/+26
* Add flags argument to vfs_write_resume() and removekib2013-01-111-11/+7
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-8/+0
* Add UFS writesuspension mechanism, designed to allow userland processestrasz2012-11-181-10/+33
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+2
* Use NULL instead of 0 for pointerskevlo2012-07-221-1/+1
* Enable vn_io_fault() lock avoidance for UFS.kib2012-05-301-1/+1
* Fix use-after-free introduced in r234036.trasz2012-04-211-1/+5
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-201-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-42/+18
* Fix panic in ffs_reload(), which may happen when read-only filesystemtrasz2012-04-081-2/+8
* Drop an unnecessary setting of si_mountpt when updating a UFS mount point.mckusick2012-04-081-2/+0
* Keep track of the mount point associated with a special devicemckusick2012-03-281-0/+6
* Do trivial reformatting of the comment to record the missed commitkib2012-03-281-4/+3
* Reviewed by: bde, mckusickkib2012-03-281-11/+73
* Update comment.kib2012-03-281-1/+1
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-1/+1
* In the original days of BSD, a sync was issued on every filesystemmckusick2012-02-071-5/+15
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-2/+2
* Convert FFS mount error messages from kernel printf's to using themckusick2012-01-141-61/+65
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-9/+6
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-0/+3
* Add an FFS specific mount option to allow a filesystem checkermckusick2011-07-151-14/+124
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-101-15/+7
* Disable the soft updates journaling after a filesystem is successfullymckusick2011-06-121-0/+2
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-4/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+3
* Retire opt_ffs_broken_fixme.h.kib2011-03-201-0/+1
* Add kernel side support for BIO_DELETE/TRIM on UFS.kib2010-12-291-0/+15
* Journal start looks up .sujournal file by doing lookup on the root dvp.kib2010-12-011-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+3
* Correct some non-code typos.obrien2010-09-171-13/+11
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* ffs_mount: accept and drop userland-only options that can be passed fromavg2010-05-191-3/+12
* ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-04-291-2/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-29/+39
* ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobjavg2010-04-031-1/+0
* Remove unused variable.trasz2010-02-101-3/+2
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-1/+41
OpenPOWER on IntegriCloud