summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quota system cleanup.mpp2007-01-202-16/+39
* Fix a spelling error. heirarchy -> hierarchy.mpp2007-01-161-1/+1
* Canonicalize copyright: use a date range rather than comma-delimitedrwatson2007-01-081-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-063-24/+59
* Add gjournal specific code to the UFS file system:pjd2006-10-314-0/+202
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-102-21/+56
* Correct check for when IO_SYNC should be set for filesystemtegge2006-10-021-2/+2
* 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-261-1/+6
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* Correct typo in comment.pjd2006-08-201-1/+1
* Rather than print out a nice error message giving details sufficent to fixobrien2006-07-311-3/+5
* The ufs_lookup.c has a critical bug around the whiteoutdaichi2006-07-111-2/+10
* o Rearrange and remove incorrect comments.maxim2006-05-311-8/+3
* o According to POSIX, the result of ftruncate(2) is unspecifiedmaxim2006-05-311-4/+22
* o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.maxim2006-05-211-1/+1
* o Fix a comment: directory whiteout type is DT_WHT not DT_W.maxim2006-05-211-1/+1
* Bring the call to softdep_releasefile() within the region protected bytegge2006-05-091-3/+7
* Turn off disk quotas for snapshot files.tegge2006-05-051-0/+17
* Eliminate softdep_flush() livelock by accounting for number of worklist itemstegge2006-04-031-0/+1
* Add kludge to avoid deadlock when unlinking snapshot.tegge2006-03-191-0/+16
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-1/+26
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-083-4/+17
* Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspendedtegge2006-03-081-1/+0
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-0/+8
* - Using LK_NOWAIT in qsync() can get us into infinite loop situations thatjeff2006-02-221-1/+1
* In quotaoff(), lock the vnode instead of asserting it when manipulatingrwatson2006-02-121-1/+2
* Instead of asserting the vnode lock before manipulating v_vflag, acquirerwatson2006-02-111-1/+2
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-011-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-8/+14
* Eradicate caddr_t from the VFS API.des2005-12-143-15/+15
* Slightly reorganize to reduce duplicated code.delphij2005-11-071-2/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-3/+3
* Remove an unneeded "a" from comment.delphij2005-10-251-1/+1
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
* Close a race in the ufs_lookup() code that handles the ISDOTDOTtruckman2005-10-141-1/+3
* When performing a VOP_LOOKUP() as part of UFS1 extended attributerwatson2005-10-121-0/+1
* Move execve's access time update functionality into a newdds2005-10-121-3/+3
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-271-2/+3
* Restore a historical ufs_inactive behavior that has been changeddelphij2005-09-231-1/+1
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-061-19/+19
OpenPOWER on IntegriCloud