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