| Age | Commit message (Expand) | Author |
| 2007-10-23 | Borrow a clue from the vmlocking branch, and consolidate all of | dyoung |
| 2007-10-23 | Fix typo: I'm pretty sure that in tmpfs_done(), both of the malloc(9) | dyoung |
| 2007-10-23 | Put _tmpfs_ in the name of the pools instead of _pool_. Obviously | dyoung |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-09-24 | Avoid stack allocation of large dirent structures in foo_readdir(). | rumble |
| 2007-08-06 | When resizing a node, first drop extra pages and zero tail, and only | pooka |
| 2007-08-03 | Set 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-kern | pooka |
| 2007-07-26 | Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. | pooka |
| 2007-07-23 | Multiple fixes for tmpfs' rename operation: | jmmv |
| 2007-07-17 | Make set_statvfs_info() take a parameter for the vfs name instead | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-30 | Using POOL_INIT here makes no sense, since file systems always have | pooka |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2007-01-02 | Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last three | elad |
| 2007-01-02 | * fix locking gotchas when trying to unlink "." | pooka |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-13 | Fix typo in comment. | jmmv |
| 2006-11-09 | Add 2006 to the copyright notice; should have done this when touching the | jmmv |
| 2006-11-09 | Opening a file after it has been removed (e.g. rmdir $(pwd)) has to fail. | jmmv |
| 2006-11-09 | Audit kqueue notifications. The reference behavior is taken from MFS and | jmmv |
| 2006-11-07 | tmpfs_open cannot assume that the node to be open is still linked to a | jmmv |
| 2006-11-05 | Randomly initialize the node's generation to make file handles less | jmmv |
| 2006-11-05 | Protect the dircookie stuff with _KERNEL. Fixes build problems of | jmmv |
| 2006-11-05 | Exporting tmpfs file systems through NFS now works. Sure, file handles are | jmmv |
| 2006-11-05 | Truncate directory cookies to 31 bits to avoid problems exposed in Linux | jmmv |
| 2006-11-05 | add one code style and one knote-related item | jdolecek |
| 2006-11-02 | Make tmpfs_getpages behave as genfs_getpages by ignoring the input pages | jmmv |
| 2006-10-30 | Update the file's ctime after a rename. Thanks to pooka@. | jmmv |
| 2006-10-30 | Grr... cvs diff scrolled too much and I didn't notice there were some | jmmv |
| 2006-10-30 | When renaming a file, we have to modify the mtime of the directory holding | jmmv |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2006-09-03 | comment out empty code | christos |
| 2006-09-03 | use c99 initializers | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-27 | hide more by ifdef _KERNEL. | yamt |
| 2006-05-15 | kauth fallout | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-31 | Swap the order of the tf_gen and tf_id members of struct tmpfs_fid, | riz |
| 2006-03-26 | Restrict generation numbers to 32bit values - we would have had to bump | martin |
| 2006-02-21 | PR/31850: Geoff Wing: tmpfs does not honor sticky directories. | christos |