summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build without INVARIANTS and update a comment to matchru2007-11-091-3/+9
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-086-50/+47
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdirbz2007-09-101-1/+4
* Perform range check before allocating memory when readingrodrigc2007-07-131-0/+4
* Fix livelock that could occur when snapshoting UFS with quotas, wherekib2007-06-221-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-6/+4
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-9/+15
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-7/+7
* Add a newline to the printf message.thompsa2007-05-031-1/+1
* 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-141-2/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Fix build breakage.pjd2007-03-011-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.pjd2007-03-011-9/+13
* 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
* 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
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-233-0/+120
* Quota system cleanup.mpp2007-01-202-14/+2
* Fix a spelling error in some comments. heirarchy -> hierarchy.mpp2007-01-161-2/+2
* 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-063-19/+25
* 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-313-4/+45
* 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-103-13/+33
* 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
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-263-14/+51
* Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),kib2006-09-201-2/+3
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* Declare UFS module version.pjd2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingpjd2006-07-091-2/+2
* Check the sectorsize of the underlying disk before trying torodrigc2006-06-031-1/+8
OpenPOWER on IntegriCloud