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