summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performancepiaojun2020-01-231-2/+18
* virtiofsd: add definition of fuse_buf_writev()piaojun2020-01-231-0/+38
* virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro2020-01-231-1/+1
* virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro2020-01-231-33/+33
* virtiofsd: Reset O_DIRECT flag during file openVivek Goyal2020-01-231-0/+14
* virtiofsd: convert more fprintf and perror to use fuse log infraEryu Guan2020-01-232-5/+11
* virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao2020-01-231-3/+8
* virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi2020-01-231-23/+146
* virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi2020-01-231-1/+49
* virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi2020-01-231-12/+25
* virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi2020-01-231-6/+35
* virtiofsd: make lo_release() atomicStefan Hajnoczi2020-01-231-4/+8
* virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi2020-01-231-1/+33
* virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi2020-01-231-3/+4
* virtiofsd: Support remote posix locksVivek Goyal2020-01-232-0/+192
* Virtiofsd: fix memory leak on fuse queueinfoLiu Bo2020-01-231-0/+8
* virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren2020-01-231-1/+0Star
* virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo2020-01-231-0/+3
* virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma2020-01-232-1/+49
* virtiofsd: add helper for lo_data cleanupLiu Bo2020-01-231-16/+21
* virtiofsd: fix memory leak on lo.sourceLiu Bo2020-01-231-3/+4
* virtiofsd: cleanup allocated resource in seLiu Bo2020-01-233-1/+15
* virtiofsd: fix error handling in main()Liu Bo2020-01-231-2/+3
* virtiofsd: support nanosecond resolution for file timestampJiufei Xue2020-01-231-0/+1
* virtiofsd: Clean up inodes on destroyDr. David Alan Gilbert2020-01-231-0/+26
* virtiofsd: passthrough_ll: use hashtableMiklos Szeredi2020-01-231-36/+45
* virtiofsd: passthrough_ll: clean up cache related optionsMiklos Szeredi2020-01-232-11/+14
* virtiofsd: extract root inode init into setup_root()Miklos Szeredi2020-01-231-10/+25
* virtiofsd: fail when parent inode isn't known in lo_do_lookup()Miklos Szeredi2020-01-231-2/+12
* virtiofsd: rename unref_inode() to unref_inode_lolocked()Miklos Szeredi2020-01-231-7/+8
* virtiofsd: passthrough_ll: control readdirplusMiklos Szeredi2020-01-232-1/+10
* virtiofsd: passthrough_ll: disable readdirplus on cache=neverMiklos Szeredi2020-01-231-0/+4
* virtiofsd: passthrough_ll: add renameat2 supportMiklos Szeredi2020-01-231-0/+10
* virtiofsd: Kill threads when queues are stoppedDr. David Alan Gilbert2020-01-231-7/+44
* virtiofsd: Handle hard rebootDr. David Alan Gilbert2020-01-231-1/+15
* virtiofsd: Handle reinitDr. David Alan Gilbert2020-01-231-0/+2
* virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma2020-01-231-1/+8
* virtiofsd: Add ID to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma2020-01-231-0/+8
* virtiofsd: print log only when priority is high enoughEryu Guan2020-01-234-115/+87Star
* virtiofsd: add --syslog command-line optionStefan Hajnoczi2020-01-235-13/+76
* virtiofsd: fix libfuse information leaksStefan Hajnoczi2020-01-231-74/+76
* virtiofsd: set maximum RLIMIT_NOFILE limitStefan Hajnoczi2020-01-231-0/+32
* virtiofsd: Drop CAP_FSETID if client asked for itVivek Goyal2020-01-231-0/+105
* virtiofsd: cap-ng helpersDr. David Alan Gilbert2020-01-231-0/+72
* virtiofsd: Parse flag FUSE_WRITE_KILL_PRIVVivek Goyal2020-01-232-2/+8
* virtiofsd: add seccomp whitelistStefan Hajnoczi2020-01-234-1/+171
* virtiofsd: move to a new pid namespaceStefan Hajnoczi2020-01-231-48/+86
* virtiofsd: move to an empty network namespaceStefan Hajnoczi2020-01-231-0/+14
* virtiofsd: sandbox mount namespaceStefan Hajnoczi2020-01-231-0/+89
* virtiofsd: use /proc/self/fd/ O_PATH file descriptorStefan Hajnoczi2020-01-231-27/+103