summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_vfsops.c
AgeCommit message (Expand)Author
2014-02-06Remove an annoying printf. And to answer the question: VFS_VGET() getshannken
2014-01-04Fix a race where thread1 runs VOP_REMOVE() and gets preempted inhannken
2013-11-23- Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferredrmind
2013-11-10Handle whiteout case in tmpfs_dir_detach() and tmpfs_unmount().rmind
2013-11-08tmpfs: replace the broken tmpfs_dircookie() logic which uses the nodermind
2011-09-27define and use TMPFS_MAXNAMLEN instead of MAXNAMLENchristos
2011-05-29- Rework and document inode reference counting. Also document inode lifermind
2011-05-24- Describe some locking.rmind
2011-05-24- tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get()rmind
2011-05-19- tmpfs: do not create dirent/node pools per-mount, there is no need to.rmind
2011-04-02Fix file handle operations for tmpfs by removing a now bogus test andhannken
2010-06-26tmpfs_statvfs: hold accounting lock, since tmpfs_pages_avail() andrmind
2010-06-22Replace tmpfs_pool custom allocator code with a simpler layer for memoryrmind
2008-07-29Solve the fstat-wants-to-look-at-kernel-data-structures in a nicerpooka
2008-07-28shuffle around some more defs for fstatpooka
2008-07-28Install mount argument structure header just like every other file system.pooka
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-06Drop trailing whitespace.jmmv
2008-02-05Limit kva usage to 8TB and the number of inodes to 2G. Should fixad
2008-01-28Fix some race conditions in rename.dholland
2008-01-17Remove bogus KASSERT: we can't make any assumptions about a dirent'spooka
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-11-10Back out the tmpfs changes; there appears to be a bug lurking.ad
2007-11-06Merge from vmlocking.ad
2007-10-23Fix typo: I'm pretty sure that in tmpfs_done(), both of the malloc(9)dyoung
2007-09-24Avoid stack allocation of large dirent structures in foo_readdir().rumble
2007-08-03Set mnt_fs_bshift and mnt_dev_bshift to reasonable dummy-values.pooka
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka
2007-07-17Make set_statvfs_info() take a parameter for the vfs name insteadpooka
2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-30Using POOL_INIT here makes no sense, since file systems always havepooka
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-09Audit kqueue notifications. The reference behavior is taken from MFS andjmmv
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-05-14integrate kauth.elad
2006-02-16Do not use unnamed structures/unions without instances; they break thejmmv
2005-12-11merge ktrace-lwp.christos
2005-09-26Handle too big numbers given in the max size argument.jmmv
2005-09-25Only consider valid flags in the root mode's parameter given by the user.jmmv