| Commit message (Expand) | Author | Age | Files | Lines |
* | Two recent commits in sys/ufs/ufs interacted badly with ext2fs | iedowse | 2001-07-29 | 2 | -2/+5 |
* | Disable the dirhash sanity check that panics if an unused directory | iedowse | 2001-07-27 | 1 | -0/+8 |
* | Use a fixed type for times in on-disk structures for ufs rather than | peter | 2001-07-16 | 2 | -5/+5 |
* | Return a locked struct buf from ufsdirhash_lookup() to avoid one | iedowse | 2001-07-13 | 3 | -9/+9 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 5 | -2/+1276 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -30/+5 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 1 | -2/+2 |
* | - Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 2 | -19/+46 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | Build on the change in revision 1.98 by Tor.Egge@fast.no. | mckusick | 2001-06-13 | 1 | -13/+21 |
* | Call vn_close on the backing file vnode if ufs_extattr_enable failed to | tmm | 2001-06-07 | 1 | -1/+4 |
* | Add a wrapper for the fifo kqfilter which falls through to the ufs routine. | jlemon | 2001-06-06 | 1 | -0/+19 |
* | Add a kqueue filter for writing to ufs filesystems which always returns | jlemon | 2001-06-05 | 1 | -0/+22 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Revert the previous commit in favor of the fix in rev 1.42 of | jhb | 2001-05-30 | 1 | -1/+0 |
* | Forward declare struct cg to quiet a warning. | jhb | 2001-05-30 | 1 | -0/+1 |
* | Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet a | jhb | 2001-05-29 | 1 | -0/+1 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 2 | -14/+4 |
* | Remove MFS from the kernel. | phk | 2001-05-29 | 4 | -944/+0 |
* | Add a check to determine whether extended attributes have been | tmm | 2001-05-25 | 1 | -0/+8 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -4/+4 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -7/+29 |
* | ufs_bmaparray() may block on IO, drop vm mutex and aquire Giant when | alfred | 2001-05-23 | 1 | -0/+10 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Update softdep_setup_directory_add prototype to reflect changes in | mckusick | 2001-05-20 | 1 | -2/+3 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -9/+38 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 4 | -39/+242 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -3/+3 |
* | Further fixes for deadlock in the presence of multiple snapshots. | mckusick | 2001-05-14 | 1 | -7/+20 |
* | If the effective link count is zero when an NFS file handle request | mckusick | 2001-05-13 | 1 | -1/+3 |
* | Remove yet another deadlock case. | mckusick | 2001-05-11 | 1 | -3/+6 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 9 | -11/+119 |
* | Several fixes for units errors: | mckusick | 2001-05-08 | 1 | -10/+19 |
* | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduce | mckusick | 2001-05-04 | 3 | -120/+227 |
* | Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes. | phk | 2001-05-01 | 1 | -2/+2 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 2 | -9/+3 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 3 | -18/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 2 | -6/+11 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 11 | -49/+44 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -25/+1 |
* | Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP(). | phk | 2001-04-29 | 1 | -2/+3 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 2 | -22/+17 |
* | Remove faint traces of blind copy&paste. | phk | 2001-04-29 | 1 | -1/+0 |
* | Remove faint traces of non-existant ffs_bmap(). | phk | 2001-04-29 | 1 | -2/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 16 | -32/+0 |
* | Rather than copying all the indirect blocks of the snapshot, | mckusick | 2001-04-26 | 1 | -35/+19 |
* | When closing the last reference to an unlinked file, it is freed | mckusick | 2001-04-25 | 3 | -26/+104 |