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
/
puffs
/
puffs_msgif.h
Age
Commit message (
Expand
)
Author
2021-12-03
Avoid using register_t in <fs/puffs/puffs_msgif.h>
pho
2021-03-08
give names to the enums so we can cast by name for lint
christos
2019-09-23
Restore binary compatibility by using the statvfs90 structure internally.
christos
2015-02-15
Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE
manu
2014-10-31
Add PUFFS_HAVE_FALLOCATE in puffs_msgif.h so that filesystem can decide
manu
2014-10-31
Add PUFFS support for fallocate and fdiscard operations
manu
2014-08-16
Add a oflags input field to open requests so that the filesystem can pass
manu
2012-08-10
Add PUFFS_KFLAG_CACHE_DOTDOT so that vnodes hold a reference on their
manu
2012-07-21
- Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes.
manu
2012-04-08
Add name and atttribute cache with filesytem provided TTL.
manu
2011-09-27
don't get affected by the NAME_MAX bump. Use the same constant as the
christos
2011-07-04
Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the
manu
2010-07-06
Add compat to enable running puffs in a 64bit time_t kernel against
pooka
2010-06-07
Make retval argument for pathconf a register_t to match VOP_PATHCONF.
pooka
2010-05-21
add option string for no attribute cache
pooka
2010-05-21
Since libpuffs needs a major bump for extattr support anyway, make
pooka
2010-05-21
Support extended attributes.
pooka
2010-05-20
Fix typo.
pooka
2010-01-07
Add a PUFFS_UNMOUNT server->kernel request, which causes the kernel
pooka
2009-10-17
Bump protocol version once more to allow for previous to be pulled
pooka
2009-10-17
Transmit VOP_ABORTOP() to the server.
pooka
2009-01-12
Bump interface version number for the time_t/dev_t changes.
pooka
2008-01-28
For code clarity typedef void *puffs_cookie_t.
pooka
2007-12-08
Now that "l" is gone both as an argument to operations and from
pooka
2007-12-05
Send a response message for flush operations from the kernel instead
pooka
2007-12-04
Add a bit to differentiate if a message is a request or a response.
pooka
2007-11-27
Remove "puffs_cid" from the puffs interface following l-removal
pooka
2007-11-12
* split the putter header into a kernel version and a userland version
pooka
2007-10-21
Always provide caller information from the kernel based on curlwp.
pooka
2007-10-19
When doing a read operation, don't copy the whole kernel buffer to
pooka
2007-10-11
g/c garbage
pooka
2007-10-11
Part 1/n of some pretty extensive changes to how the kernel module
pooka
2007-10-04
g/c the "sizeop" code previous used for ioctl/fcntl. It was already
pooka
2007-10-02
If kernel resource allocation fails after the file server has
pooka
2007-10-01
* better error checking: validate error values received from userland
pooka
2007-09-27
nuke trailing , from enum. spotted by xtraeme
pooka
2007-09-27
Add error notifications, which are used to deliver errors from the
pooka
2007-08-23
Add a third type of fh option, passthrough, where the kernel does
pooka
2007-08-22
Mimic namei structure changes for puffs. bump both kernel & lib version.
pooka
2007-08-15
Nuke PUFFSLOOKUP_FOO and move to NAMEI_FOO
pooka
2007-07-30
Move PUFFS_TYPEPREFIX to puffs_msgif.h since it's used in a macro there.
pooka
2007-07-27
include <uvm/uvm_prot.h>
pooka
2007-07-27
Change unused fflags parameter in VOP_MMAP to prot and pass in
pooka
2007-07-19
define PUFFSREQSIZEOP ioctl, which can be used to fetch the
pooka
2007-07-18
kill MFSNAMELEN limit
pooka
2007-07-17
Set a file server supplied file system type in the type field and set
pooka
2007-07-16
1|2 is more correct when it's 3 instead of 2. This makes calls to
pooka
2007-07-02
support turning REQUIREDIR off and extra consume in lookup
pooka
2007-07-02
Get rid of the "int *refs" parameter to inactive: the same can be
pooka
2007-07-01
Give the file server to ability to request the entire pathname buffer
pooka
[next]