summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-221-1/+2
* Stop dropping and reacquiring Giant around geom calls in UFS.kib2016-05-211-16/+0
* Improve handling of rdev->si_mountpt on mount and unmount of FFSkib2016-05-211-13/+17
* Do enable io accounting for read-only mounts and mounts which arekib2016-05-171-2/+4
* Fix comments.kib2016-05-171-2/+2
* UFS: spelling fixes on comments.pfg2016-04-291-1/+1
* Split the global taskqueue used to process all UFS trim completions,kib2016-03-271-0/+13
* This fixes a bug in UFS2 exported NFS volumes. An NFS client canmckusick2016-01-271-3/+28
* For performance reasons, it is useful to have a single string used asmckusick2015-11-291-4/+2
* Refactor unmapped buffer address handling.jeff2015-07-231-1/+1
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-2/+1
* Simplify code, no need to test the flag before clearing it.kib2015-06-291-2/+1
* Handle errors from background write of the cylinder group blocks.kib2015-06-271-1/+19
* vfs_msync(), called from syncer vnode fsync VOP, only iterates overkib2015-06-171-3/+11
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-291-8/+2
* Limit the number of cylinder groups that will be searched whenmckusick2015-04-241-0/+1
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+2
* Fix the hand after the immediate reboot when the following commandkib2015-03-271-5/+11
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-201-1/+1
* Correct the test for condition to suspend UFS filesystem duringkib2014-08-201-1/+1
* Extract the code to put a filesystem into the suspended state (at thekib2014-07-141-44/+7
* don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags..jmg2014-06-031-2/+2
* ufs: small formatting fixes.pfg2014-03-021-1/+1
* Allow kernels without options SOFTUPDATES to build. This should fix thebrooks2013-10-211-0/+2
* 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
OpenPOWER on IntegriCloud