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
*
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
*
Quota system cleanup.
mpp
2007-01-20
4
-30
/
+41
*
Fix a spelling error. heirarchy -> hierarchy.
mpp
2007-01-16
1
-1
/
+1
*
Fix a spelling error in some comments. heirarchy -> hierarchy.
mpp
2007-01-16
1
-2
/
+2
*
Canonicalize copyright: use a date range rather than comma-delimited
rwatson
2007-01-08
1
-1
/
+1
*
change vop_lock handling to allowing tracking of callers' file and line for
kmacy
2006-11-13
1
-9
/
+11
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
6
-43
/
+84
*
Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps()
kib
2006-11-01
1
-0
/
+7
*
Add gjournal specific code to the UFS file system:
pjd
2006-10-31
7
-4
/
+247
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
2
-2
/
+4
*
Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystem
kib
2006-10-10
5
-34
/
+89
*
Correct check for when IO_SYNC should be set for filesystem
tegge
2006-10-02
1
-2
/
+2
*
Protect change to bo_flag by holding the bufobj mutex.
tegge
2006-09-26
1
-0
/
+2
*
Reduce fluctuations of mnt_flag to allow unlocked readers to get a
tegge
2006-09-26
1
-2
/
+1
*
Don't restore MNT_QUOTA bit in mnt_flag after snapshot creation,
tegge
2006-09-26
1
-1
/
+1
*
Increase mnt_noasync once in softdep_mount() to disallow async io,
tegge
2006-09-26
1
-0
/
+5
*
Add mnt_noasync counter to better handle interleaved calls to nmount(),
tegge
2006-09-26
1
-1
/
+1
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
4
-15
/
+57
*
Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),
kib
2006-09-20
1
-2
/
+3
*
Declare security and security.bsd sysctl hierarchies in sysctl.h along
rwatson
2006-09-17
1
-2
/
+0
*
While checking for update of snapshot file in the ffs_copyonwrite,
kib
2006-08-21
1
-1
/
+1
*
Correct typo in comment.
pjd
2006-08-20
1
-1
/
+1
*
Rather than print out a nice error message giving details sufficent to fix
obrien
2006-07-31
1
-3
/
+5
*
Drop two unnecessary casts.
stefanf
2006-07-18
1
-2
/
+2
*
The ufs_lookup.c has a critical bug around the whiteout
daichi
2006-07-11
1
-2
/
+10
*
Declare UFS module version.
pjd
2006-07-09
1
-0
/
+1
*
Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missing
pjd
2006-07-09
1
-2
/
+2
*
Check the sectorsize of the underlying disk before trying to
rodrigc
2006-06-03
1
-1
/
+8
*
o Rearrange and remove incorrect comments.
maxim
2006-05-31
1
-8
/
+3
*
o According to POSIX, the result of ftruncate(2) is unspecified
maxim
2006-05-31
1
-4
/
+22
*
Remove "update" from ffs_opts. It has been moved to global_opts
rodrigc
2006-05-26
1
-4
/
+1
*
Remove calls to vfs_export() for exporting a filesystem for NFS mounting
rodrigc
2006-05-26
1
-18
/
+0
*
Take errmsg out of ffs_opts. It is already part of global_opts
rodrigc
2006-05-24
1
-1
/
+1
*
o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.
maxim
2006-05-21
1
-1
/
+1
*
o Fix a comment: directory whiteout type is DT_WHT not DT_W.
maxim
2006-05-21
1
-1
/
+1
*
Provide a less cryptic panic message in place of just "found inode."
trhodes
2006-05-16
1
-1
/
+2
*
Read block hints list from last snapshot on the active snapshot list.
tegge
2006-05-16
1
-0
/
+4
*
Copy last block on file system again after file system has been suspended.
tegge
2006-05-15
1
-0
/
+11
*
Don't leak a locked buffer if last block on file system cannot be read.
tegge
2006-05-15
1
-2
/
+3
*
Errors detected while file system is suspended should not trigger an
tegge
2006-05-15
1
-6
/
+4
*
Expunge traces of unlinked snapshot files when making a new snapshot.
tegge
2006-05-13
1
-2
/
+9
*
Bring the call to softdep_releasefile() within the region protected by
tegge
2006-05-09
1
-3
/
+7
*
ffs_syncvnode() might skip some of the blocks due to them being locked,
tegge
2006-05-06
1
-0
/
+46
*
Return error if vnode was reclaimed while it was temporarily unlocked.
tegge
2006-05-05
1
-1
/
+11
[next]