summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
AgeCommit message (Expand)Author
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
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-16Do not use unnamed structures/unions without instances; they break thejmmv
2006-02-10make the include files usable from userland.christos
2006-01-26Cut a too long line introduced during the conversion to lwps.jmmv
2005-12-24Remove a conditional by always using inlined functions in favour of macros.jmmv
2005-12-11merge ktrace-lwp.christos
2005-12-06VFS_TO_TMPFS: remove a wrong assertion.yamt
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-11-29merge yamt-readahead branch.yamt
2005-11-28take into account memory used for file cache pages, and wired pages,dan
2005-11-28simplify calculation of free swap space using uvm-exported statistics,dan
2005-11-11- ignore truncation for VCHR/VBLK/VFIFO as it used to beyamt
2005-11-08tmpfs_reg_resize: drop swap slots on truncation.yamt
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-11-02Bug fix: correct the sense of an if-condition in tmpfs_spec_close:dyoung
2005-11-02Bug fix: change tmpfs_spec_bwrite from tmpfs_bwrite to vn_bwrite,dyoung
2005-10-03Follow symlinks during lookup (i.e., don't stop too early) so that symlinksjmmv
2005-09-30Explicitly initialize the tn_lockf field. I expect problems in somejmmv
2005-09-29Implement the tmpfs_advlock operation. Makes "user-level" file lockingjmmv
2005-09-28tmpfs_getattr: return up-to-date timestamps.yamt
2005-09-27Some style fixes in comments.jmmv
2005-09-26Handle too big numbers given in the max size argument.jmmv
2005-09-26tmpfs_rename: fix lock/unlock mismatch.yamt
2005-09-25Only consider valid flags in the root mode's parameter given by the user.jmmv
2005-09-25Sanity check negative values in the maximum size and number of nodesjmmv
2005-09-23Synchronize NFS status with reality. After yamt@ changes (I think with thejmmv
2005-09-23Fix typo, add missing parenthesis.wiz
2005-09-23Kill the tmpfs(9) manual page; it was just documenting internal details ofjmmv
2005-09-23Lock the source directory during the rename operation so that we are safejmmv
2005-09-23Start inode numbers on 2 to mimic UFS tradition (and to avoid problems ifjmmv
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-17fix buffer overrun for symbolic links. PR/31325.yamt
2005-09-16tmpfs_dir_getdotdotdent: correct fileid.yamt
2005-09-15change the way to handle directory "offsets" so thatyamt
2005-09-14tmpfs_getpages: don't create pages past eof.yamt
2005-09-14tmpfs_read: handle requests past EOF.yamt
2005-09-13Nodes cannot use the '0' identifier or they will be skipped by readdir.jmmv
2005-09-13Adapt recent changes to the style of the rest of the file.jmmv
2005-09-13- don't waste/leak kva.yamt
2005-09-13tmpfs_read: return EISDIR rather than EINVAL for non-VREG files.yamt