summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of 291244, 291380, 291459, 291460, 291671, and 291743:mckusick2015-12-301-4/+2
* MFC r284887:kib2015-07-111-1/+18
* MFC r284495:kib2015-07-011-3/+11
* MFC r283735:kib2015-06-051-8/+2
* MFC of 269533:mckusick2015-05-281-0/+1
* MFC: r281562rmacklem2015-04-301-1/+1
* MFC r280760:kib2015-04-101-5/+11
* MFC r270203:kib2014-08-271-1/+1
* MFC r268612:kib2014-07-281-44/+7
* MFC r262678;pfg2014-03-051-1/+1
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-301-10/+7
* 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
OpenPOWER on IntegriCloud