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
/
lfs
/
lfs_inode.h
Age
Commit message (
Expand
)
Author
2022-03-23
fix few typos for word "previous(ly)" in comments.
andvar
2020-02-23
Use a marker node to iterate lfs_dchainhd / i_lfs_dchain.
riastradh
2020-02-18
remove the aiodoned thread. I originally added this to provide a thread context
chs
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
Move definition of IN_ALLMOD near the flag it's a mask for.
maya
2017-04-06
don't guard lfs_sbactive or lfs_log with splbio, lfs_lock is plenty.
maya
2017-04-06
Provide a LFS_ENTER_LOG (__nothing) in the !DEBUG case.
maya
2017-04-06
Drop single use macro LFS_BCLEAN_LOG with an inlined implementation.
maya
2016-06-20
u_int{8,16,32,64}_t -> uint{8,16,32,64}_t in remaining lfs headers.
dholland
2016-06-20
Note more already-merged versions:
dholland
2016-06-20
ufs/inode.h -r1.67 is effectively merged into here too.
dholland
2016-06-20
Merge ufs/inode.h 1.66: remove i_hash from struct inode. This is the
dholland
2016-06-19
Mark ufs file versions we're already synced with.
dholland
2015-09-01
Use the lfs dinode accessors in place of the ufs-derived ones.
dholland
2015-08-19
Part two of dinodes; use the same union everywhere.
dholland
2015-08-12
Hack up dinode usage to be 64 vs. 32 as needed. Part 1.
dholland
2015-08-02
Make i_eff_nblks in the in-memory inode 64 bits wide.
dholland
2014-05-26
Close comments
ryoon
2014-05-26
remove ffs-only IN_SPACECOUNTED
dholland
2013-06-18
Tuck away a bunch of symbols that don't need to be public.
dholland
2013-06-09
Move struct lfs_inode_ext to lfs_inode.h; it doesn't need to be public.
dholland
2013-06-08
G/C another unneeded union
dholland
2013-06-08
Remove stale union and accessor macros.
dholland
2013-06-08
Split the definitions suitable for userland out of ulfs_inode.h into
dholland