aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)Author
2020-05-01virtiofsd: drop all capabilities in the wait parent processStefan Hajnoczi
2020-05-01virtiofsd: only retain file system capabilitiesStefan Hajnoczi
2020-05-01virtiofsd: Show submountsMax Reitz
2020-05-01virtiofsd: jail lo->proc_self_fdMiklos Szeredi
2020-05-01virtiofsd: add --rlimit-nofile=NUM optionStefan Hajnoczi
2020-03-25tools/virtiofsd/passthrough_ll: Fix double close()Philippe Mathieu-Daudé
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro
2020-03-03virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro
2020-02-21tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé
2020-02-21tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé
2020-02-10virtiofsd: load_capng missing unlockDr. David Alan Gilbert
2020-01-23virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang
2020-01-23virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert
2020-01-23virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro
2020-01-23virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro
2020-01-23virtiofsd: Reset O_DIRECT flag during file openVivek Goyal
2020-01-23virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao
2020-01-23virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi
2020-01-23virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi
2020-01-23virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi
2020-01-23virtiofsd: make lo_release() atomicStefan Hajnoczi
2020-01-23virtiofsd: Support remote posix locksVivek Goyal
2020-01-23virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren
2020-01-23virtiofsd: add helper for lo_data cleanupLiu Bo
2020-01-23virtiofsd: fix memory leak on lo.sourceLiu Bo
2020-01-23virtiofsd: fix error handling in main()Liu Bo
2020-01-23virtiofsd: Clean up inodes on destroyDr. David Alan Gilbert
2020-01-23virtiofsd: passthrough_ll: use hashtableMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: clean up cache related optionsMiklos Szeredi
2020-01-23virtiofsd: extract root inode init into setup_root()Miklos Szeredi
2020-01-23virtiofsd: fail when parent inode isn't known in lo_do_lookup()Miklos Szeredi
2020-01-23virtiofsd: rename unref_inode() to unref_inode_lolocked()Miklos Szeredi
2020-01-23virtiofsd: passthrough_ll: control readdirplusMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: disable readdirplus on cache=neverMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: add renameat2 supportMiklos Szeredi
2020-01-23virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma
2020-01-23virtiofsd: Add ID to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma
2020-01-23virtiofsd: print log only when priority is high enoughEryu Guan
2020-01-23virtiofsd: add --syslog command-line optionStefan Hajnoczi
2020-01-23virtiofsd: set maximum RLIMIT_NOFILE limitStefan Hajnoczi
2020-01-23virtiofsd: Drop CAP_FSETID if client asked for itVivek Goyal
2020-01-23virtiofsd: cap-ng helpersDr. David Alan Gilbert
2020-01-23virtiofsd: add seccomp whitelistStefan Hajnoczi
2020-01-23virtiofsd: move to a new pid namespaceStefan Hajnoczi
2020-01-23virtiofsd: move to an empty network namespaceStefan Hajnoczi
2020-01-23virtiofsd: sandbox mount namespaceStefan Hajnoczi
2020-01-23virtiofsd: use /proc/self/fd/ O_PATH file descriptorStefan Hajnoczi
2020-01-23virtiofsd: prevent ".." escape in lo_do_readdir()Stefan Hajnoczi