summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
AgeCommit message (Expand)Author
2007-10-23Borrow a clue from the vmlocking branch, and consolidate all ofdyoung
2007-10-23Fix typo: I'm pretty sure that in tmpfs_done(), both of the malloc(9)dyoung
2007-10-23Put _tmpfs_ in the name of the pools instead of _pool_. Obviouslydyoung
2007-10-10Merge from vmlocking:ad
2007-09-24Avoid stack allocation of large dirent structures in foo_readdir().rumble
2007-08-06When resizing a node, first drop extra pages and zero tail, and onlypooka
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-23Multiple fixes for tmpfs' rename operation:jmmv
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-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
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
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2007-01-02Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last threeelad
2007-01-02* fix locking gotchas when trying to unlink "."pooka
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-13Fix typo in comment.jmmv
2006-11-09Add 2006 to the copyright notice; should have done this when touching thejmmv
2006-11-09Opening a file after it has been removed (e.g. rmdir $(pwd)) has to fail.jmmv
2006-11-09Audit kqueue notifications. The reference behavior is taken from MFS andjmmv
2006-11-07tmpfs_open cannot assume that the node to be open is still linked to ajmmv
2006-11-05Randomly initialize the node's generation to make file handles lessjmmv
2006-11-05Protect the dircookie stuff with _KERNEL. Fixes build problems ofjmmv
2006-11-05Exporting tmpfs file systems through NFS now works. Sure, file handles arejmmv
2006-11-05Truncate directory cookies to 31 bits to avoid problems exposed in Linuxjmmv
2006-11-05add one code style and one knote-related itemjdolecek
2006-11-02Make tmpfs_getpages behave as genfs_getpages by ignoring the input pagesjmmv
2006-10-30Update the file's ctime after a rename. Thanks to pooka@.jmmv
2006-10-30Grr... cvs diff scrolled too much and I didn't notice there were somejmmv
2006-10-30When renaming a file, we have to modify the mtime of the directory holdingjmmv
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2006-09-03comment out empty codechristos
2006-09-03use c99 initializerschristos
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-27hide more by ifdef _KERNEL.yamt
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-03-31Swap the order of the tf_gen and tf_id members of struct tmpfs_fid,riz
2006-03-26Restrict generation numbers to 32bit values - we would have had to bumpmartin
2006-02-21PR/31850: Geoff Wing: tmpfs does not honor sticky directories.christos