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
2018-02-07
Remove unnecessary assertions
ozaki-r
2018-01-29
Drop commended out include to a hardcoded path in root's home directory.
sevan
2018-01-28
Prevent use-after-free where genfs_node_destroy() would destroy
hannken
2018-01-28
Make sure inode blocks and size are zero when VOP_INACTIVE()
hannken
2017-12-07
fix the UVM_PAGE_TRKOWN page-locking assertion at the top of ffs_alloc()
chs
2017-11-15
PR/52728: Izumi Tsutsui: "mount -u /dev/ /" triggers kernel panic
christos
2017-11-14
Fix up chfs_mountfs error branches.
riastradh
2017-11-09
use PR_WAITOK everywhere.
christos
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-10-27
Revert printf return value change.
joerg
2017-10-27
[syzkaller] Cast all the printf's to (void *)
utkarsh009
2017-10-25
fix tyop, PR kern/52653 by Edgar Fuss
jdolecek
2017-08-20
print mode as octal for readability
maya
2017-08-20
update the comment to the current IFMT/permissions location
maya
2017-08-20
Fix typo in comment
maya
2017-08-20
XXX question our double-flushing of dirops
maya
2017-08-19
Ask some question about the code in a XXX comment
maya
2017-08-19
Not much point doing anything after a panic call
maya
2017-08-19
Consistently use {,UN}MARK_VNODE macros rather than function calls.
maya
2017-08-13
Don't time out the discard work queue here. Either destroying a work queue
mlelstv
2017-08-07
Tidy up ufs_readdir. First step only; there's plenty more that could be
dholland
2017-08-04
fix buffer overflow/KASSERT when cookies are supplied
maya
2017-07-30
kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo))
riastradh
2017-07-26
change lfs_nextsegsleep and lfs_allclean_wakeup to use condvar
maya
2017-07-26
Revert r1.272 fix to PR kern/52301, the performance hit is making things
maya
2017-07-26
Deduplicate sanity check that seglock is held on segunlock
maya
2017-07-12
When initializing more inodes make sure to write them to disk
hannken
2017-06-19
Ifdef out KDASSERT which fires on my machine.
maya
2017-06-15
It isn't safe to drain dirops with seglock held, it'll deadlock if there
maya
2017-06-12
Use continue to denote the no-op loop to match netbsd style
maya
2017-06-10
Rename i_flag to i_state.
maya
2017-06-08
move some buffer cache internals declarations from buf.h to vfs_bio.c.
chs
2017-06-05
Add an XXX about the missing flags so it's not buried in a commit
maya
2017-06-05
Correct confusion between i_flag and i_flags
maya
2017-06-05
Move definition of IN_ALLMOD near the flag it's a mask for.
maya
2017-06-04
Operations fstrans_start() and fstrans_start_nowait() now always
hannken
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-28
Change ext2fs to use vcache_new like we did for ffs:
hannken
2017-05-28
No need to call vgone() on the just created in file system log vnode,
hannken
2017-05-26
Eliminate crusty debugging sludge.
riastradh
2017-05-26
Make VOP_RECLAIM do the last unlock of the vnode.
riastradh
2017-04-26
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.
riastradh
2017-04-17
Remove unused argument "nextp" from vfs_busy() and vfs_unbusy().
hannken
2017-04-17
Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to
hannken
2017-04-13
Switch lfs_flush() and lfs_writerd() to mountlist iterator.
hannken
2017-04-11
Make VOP_INACTIVE preserve vnode lock on return.
riastradh
2017-04-11
Fix non-DIAGNOSTIC build by using vp outside KASSERT too.
riastradh
2017-04-11
Sprinkle lock ownership assertions.
riastradh
2017-04-06
don't guard lfs_sbactive or lfs_log with splbio, lfs_lock is plenty.
maya
2017-04-06
remove deprecated comment (and move it below assert)
maya
[next]