| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | virtiofsd: Reset O_DIRECT flag during file open | Vivek Goyal | 2020-01-23 | 1 | -0/+14 |
* | virtiofsd: convert more fprintf and perror to use fuse log infra | Eryu Guan | 2020-01-23 | 2 | -5/+11 |
* | virtiofsd: do not always set FUSE_FLOCK_LOCKS | Peng Tao | 2020-01-23 | 1 | -3/+8 |
* | virtiofsd: introduce inode refcount to prevent use-after-free | Stefan Hajnoczi | 2020-01-23 | 1 | -23/+146 |
* | virtiofsd: passthrough_ll: fix refcounting on remove/rename | Miklos Szeredi | 2020-01-23 | 1 | -1/+49 |
* | virtiofsd: rename inode->refcount to inode->nlookup | Stefan Hajnoczi | 2020-01-23 | 1 | -12/+25 |
* | virtiofsd: prevent races with lo_dirp_put() | Stefan Hajnoczi | 2020-01-23 | 1 | -6/+35 |
* | virtiofsd: make lo_release() atomic | Stefan Hajnoczi | 2020-01-23 | 1 | -4/+8 |
* | virtiofsd: prevent fv_queue_thread() vs virtio_loop() races | Stefan Hajnoczi | 2020-01-23 | 1 | -1/+33 |
* | virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy() | Stefan Hajnoczi | 2020-01-23 | 1 | -3/+4 |
* | virtiofsd: Support remote posix locks | Vivek Goyal | 2020-01-23 | 2 | -0/+192 |
* | Virtiofsd: fix memory leak on fuse queueinfo | Liu Bo | 2020-01-23 | 1 | -0/+8 |
* | virtiofsd: fix incorrect error handling in lo_do_lookup | Eric Ren | 2020-01-23 | 1 | -1/+0 |
* | virtiofsd: enable PARALLEL_DIROPS during INIT | Liu Bo | 2020-01-23 | 1 | -0/+3 |
* | virtiofsd: Prevent multiply running with same vhost_user_socket | Masayoshi Mizuma | 2020-01-23 | 2 | -1/+49 |
* | virtiofsd: add helper for lo_data cleanup | Liu Bo | 2020-01-23 | 1 | -16/+21 |
* | virtiofsd: fix memory leak on lo.source | Liu Bo | 2020-01-23 | 1 | -3/+4 |
* | virtiofsd: cleanup allocated resource in se | Liu Bo | 2020-01-23 | 3 | -1/+15 |
* | virtiofsd: fix error handling in main() | Liu Bo | 2020-01-23 | 1 | -2/+3 |
* | virtiofsd: support nanosecond resolution for file timestamp | Jiufei Xue | 2020-01-23 | 1 | -0/+1 |
* | virtiofsd: Clean up inodes on destroy | Dr. David Alan Gilbert | 2020-01-23 | 1 | -0/+26 |
* | virtiofsd: passthrough_ll: use hashtable | Miklos Szeredi | 2020-01-23 | 1 | -36/+45 |
* | virtiofsd: passthrough_ll: clean up cache related options | Miklos Szeredi | 2020-01-23 | 2 | -11/+14 |
* | virtiofsd: extract root inode init into setup_root() | Miklos Szeredi | 2020-01-23 | 1 | -10/+25 |
* | virtiofsd: fail when parent inode isn't known in lo_do_lookup() | Miklos Szeredi | 2020-01-23 | 1 | -2/+12 |
* | virtiofsd: rename unref_inode() to unref_inode_lolocked() | Miklos Szeredi | 2020-01-23 | 1 | -7/+8 |
* | virtiofsd: passthrough_ll: control readdirplus | Miklos Szeredi | 2020-01-23 | 2 | -1/+10 |
* | virtiofsd: passthrough_ll: disable readdirplus on cache=never | Miklos Szeredi | 2020-01-23 | 1 | -0/+4 |
* | virtiofsd: passthrough_ll: add renameat2 support | Miklos Szeredi | 2020-01-23 | 1 | -0/+10 |
* | virtiofsd: Kill threads when queues are stopped | Dr. David Alan Gilbert | 2020-01-23 | 1 | -7/+44 |
* | virtiofsd: Handle hard reboot | Dr. David Alan Gilbert | 2020-01-23 | 1 | -1/+15 |
* | virtiofsd: Handle reinit | Dr. David Alan Gilbert | 2020-01-23 | 1 | -0/+2 |
* | virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG level | Masayoshi Mizuma | 2020-01-23 | 1 | -1/+8 |
* | virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level | Masayoshi Mizuma | 2020-01-23 | 1 | -0/+8 |
* | virtiofsd: print log only when priority is high enough | Eryu Guan | 2020-01-23 | 4 | -115/+87 |
* | virtiofsd: add --syslog command-line option | Stefan Hajnoczi | 2020-01-23 | 5 | -13/+76 |
* | virtiofsd: fix libfuse information leaks | Stefan Hajnoczi | 2020-01-23 | 1 | -74/+76 |
* | virtiofsd: set maximum RLIMIT_NOFILE limit | Stefan Hajnoczi | 2020-01-23 | 1 | -0/+32 |
* | virtiofsd: Drop CAP_FSETID if client asked for it | Vivek Goyal | 2020-01-23 | 1 | -0/+105 |
* | virtiofsd: cap-ng helpers | Dr. David Alan Gilbert | 2020-01-23 | 1 | -0/+72 |
* | virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV | Vivek Goyal | 2020-01-23 | 2 | -2/+8 |
* | virtiofsd: add seccomp whitelist | Stefan Hajnoczi | 2020-01-23 | 4 | -1/+171 |
* | virtiofsd: move to a new pid namespace | Stefan Hajnoczi | 2020-01-23 | 1 | -48/+86 |
* | virtiofsd: move to an empty network namespace | Stefan Hajnoczi | 2020-01-23 | 1 | -0/+14 |
* | virtiofsd: sandbox mount namespace | Stefan Hajnoczi | 2020-01-23 | 1 | -0/+89 |
* | virtiofsd: use /proc/self/fd/ O_PATH file descriptor | Stefan Hajnoczi | 2020-01-23 | 1 | -27/+103 |
* | virtiofsd: prevent ".." escape in lo_do_readdir() | Stefan Hajnoczi | 2020-01-23 | 1 | -14/+22 |
* | virtiofsd: prevent ".." escape in lo_do_lookup() | Stefan Hajnoczi | 2020-01-23 | 1 | -1/+6 |
* | virtiofsd: check input buffer size in fuse_lowlevel.c ops | Stefan Hajnoczi | 2020-01-23 | 1 | -125/+456 |
* | virtiofsd: validate input buffer sizes in do_write_buf() | Stefan Hajnoczi | 2020-01-23 | 1 | -19/+30 |