summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-30/+5
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-282-19/+46
* Fix warning:peter2001-06-151-1/+1
* Build on the change in revision 1.98 by Tor.Egge@fast.no.mckusick2001-06-131-13/+21
* Call vn_close on the backing file vnode if ufs_extattr_enable failed totmm2001-06-071-1/+4
* Add a wrapper for the fifo kqfilter which falls through to the ufs routine.jlemon2001-06-061-0/+19
* Add a kqueue filter for writing to ufs filesystems which always returnsjlemon2001-06-051-0/+22
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
* Revert the previous commit in favor of the fix in rev 1.42 ofjhb2001-05-301-1/+0
* Forward declare struct cg to quiet a warning.jhb2001-05-301-0/+1
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet ajhb2001-05-291-0/+1
* Remove last vestiges of MFS.phk2001-05-292-14/+4
* Remove MFS from the kernel.phk2001-05-294-944/+0
* Add a check to determine whether extended attributes have beentmm2001-05-251-0/+8
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-252-4/+4
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-7/+29
* ufs_bmaparray() may block on IO, drop vm mutex and aquire Giant whenalfred2001-05-231-0/+10
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Update softdep_setup_directory_add prototype to reflect changes inmckusick2001-05-201-2/+3
* Must ensure that all the entries on the pd_pendinghd list have beenmckusick2001-05-191-3/+11
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-9/+38
* Must be a bit less aggressive about freeing pagedep structures.mckusick2001-05-181-1/+1
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-174-39/+242
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* Further fixes for deadlock in the presence of multiple snapshots.mckusick2001-05-141-7/+20
* If the effective link count is zero when an NFS file handle requestmckusick2001-05-131-1/+3
* Remove yet another deadlock case.mckusick2001-05-111-3/+6
* When running with soft updates, track the number of blocks and filesmckusick2001-05-089-11/+119
* Several fixes for units errors:mckusick2001-05-081-10/+19
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-043-120/+227
* Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.phk2001-05-011-2/+2
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-9/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-013-18/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-6/+11
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-2911-49/+44
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-25/+1
* Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().phk2001-04-291-2/+3
* Remove two unused arguments from ufs_bmaparray().phk2001-04-292-22/+17
* Remove faint traces of blind copy&paste.phk2001-04-291-1/+0
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2916-32/+0
* Rather than copying all the indirect blocks of the snapshot,mckusick2001-04-261-35/+19
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-253-26/+104
* Move the netexport structure from the fs-specific mountstructurephk2001-04-256-38/+6
* 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-2316-0/+32
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-0/+13
OpenPOWER on IntegriCloud