summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-152-6/+5
* Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* README.extattr incorrectly specified sample command lines forrwatson2001-11-301-2/+2
* When mkdir()-ing, the parent dir gets is linkcount increased.guido2001-11-221-1/+1
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-0/+2
* o Update copyright dates.rwatson2001-11-014-7/+18
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationrwatson2001-10-271-1/+6
* o Clarify a comment about the locking condition of the vnode upon exitrwatson2001-10-271-9/+15
* o The comment about ordering the destruction of the lock and the removal ofrwatson2001-10-271-1/+1
* o Wrap a number of long lines of code, many of which were introducedrwatson2001-10-271-9/+16
* Since namespace support was added to the UFS extended attributerwatson2001-10-271-9/+7
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-9/+9
* Change the kernel's ucred API as follows:jhb2001-10-112-4/+2
* Add missing includes of sys/lock.h.jhb2001-10-112-0/+2
* Remove panics for rename() race conditions. The panics are inappropriatedillon2001-10-081-1/+16
* Backout the last commit. The problem is actually much worse then Idillon2001-10-021-8/+3
* IN_RENAME should only be cleared by the routine that set it. This fixesdillon2001-10-021-3/+8
* 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-1213-253/+254
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* 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-161-2/+2
* 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 a mntvnode and vnode interlock reversal.jhb2001-06-281-13/+40
* 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
* Remove last vestiges of MFS.phk2001-05-291-10/+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
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-9/+38
OpenPOWER on IntegriCloud