index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
Age
Commit message (
Expand
)
Author
2004-01-12
change the updating note to say you may need fsck_ffs -b 32 -c 4'
dbj
2004-01-12
add checks for a couple of botched superblock upgrade cases
dbj
2004-01-10
Allow vfs_write_suspend() to wait if the file system is already
hannken
2004-01-10
Split out softdep_flushworklist() from softdep_flushfiles() so that
hannken
2004-01-10
store a i/o priority hint in struct buf for buffer queue discipline.
yamt
2004-01-09
never upgrade the superblock or set FS_FLAGS_UPDATED in fs_old_flags
dbj
2004-01-03
reintroduce compatbility defines for
dbj
2004-01-02
explicitly pad struct appleufslabel and use __attribute__((__packed__))
dbj
2004-01-02
add uuid field to apple ufs volume label
dbj
2003-12-31
remove incorrect XXX comments I introduced a couple of days ago
dbj
2003-12-31
remove unused cs_numclusters field from struct csum_total
dbj
2003-12-31
update explanatory comment about NOCSPTRS to reflect that fs_active
dbj
2003-12-31
reorder ffs_sb_swap to reflect actual order in superblock
dbj
2003-12-31
add fs_flags to ffs_sb_swap
dbj
2003-12-30
Replace the traditional buffer memory management -- based on fixed per buffer
pk
2003-12-30
fix bugs in ffs_cg_swap for FS_42POSTBLFMT
dbj
2003-12-04
Dynamic sysctl.
atatat
2003-12-02
clarify comments, especially since ffs_isfreeblock is non-intuitive:
dbj
2003-12-01
in ffs_unmount, ignore error returned by VOP_CLOSE(devvp)
dbj
2003-11-27
Remove part of previous -- there is NO reason for directory allocation to use
mycroft
2003-11-15
Kernel portion of the fsync_range(2) system call. Written by Bill
thorpej
2003-11-08
fix uninitialized variable use in previous change (!)
jdolecek
2003-11-08
always do a full fsync if vp->v_type != VREG
dbj
2003-11-08
fix minor memory leaks in error paths of ffs_mountfs
dbj
2003-11-08
protect use of buf's b_flags with b_interlock
dbj
2003-11-08
protect a few uses of buf's b_flags with b_interlock
dbj
2003-11-05
Clean up the usage of vn_start_write(). At least one occurence clobbered
hannken
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-10-25
Remove the present incarnation of FSYNC_DATAONLY use from ffs_fsync() and
kleink
2003-10-15
Add the gating of system calls that cause modifications to the underlying
hannken
2003-10-14
add mnt_iflag field to struct mount for internal flags
dbj
2003-10-13
Whitespace nits.
thorpej
2003-10-05
Remove references to University of California from my copyright notices.
bouyer
2003-09-29
Declare fs_old_flags and fs_flags as unsigned.
dbj
2003-09-25
In ffs_sbupdate(), swap the sblock after ffs_oldfscompat_write() is
enami
2003-09-17
Fix a recently introduced bug which prevents csum totals being copied
enami
2003-09-13
make sure to not get flags which are for internal use only from the on-disk
bouyer
2003-09-13
Commit changes proposed in
bouyer
2003-09-07
buffer cache mp locks.
yamt
2003-09-05
use arc4random instead of random (mask with INT32_MAX to avoid getting
itojun
2003-08-21
Split CGSIZE definition so it can be used with 64bit fpg values.
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Undo part of the ktrace/lwp changes. In particular:
thorpej
2003-06-29
Add forward declaration of struct lwp instead of struct proc. Sort those
enami
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-06-12
OS X still seems to use the old nrpos field in the superblock, and gets
fvdl
2003-05-15
The C language does not permit statements of the form
kristerw
2003-05-04
Print pid on error. From Greg A. Woods in PR#17393.
gmcgarry
[next]