aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEColeman Kane2008-03-131-8/+15
* Remove include of opt_quota.h; as of revision 1.205 there is no longerEd Maste2008-03-101-1/+0
* Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.Konstantin Belousov2008-03-051-0/+1
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributeRobert Watson2008-03-041-3/+3
* Minor typo nit.Giorgos Keramidas2008-02-251-1/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-7/+5
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-242-5/+8
* - Introduce lockmgr_args() in the lockmgr space. This function performsAttilio Rao2008-02-151-3/+5
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-243-30/+24
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-191-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-135-33/+35
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-12/+12
* ffs_balloc_ufsX() routines, in the case of recovering from the failedKonstantin Belousov2008-01-031-12/+16
* style(9)David E. O'Brien2008-01-021-17/+17
* The ffs_balloc() routines, whan allocating the indirect blocks forKonstantin Belousov2007-12-291-2/+42
* Fix a broken check that recently became more annoying because it nowKen Smith2007-12-011-2/+4
* Fix build without INVARIANTS and update a comment to matchRuslan Ermilov2007-11-091-3/+9
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.David E. O'Brien2007-11-086-50/+47
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-3/+3
* Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdirBjoern A. Zeeb2007-09-101-1/+4
* Perform range check before allocating memory when readingCraig Rodrigues2007-07-131-0/+4
* Fix livelock that could occur when snapshoting UFS with quotas, whereKonstantin Belousov2007-06-221-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-122-6/+4
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-9/+15
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-181-7/+7
* Add a newline to the printf message.Andrew Thompson2007-05-031-1/+1
* Fix the NAMEI zone leak when snapshot was successfully created.Konstantin Belousov2007-04-101-0/+1
* Recalculate the NEWBLOCK flag for pagedep structure after the softdepKonstantin Belousov2007-04-101-5/+26
* When LK_NOWAIT is passed as argument to process_worklist_item(), thisKonstantin Belousov2007-04-101-1/+4
* Use *_EMPTY macros when appropriate.Xin LI2007-04-044-47/+47
* Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS areKonstantin Belousov2007-03-291-0/+5
* Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no moreKonstantin Belousov2007-03-202-19/+0
* When we write extended attributes, assert that the inode hasn'tBrian Somers2007-03-191-0/+3
* Implement fine-grained locking for UFS quotas.Konstantin Belousov2007-03-141-2/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-1/+10
* Fix build breakage.Pawel Jakub Dawidek2007-03-011-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterPawel Jakub Dawidek2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.Pawel Jakub Dawidek2007-03-011-9/+13
* Account for di_blocks allocations when IN_SPACECOUNTED is set in anBrian Somers2007-02-232-7/+32
* The functions that set and delete external attributes must checkKirk McKusick2007-02-211-0/+9
* This README file is obsolete. The cited problems were fixed long agoKirk McKusick2007-02-171-58/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-22/+28
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.Tor Egge2007-02-041-3/+9
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-233-0/+120
* Quota system cleanup.Mike Pritchard2007-01-202-14/+2
* Fix a spelling error in some comments. heirarchy -> hierarchy.Mike Pritchard2007-01-161-2/+2
* change vop_lock handling to allowing tracking of callers' file and line forKip Macy2006-11-131-9/+11