index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
passthrough_ll.c
Age
Commit message (
Expand
)
Author
2020-02-10
virtiofsd: load_capng missing unlock
Dr. David Alan Gilbert
2020-01-23
virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()
Xiao Yang
2020-01-23
virtiofsd: Convert lo_destroy to take the lo->mutex lock itself
Dr. David Alan Gilbert
2020-01-23
virtiofsd: fix lo_destroy() resource leaks
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: Use cache_readdir for directory open
Misono Tomohiro
2020-01-23
virtiofsd: Fix data corruption with O_APPEND write in writeback mode
Misono Tomohiro
2020-01-23
virtiofsd: Reset O_DIRECT flag during file open
Vivek Goyal
2020-01-23
virtiofsd: do not always set FUSE_FLOCK_LOCKS
Peng Tao
2020-01-23
virtiofsd: introduce inode refcount to prevent use-after-free
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: fix refcounting on remove/rename
Miklos Szeredi
2020-01-23
virtiofsd: rename inode->refcount to inode->nlookup
Stefan Hajnoczi
2020-01-23
virtiofsd: prevent races with lo_dirp_put()
Stefan Hajnoczi
2020-01-23
virtiofsd: make lo_release() atomic
Stefan Hajnoczi
2020-01-23
virtiofsd: Support remote posix locks
Vivek Goyal
2020-01-23
virtiofsd: fix incorrect error handling in lo_do_lookup
Eric Ren
2020-01-23
virtiofsd: add helper for lo_data cleanup
Liu Bo
2020-01-23
virtiofsd: fix memory leak on lo.source
Liu Bo
2020-01-23
virtiofsd: fix error handling in main()
Liu Bo
2020-01-23
virtiofsd: Clean up inodes on destroy
Dr. David Alan Gilbert
2020-01-23
virtiofsd: passthrough_ll: use hashtable
Miklos Szeredi
2020-01-23
virtiofsd: passthrough_ll: clean up cache related options
Miklos Szeredi
2020-01-23
virtiofsd: extract root inode init into setup_root()
Miklos Szeredi
2020-01-23
virtiofsd: fail when parent inode isn't known in lo_do_lookup()
Miklos Szeredi
2020-01-23
virtiofsd: rename unref_inode() to unref_inode_lolocked()
Miklos Szeredi
2020-01-23
virtiofsd: passthrough_ll: control readdirplus
Miklos Szeredi
2020-01-23
virtiofsd: passthrough_ll: disable readdirplus on cache=never
Miklos Szeredi
2020-01-23
virtiofsd: passthrough_ll: add renameat2 support
Miklos Szeredi
2020-01-23
virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG level
Masayoshi Mizuma
2020-01-23
virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level
Masayoshi Mizuma
2020-01-23
virtiofsd: print log only when priority is high enough
Eryu Guan
2020-01-23
virtiofsd: add --syslog command-line option
Stefan Hajnoczi
2020-01-23
virtiofsd: set maximum RLIMIT_NOFILE limit
Stefan Hajnoczi
2020-01-23
virtiofsd: Drop CAP_FSETID if client asked for it
Vivek Goyal
2020-01-23
virtiofsd: cap-ng helpers
Dr. David Alan Gilbert
2020-01-23
virtiofsd: add seccomp whitelist
Stefan Hajnoczi
2020-01-23
virtiofsd: move to a new pid namespace
Stefan Hajnoczi
2020-01-23
virtiofsd: move to an empty network namespace
Stefan Hajnoczi
2020-01-23
virtiofsd: sandbox mount namespace
Stefan Hajnoczi
2020-01-23
virtiofsd: use /proc/self/fd/ O_PATH file descriptor
Stefan Hajnoczi
2020-01-23
virtiofsd: prevent ".." escape in lo_do_readdir()
Stefan Hajnoczi
2020-01-23
virtiofsd: prevent ".." escape in lo_do_lookup()
Stefan Hajnoczi
2020-01-23
virtiofsd: validate path components
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: add fallback for racy ops
Miklos Szeredi
2020-01-23
virtiofsd: passthrough_ll: add fd_map to hide file descriptors
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: add lo_map for ino/fh indirection
Stefan Hajnoczi
2020-01-23
virtiofsd: passthrough_ll: create new files in caller's context
Vivek Goyal
2020-01-23
virtiofsd: add --print-capabilities option
Stefan Hajnoczi
2020-01-23
virtiofsd: Start wiring up vhost-user
Dr. David Alan Gilbert
[next]