aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-23virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang1-1/+1
2020-01-23virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert1-14/+17
2020-01-23virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi1-21/+20
2020-01-23virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro1-1/+1
2020-01-23virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro1-33/+33
2020-01-23virtiofsd: Reset O_DIRECT flag during file openVivek Goyal1-0/+14
2020-01-23virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao1-3/+8
2020-01-23virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi1-23/+146
2020-01-23virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi1-1/+49
2020-01-23virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi1-12/+25
2020-01-23virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi1-6/+35
2020-01-23virtiofsd: make lo_release() atomicStefan Hajnoczi1-4/+8
2020-01-23virtiofsd: Support remote posix locksVivek Goyal1-0/+189
2020-01-23virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren1-1/+0
2020-01-23virtiofsd: add helper for lo_data cleanupLiu Bo1-16/+21
2020-01-23virtiofsd: fix memory leak on lo.sourceLiu Bo1-3/+4
2020-01-23virtiofsd: fix error handling in main()Liu Bo1-2/+3
2020-01-23virtiofsd: Clean up inodes on destroyDr. David Alan Gilbert1-0/+26
2020-01-23virtiofsd: passthrough_ll: use hashtableMiklos Szeredi1-36/+45
2020-01-23virtiofsd: passthrough_ll: clean up cache related optionsMiklos Szeredi1-10/+10
2020-01-23virtiofsd: extract root inode init into setup_root()Miklos Szeredi1-10/+25
2020-01-23virtiofsd: fail when parent inode isn't known in lo_do_lookup()Miklos Szeredi1-2/+12
2020-01-23virtiofsd: rename unref_inode() to unref_inode_lolocked()Miklos Szeredi1-7/+8
2020-01-23virtiofsd: passthrough_ll: control readdirplusMiklos Szeredi1-1/+6
2020-01-23virtiofsd: passthrough_ll: disable readdirplus on cache=neverMiklos Szeredi1-0/+4
2020-01-23virtiofsd: passthrough_ll: add renameat2 supportMiklos Szeredi1-0/+10
2020-01-23virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma1-1/+8
2020-01-23virtiofsd: Add ID to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma1-0/+8
2020-01-23virtiofsd: print log only when priority is high enoughEryu Guan1-69/+49
2020-01-23virtiofsd: add --syslog command-line optionStefan Hajnoczi1-3/+47
2020-01-23virtiofsd: set maximum RLIMIT_NOFILE limitStefan Hajnoczi1-0/+32
2020-01-23virtiofsd: Drop CAP_FSETID if client asked for itVivek Goyal1-0/+105
2020-01-23virtiofsd: cap-ng helpersDr. David Alan Gilbert1-0/+72
2020-01-23virtiofsd: add seccomp whitelistStefan Hajnoczi1-0/+2
2020-01-23virtiofsd: move to a new pid namespaceStefan Hajnoczi1-48/+86
2020-01-23virtiofsd: move to an empty network namespaceStefan Hajnoczi1-0/+14
2020-01-23virtiofsd: sandbox mount namespaceStefan Hajnoczi1-0/+89
2020-01-23virtiofsd: use /proc/self/fd/ O_PATH file descriptorStefan Hajnoczi1-27/+103
2020-01-23virtiofsd: prevent ".." escape in lo_do_readdir()Stefan Hajnoczi1-14/+22
2020-01-23virtiofsd: prevent ".." escape in lo_do_lookup()Stefan Hajnoczi1-1/+6
2020-01-23virtiofsd: validate path componentsStefan Hajnoczi1-6/+53
2020-01-23virtiofsd: passthrough_ll: add fallback for racy opsMiklos Szeredi1-16/+141
2020-01-23virtiofsd: passthrough_ll: add fd_map to hide file descriptorsStefan Hajnoczi1-22/+94
2020-01-23virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointersStefan Hajnoczi1-27/+76
2020-01-23virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointersStefan Hajnoczi1-30/+114
2020-01-23virtiofsd: passthrough_ll: add lo_map for ino/fh indirectionStefan Hajnoczi1-0/+124
2020-01-23virtiofsd: passthrough_ll: create new files in caller's contextVivek Goyal1-5/+91
2020-01-23virtiofsd: add --print-capabilities optionStefan Hajnoczi1-0/+12
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert1-5/+2
2020-01-23virtiofsd: add -o source=PATH to help outputStefan Hajnoczi1-0/+1