summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Fix the NAMEI zone leak when snapshot was successfully created.kib2007-04-101-0/+1
* Recalculate the NEWBLOCK flag for pagedep structure after the softdepkib2007-04-101-5/+26
* When LK_NOWAIT is passed as argument to process_worklist_item(), thiskib2007-04-101-1/+4
* Use *_EMPTY macros when appropriate.delphij2007-04-044-47/+47
* Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS arekib2007-03-291-0/+5
* Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no morekib2007-03-202-19/+0
* When we write extended attributes, assert that the inode hasn'tbrian2007-03-191-0/+3
* Implement fine-grained locking for UFS quotas.kib2007-03-143-142/+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
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+49
* Fix build breakage.pjd2007-03-011-1/+1
* Change:pjd2007-03-011-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-012-3/+4
* Avoid checking for privileges if there is no need to.pjd2007-03-012-13/+18
* Account for di_blocks allocations when IN_SPACECOUNTED is set in anbrian2007-02-232-7/+32
* The functions that set and delete external attributes must checkmckusick2007-02-211-0/+9
* 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
* This README file is obsolete. The cited problems were fixed long agomckusick2007-02-171-58/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-22/+28
* Style(9).kib2007-02-151-5/+11
* Remove not needed acquision of the mount interlock aroung reading ofkib2007-02-081-12/+5
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* 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
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-233-0/+120
* Fix build. chkdquot() should not return anything.delphij2007-01-201-1/+1
* Quota system cleanup.mpp2007-01-204-30/+41
* Fix a spelling error. heirarchy -> hierarchy.mpp2007-01-161-1/+1
* Fix a spelling error in some comments. heirarchy -> hierarchy.mpp2007-01-161-2/+2
* Canonicalize copyright: use a date range rather than comma-delimitedrwatson2007-01-081-1/+1
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-9/+11
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-066-43/+84
* Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps()kib2006-11-011-0/+7
* Add gjournal specific code to the UFS file system:pjd2006-10-317-4/+247
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-105-34/+89
* Correct check for when IO_SYNC should be set for filesystemtegge2006-10-021-2/+2
* Protect change to bo_flag by holding the bufobj mutex.tegge2006-09-261-0/+2
* Reduce fluctuations of mnt_flag to allow unlocked readers to get ategge2006-09-261-2/+1
* Don't restore MNT_QUOTA bit in mnt_flag after snapshot creation,tegge2006-09-261-1/+1
* Increase mnt_noasync once in softdep_mount() to disallow async io,tegge2006-09-261-0/+5
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-264-15/+57
* Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),kib2006-09-201-2/+3
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
OpenPOWER on IntegriCloud