summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_extern.h
AgeCommit message (Expand)Author
2020-02-23Dust off the orphan detection code and try to make it work.riastradh
2020-02-23lfs_writer_enter can't fail; keep it simple and don't pretend it can.riastradh
2020-02-23Break deadlock in PR kern/52301.riastradh
2020-02-18remove the aiodoned thread. I originally added this to provide a thread contextchs
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2017-07-26change lfs_nextsegsleep and lfs_allclean_wakeup to use condvarmaya
2017-06-08move some buffer cache internals declarations from buf.h to vfs_bio.c.chs
2016-06-20u_int{8,16,32,64}_t -> uint{8,16,32,64}_t in remaining lfs headers.dholland
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-08-12Move the security checks for lfs_bmapv/lfs_markv into those functions.dholland
2015-08-12Fix assorted 64->32 truncations related to BLOCK_INFO.dholland
2015-08-02Add a (draft) 64-bit superblock. Make things build again.dholland
2015-08-02Second batch of 64 -> 32 truncations in lfs, along with more minordholland
2015-05-31Change lfs from hash table to vcache.hannken
2015-05-31Make lfs_fastvget() private to lfs_syscalls.c, change it to take thehannken
2015-05-31Use VFS_PROTOS() for lfs.hannken
2015-03-27Disentangle buffer-cached I/O from page-cached I/O in UFS.riastradh
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Collect the pieces of lfs rename into lfs_rename.c, and sprinkle static.dholland
2013-06-06Split lfs from ufs step 4:dholland
2012-02-23Make sure that __BEGIN_DECLS and __END_DECLS are paired.joerg
2012-01-02* Remove PGO_RECLAIM during lfs_putpages()' call to genfs_putpages(),perseant
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-02Merge vmlocking2 to head.ad
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl
2007-04-17Install a new sysctl, vfs.lfs.ignore_lazy_sync, which causes LFS to ignoreperseant
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-01Changes to help the roll-forward agent, to wit:perseant
2006-07-20Separate the (non-working) LFS kernel roll-forward code into its own file,perseant
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-29Don't wake up the cleaner if the filesystem is unwrappable, and fix theperseant
2006-05-18Break out the finfo array manipulation code into two new functions,perseant
2006-05-14integrate kauth.elad
2006-05-01Don't ever partially write dirops, even if we need the cleaner to run.perseant
2006-04-30Postpone the segment accounting changes coming from truncation until theperseant
2006-04-23remove unused FFS_NAMES and LFS_NAMES.yamt
2006-04-08Implement a somewhat finer-grained mechanism for paging LFS-backed pages.perseant
2006-04-08Keep the free list ordered. This solves a problem first pointed out to meperseant
2006-03-24Improvements to LFS's paging mechanism, to wit:perseant
2006-01-14- unify ffs_blkatoff and lfs_blkatoff.yamt
2006-01-06remove an obsolete prototype.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-13split out lfs_itimes(). It is used in fsck_lfs.christos
2005-09-12Use nanotime() to update the time fields in filesystems. Convert the codechristos
2005-06-28- constify genfs_ops.yamt