summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/passthrough_ll.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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: validate path componentsStefan Hajnoczi2020-01-231-6/+53
* virtiofsd: passthrough_ll: add fallback for racy opsMiklos Szeredi2020-01-231-16/+141
* 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