summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/passthrough_ll.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Allow addition or removal of capabilitiesDr. David Alan Gilbert2020-07-031-2/+51
* virtiofsd: Check capability callsDr. David Alan Gilbert2020-07-031-3/+13
* virtiofsd: Terminate capability listDr. David Alan Gilbert2020-07-031-1/+3
* virtiofsd: remove symlink fallbacksMiklos Szeredi2020-06-011-169/+6Star
* virtiofsd: drop all capabilities in the wait parent processStefan Hajnoczi2020-05-011-0/+13
* virtiofsd: only retain file system capabilitiesStefan Hajnoczi2020-05-011-0/+38
* virtiofsd: Show submountsMax Reitz2020-05-011-1/+1
* virtiofsd: jail lo->proc_self_fdMiklos Szeredi2020-05-011-2/+25
* virtiofsd: add --rlimit-nofile=NUM optionStefan Hajnoczi2020-05-011-14/+8Star
* tools/virtiofsd/passthrough_ll: Fix double close()Philippe Mathieu-Daudé2020-03-251-2/+1Star
* virtiofsd: Fix xattr operationsMisono Tomohiro2020-03-031-47/+58
* virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro2020-03-031-32/+22Star
* tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-211-2/+0Star
* tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-211-2/+0Star
* virtiofsd: load_capng missing unlockDr. David Alan Gilbert2020-02-101-0/+1
* virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang2020-01-231-1/+1
* virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert2020-01-231-14/+17
* virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi2020-01-231-21/+20Star
* 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: 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: Support remote posix locksVivek Goyal2020-01-231-0/+189
* virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren2020-01-231-1/+0Star
* 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: fix error handling in main()Liu Bo2020-01-231-2/+3
* 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-231-10/+10
* 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-231-1/+6
* 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: 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-231-69/+49Star
* virtiofsd: add --syslog command-line optionStefan Hajnoczi2020-01-231-3/+47
* 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: add seccomp whitelistStefan Hajnoczi2020-01-231-0/+2
* virtiofsd: move to a new pid namespaceStefan Hajnoczi2020-01-231-48/+86