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
2010-03-02
Don't generate unused fs_thefs.h headers.
pooka
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-11-22
Fix panic when trying to delete a directory entry (hi yamt!) by not
jmmv
2009-11-11
Simplify tmpfs_itimes() and use vfs_timestamp(). Also, replace unnecessary
rmind
2009-10-17
Make tmpfs write fail when process file size limit is reached.
njoly
2009-10-06
tmpfs_rename: handle hard-links correctly. Fixes PR/41236.
rmind
2009-09-03
"kauth_action_t = KAUTH_VNODE_WRITE_FLAGS;" must be C**. However,
pooka
2009-09-03
Implement the vnode scope and adapt tmpfs to use it.
elad
2009-07-03
Where possible, extract the file-system's access() routine to two internal
elad
2009-06-23
Move the implementation of vaccess() to genfs_can_access(), in line with
elad
2009-05-07
Extract the open-coded authorization logic for chtimes() from various
elad
2009-04-29
replace outdated comment. no functional change
pooka
2009-04-22
Per discussion on tech-kern@:
elad
2009-04-20
Refactor some duplicated file-system code.
elad
2009-04-15
plug some pnbuf leaks.
yamt
2009-04-11
For chown make auth checks consistent with UFS. Fixes PR kern/40933.
markd
2009-04-11
SAVENAME was not set for rename and delete as required
perry
2009-04-10
- tmpfs_dir_lookup: simplify.
yamt
2009-04-05
Invariants should be tested for with KASSERT instead of semi-pretending
pooka
2009-04-03
Fix yet another recent crashy bug in tmpfs rename: since the source
pooka
2009-03-19
Release dvp in mknod error branch.
pooka
2009-02-07
If fdvp is tvp, do nothing. Prevents local DoS panic described in
pooka
2008-11-26
Rototill all remaining file systems to use ubc_uiomove() instead
pooka
2008-07-29
Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer
pooka
2008-07-28
shuffle around some more defs for fstat
pooka
2008-07-28
Install mount argument structure header just like every other file system.
pooka
2008-06-20
add NULL arg so it will compile.
skd
2008-06-19
add arg so it will compile.
skd
2008-06-19
- setting the birthdate is valid in setattr.
christos
2008-05-10
Convert file systems to dynamically attach with the new module interface.
rumble
2008-04-29
PR kern/38057 ffs makes assuptions about devvp file system
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-06
u_int is not a C99 standard type, so spell it out completely as
jmmv
2008-02-06
Drop trailing whitespace.
jmmv
2008-02-05
Limit kva usage to 8TB and the number of inodes to 2G. Should fix
ad
2008-01-31
Remove debugging code that's no longer needed.
ad
2008-01-30
Replace struct lock on vnodes with a simpler lock object built on
ad
2008-01-28
Fix some race conditions in rename.
dholland
2008-01-25
Remove VOP_LEASE. Discussed on tech-kern.
ad
2008-01-24
specfs changes for PR kern/37717 (raidclose() is no longer called on
ad
2008-01-17
Remove bogus KASSERT: we can't make any assumptions about a dirent's
pooka
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-08
Remove cn_lwp from struct componentname. curlwp should be used
pooka
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-11-23
Fix a race condition: in case two source paths hardlinked to the
pooka
2007-11-22
Don't KASSERT that the pool allocator returns a page - it might be
pooka
2007-11-10
Back out the tmpfs changes; there appears to be a bug lurking.
ad
2007-11-06
Merge from vmlocking.
ad
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
[next]