summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* Retire the 'i_reclen' field from the in-memory i-node. Previously,jhb2008-09-162-7/+9
* Fix a race with shared lookups on UFS. If the the dirhash code reached thejhb2008-09-162-34/+87
* - Only set i_offset in the parent directory's i-node during a lookup forjhb2008-09-161-3/+9
* vdropl() drops the vnode interlock. Thus, the code in the QUOTA case thatjhb2008-09-161-3/+2
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-163-4/+5
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.trasz2008-09-031-3/+3
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* Put the relocked variable from the r182111 into the #ifdef QUOTA braceskib2008-08-241-1/+4
* Revert the r167541: "Remove unneeded getinoquota() call in thekib2008-08-241-1/+23
* ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.des2008-08-052-7/+7
* Whitespace, prototypesdes2008-08-051-88/+27
* Whitespace tweak.jhb2008-07-301-1/+0
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-0/+10
* - Use a local variable for i_ino in ufs_lookup. It is only used tojeff2008-04-222-14/+10
* Move the head of byte-level advisory lock list from thekib2008-04-162-42/+0
* - Use a lockmgr lock rather than a mtx to protect dirhash. This lockjeff2008-04-112-228/+291
* - cache dp->i_offset in the local 'i_offset' variable for use in loopjeff2008-04-111-29/+48
* Correct function name in panic().pjd2008-04-071-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+21
* Continue on-going campaign to replace lockmgr locks with sx locks whererwatson2008-03-042-12/+14
* Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 hasrwatson2008-03-021-0/+18
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-134-32/+31
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-104-21/+15
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-083-8/+8
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Fix an annoying pointer/int cast warning that shows up on 64 bit systems.peter2007-07-021-1/+1
* Fix livelock that could occur when snapshoting UFS with quotas, wherekib2007-06-221-3/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-26/+12
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* - Remove unnecessary vnode internal locking - v_vflag is protect by vnode'spjd2007-05-281-18/+9
* Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths.pjd2007-05-231-20/+27
* Implement fine-grained locking for UFS quotas.kib2007-03-142-140/+493
* Call getinoquota() before allocating new block for the directory to properlykib2007-03-141-0/+8
* Remove unneeded getinoquota() call in the ufs_access().kib2007-03-141-4/+0
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+49
* Change:pjd2007-03-011-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-1/+2
* Avoid checking for privileges if there is no need to.pjd2007-03-011-4/+5
* Rename three quota privileges from the UFS privilege namespace to therwatson2007-02-191-5/+5
* Limit quota privileges in jail to PRIV_UFS_GETQUOTA andrwatson2007-02-191-12/+3
* Style(9).kib2007-02-151-5/+11
* Remove not needed acquision of the mount interlock aroung reading ofkib2007-02-081-12/+5
* If quotacheck or edquota reset the block or inode grace time formpp2007-02-041-2/+10
* Prevent quotactl calls that pass in an id of -1 from incorrectlympp2007-02-011-7/+20
* Disallow negative UIDs when processing quotactl options.mpp2007-02-011-0/+5
* Fix build. chkdquot() should not return anything.delphij2007-01-201-1/+1
OpenPOWER on IntegriCloud