summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* o Re-enable support of system file flags in jail() by adding back therwatson2001-09-261-1/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofrwatson2001-09-261-4/+6
* o Further clarify comment: ad Udo's request, re-insert the 'if'rwatson2001-09-251-3/+4
* o Parallelize the comment on the relationship between privileged un-jailedrwatson2001-09-251-2/+2
* The addition of i_dirhash to struct inode pushed RELENG_4'siedowse2001-09-241-1/+1
* KSE Milestone 2julian2001-09-1224-511/+513
* The "dirpref" directory layout preference improvements make use ofiedowse2001-09-091-1/+1
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* o At some point, unmounting a non-EA file system with EA's compiledrwatson2001-09-011-2/+4
* If a file has been completely unlinked, stop automatically syncing thepeter2001-08-271-0/+2
* Stop using dirhash when a directory is removed, and ensure that weiedowse2001-08-262-0/+12
* When compacting directories, ufs_direnter() always trusted DIRSIZ()iedowse2001-08-261-11/+29
* When compressing directory blocks, the dirhash code didn't checkiedowse2001-08-221-1/+1
* Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'peter2001-08-181-0/+5
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsiedowse2001-07-292-2/+5
* Disable the dirhash sanity check that panics if an unused directoryiedowse2001-07-271-0/+8
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-162-5/+5
* Return a locked struct buf from ufsdirhash_lookup() to avoid oneiedowse2001-07-133-9/+9
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-105-2/+1276
* 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
OpenPOWER on IntegriCloud