index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
The ffs_balloc() routines, whan allocating the indirect blocks for
kib
2007-12-29
1
-2
/
+42
*
Fix a broken check that recently became more annoying because it now
kensmith
2007-12-01
1
-2
/
+4
*
Fix build without INVARIANTS and update a comment to match
ru
2007-11-09
1
-3
/
+9
*
Turn most ffs 'DIAGNOSTIC's into INVARIANTS.
obrien
2007-11-08
9
-58
/
+55
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
2
-3
/
+3
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-3
/
+3
*
Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdir
bz
2007-09-10
1
-1
/
+4
*
Perform range check before allocating memory when reading
rodrigc
2007-07-13
1
-0
/
+4
*
Fix an annoying pointer/int cast warning that shows up on 64 bit systems.
peter
2007-07-02
1
-1
/
+1
*
Fix livelock that could occur when snapshoting UFS with quotas, where
kib
2007-06-22
2
-3
/
+3
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
4
-32
/
+16
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-9
/
+15
*
Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation
kib
2007-06-01
1
-1
/
+1
*
- Move rusage from being per-process in struct pstats to per-thread in
jeff
2007-06-01
2
-2
/
+2
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-1
/
+1
*
- Remove unnecessary vnode internal locking - v_vflag is protect by vnode's
pjd
2007-05-28
1
-18
/
+9
*
Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths.
pjd
2007-05-23
1
-20
/
+27
*
Since renaming of vop_lock to _vop_lock, pre- and post-condition
kib
2007-05-18
1
-7
/
+7
*
Add a newline to the printf message.
thompsa
2007-05-03
1
-1
/
+1
*
Fix the NAMEI zone leak when snapshot was successfully created.
kib
2007-04-10
1
-0
/
+1
*
Recalculate the NEWBLOCK flag for pagedep structure after the softdep
kib
2007-04-10
1
-5
/
+26
*
When LK_NOWAIT is passed as argument to process_worklist_item(), this
kib
2007-04-10
1
-1
/
+4
*
Use *_EMPTY macros when appropriate.
delphij
2007-04-04
4
-47
/
+47
*
Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS are
kib
2007-03-29
1
-0
/
+5
*
Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no more
kib
2007-03-20
2
-19
/
+0
*
When we write extended attributes, assert that the inode hasn't
brian
2007-03-19
1
-0
/
+3
*
Implement fine-grained locking for UFS quotas.
kib
2007-03-14
3
-142
/
+493
*
Call getinoquota() before allocating new block for the directory to properly
kib
2007-03-14
1
-0
/
+8
*
Remove unneeded getinoquota() call in the ufs_access().
kib
2007-03-14
1
-4
/
+0
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-1
/
+10
*
Move macros describing extended attributes in UFS from
mckusick
2007-03-06
1
-0
/
+49
*
Fix build breakage.
pjd
2007-03-01
1
-1
/
+1
*
Change:
pjd
2007-03-01
1
-1
/
+1
*
Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better
pjd
2007-03-01
2
-3
/
+4
*
Avoid checking for privileges if there is no need to.
pjd
2007-03-01
2
-13
/
+18
*
Account for di_blocks allocations when IN_SPACECOUNTED is set in an
brian
2007-02-23
2
-7
/
+32
*
The functions that set and delete external attributes must check
mckusick
2007-02-21
1
-0
/
+9
*
Rename three quota privileges from the UFS privilege namespace to the
rwatson
2007-02-19
1
-5
/
+5
*
Limit quota privileges in jail to PRIV_UFS_GETQUOTA and
rwatson
2007-02-19
1
-12
/
+3
*
This README file is obsolete. The cited problems were fixed long ago
mckusick
2007-02-17
1
-58
/
+0
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
2
-22
/
+28
*
Style(9).
kib
2007-02-15
1
-5
/
+11
*
Remove not needed acquision of the mount interlock aroung reading of
kib
2007-02-08
1
-12
/
+5
*
Call pbgetvp() and pbrelvp() instead of setting b_vp directly.
tegge
2007-02-04
1
-3
/
+9
*
If quotacheck or edquota reset the block or inode grace time for
mpp
2007-02-04
1
-2
/
+10
*
Prevent quotactl calls that pass in an id of -1 from incorrectly
mpp
2007-02-01
1
-7
/
+20
*
Disallow negative UIDs when processing quotactl options.
mpp
2007-02-01
1
-0
/
+5
*
Cylinder group bitmaps and blocks containing inode for a snapshot
kib
2007-01-23
3
-0
/
+120
*
Fix build. chkdquot() should not return anything.
delphij
2007-01-20
1
-1
/
+1
[next]