summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* virtiofsd: prevent ".." escape in lo_do_readdir()Stefan Hajnoczi2020-01-231-14/+22
* virtiofsd: prevent ".." escape in lo_do_lookup()Stefan Hajnoczi2020-01-231-1/+6
* virtiofsd: check input buffer size in fuse_lowlevel.c opsStefan Hajnoczi2020-01-231-125/+456
* virtiofsd: validate input buffer sizes in do_write_buf()Stefan Hajnoczi2020-01-231-19/+30
* virtiofsd: add fuse_mbuf_iter APIStefan Hajnoczi2020-01-232-1/+76
* virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert2020-01-231-6/+73
* virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert2020-01-233-22/+44
* virtiofsd: validate path componentsStefan Hajnoczi2020-01-231-6/+53
* virtiofsd: passthrough_ll: add fallback for racy opsMiklos Szeredi2020-01-232-17/+145
* virtiofsd: passthrough_ll: add fd_map to hide file descriptorsStefan Hajnoczi2020-01-231-22/+94
* virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointersStefan Hajnoczi2020-01-231-27/+76
* virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointersStefan Hajnoczi2020-01-231-30/+114
* virtiofsd: passthrough_ll: add lo_map for ino/fh indirectionStefan Hajnoczi2020-01-231-0/+124
* virtiofsd: passthrough_ll: create new files in caller's contextVivek Goyal2020-01-231-5/+91
* virtiofsd: add --print-capabilities optionStefan Hajnoczi2020-01-233-0/+15
* virtiofsd: add vhost-user.json fileStefan Hajnoczi2020-01-231-0/+5
* virtiofsd: make -f (foreground) the defaultStefan Hajnoczi2020-01-231-0/+8
* virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi2020-01-233-10/+38
* virtiofsd: Fast path for virtio readDr. David Alan Gilbert2020-01-233-0/+171