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
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-28
use symbolic V_SAVE instead of value 1 when invoking vinvalbuf
dbj
2003-12-21
Fix usage of fifth argument to pool_init().
simonb
2003-12-17
set VBWAIT when waiting v_numoutput to be drained.
yamt
2003-12-17
remove a redundant substitution.
yamt
2003-12-16
- reduce code duplication.
yamt
2003-12-16
g/c lfs_no_inactive.
yamt
2003-12-04
Dynamic sysctl.
atatat
2003-12-04
use b_private rather than b_saveaddr.
yamt
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-25
use FINFOSIZE macro.
yamt
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
only let i_ffs_effnlink diverge from i_nlink if DOINGSOFTDEP
dbj
2003-11-08
comment out unnecessary IN_CHANGE|IN_UPDATE in lookup
dbj
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-07
- tweak lfs_update_single()'s prototype so that it can be used by
yamt
2003-11-07
fix spec vnode aliasing.
yamt
2003-11-07
- tell filesize changes to vm when roll-forwarding data blocks.
yamt
2003-11-07
more assertion about file truncation to zero.
yamt
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-29
Adjust to remove bogus initializer.
mycroft
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-25
Fix uninitialized variable warnings.
christos
2003-10-21
Correct preempt() calls.
fvdl
2003-10-18
be more strict about sa->vp.
yamt
2003-10-18
Remove assigned-to but otherwise unused variable.
simonb
2003-10-17
add comments and tweak code a little for readability.
yamt
[next]