Show patches with: Submitter = Vivek Goyal       |    State = Action Required       |    Archived = No       |   153 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/13] virtio_fs.h: Add notification queue feature bit virtiofsd: Support notification queue and - - 1 - --- 2021-09-30 Vivek Goyal New
[02/13] virtiofsd: fuse.h header file changes for lock notification virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[03/13] virtiofsd: Remove unused virtio_fs_config definition virtiofsd: Support notification queue and - - 1 - --- 2021-09-30 Vivek Goyal New
[04/13] virtiofsd: Add a helper to send element on virtqueue virtiofsd: Support notification queue and - - 1 - --- 2021-09-30 Vivek Goyal New
[05/13] virtiofsd: Add a helper to stop all queues virtiofsd: Support notification queue and - - 1 - --- 2021-09-30 Vivek Goyal New
[06/13] vhost-user-fs: Use helpers to create/cleanup virtqueue virtiofsd: Support notification queue and - - 1 - --- 2021-09-30 Vivek Goyal New
[07/13] virtiofsd: Release file locks using F_UNLCK virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[08/13] virtiofsd: Create a notification queue virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[09/13] virtiofsd: Specify size of notification buffer using config space virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[1/1] virtiofsd: Do not use a thread pool by default virtiofsd: Do not use a thread pool by default - - 1 - --- 2021-02-10 Vivek Goyal New
[1/2] virtiofsd: Add an array to keep track of blocked xattrs virtiofsd: Add capability to block xattrs - - - - --- 2021-08-26 Vivek Goyal New
[1/3] virtiofsd: Add an option to enable/disable posix acls virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-16 Vivek Goyal New
[1/3] virtiofsd: Set up posix_lock hash table for root inode virtiofsd: Fix lo_flush() and inode->posix_lock init - - 1 - --- 2020-12-07 Vivek Goyal New
[1/4] virtiofsd: Release file locks using F_UNLCK virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-11-15 Vivek Goyal New
[1/5] fuse: Header file changes for FUSE_SECURITY_CTX virtiofsd: Add support for file security context at creation - - - - --- 2021-09-24 Vivek Goyal New
[1/5] virtiofsd: Add notion of unprivileged mode virtiofsd: Add notion of unprivileged mode - - - - --- 2020-07-29 Vivek Goyal New
[1/6] virtiofsd: Drop ->vu_dispatch_rwlock while waiting for thread to exit vhost-user: Shutdown/Flush slave channel properly - - - - --- 2021-01-25 Vivek Goyal New
[1/7] virtiofsd: Check for EINTR in preadv() and retry virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[10/13] virtiofsd: Custom threadpool for remote blocking posix locks requests virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[11/13] virtiofsd: Shutdown notification queue in the end virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[12/13] virtiofsd: Implement blocking posix locks virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[13/13] virtiofsd, seccomp: Add clock_nanosleep() to allow list virtiofsd: Support notification queue and - - - - --- 2021-09-30 Vivek Goyal New
[2/2] virtiofsd: Add option "block_xattr=" to block certain xattrs virtiofsd: Add capability to block xattrs - - - - --- 2021-08-26 Vivek Goyal New
[2/3] virtiofsd: Add umask to seccom allow list virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-16 Vivek Goyal New
[2/3] virtiofsd: Disable posix_lock hash table if remote locks are not enabled virtiofsd: Fix lo_flush() and inode->posix_lock init - - 1 - --- 2020-12-07 Vivek Goyal New
[2/4] virtiofd: Create a notification queue virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-11-15 Vivek Goyal New
[2/5] fuse_lowlevel.c: Add capability to parse security context virtiofsd: Add support for file security context at creation - - - - --- 2021-09-24 Vivek Goyal New
[2/5] virtiofsd: create lock/pid file in per user cache dir virtiofsd: Add notion of unprivileged mode - - - - --- 2020-07-29 Vivek Goyal New
[2/6] libvhost-user: Use slave_mutex in all slave messages vhost-user: Shutdown/Flush slave channel properly - - 1 - --- 2021-01-25 Vivek Goyal New
[2/7] virtiofsd: Get rid of unreachable code in read virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[3/3] virtiofsd: Change umask if posix acls are enabled virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-16 Vivek Goyal New
[3/3] virtiofsd: Check file type in lo_flush() virtiofsd: Fix lo_flush() and inode->posix_lock init - - 1 - --- 2020-12-07 Vivek Goyal New
[3/4] virtiofsd: Specify size of notification buffer using config space virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-11-15 Vivek Goyal New
[3/5] virtiofsd: Move core file creation code in separate function virtiofsd: Add support for file security context at creation - - - - --- 2021-09-24 Vivek Goyal New
[3/5] virtiofsd: open /proc/self/fd/ in sandbox=NONE mode virtiofsd: Add notion of unprivileged mode - - - - --- 2020-07-29 Vivek Goyal New
[3/6] vhost-user: Return error code from slave_read() vhost-user: Shutdown/Flush slave channel properly - - - - --- 2021-01-25 Vivek Goyal New
[3/7] virtiofsd: Use iov_discard_front() to skip bytes virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[4/4] virtiofsd: Implement blocking posix locks virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-11-15 Vivek Goyal New
[4/5] virtiofsd: Create new file with fscreate set virtiofsd: Add support for file security context at creation - - - - --- 2021-09-24 Vivek Goyal New
[4/5] virtiofsd: Open lo->source while setting up root in sandbox=NONE mode virtiofsd: Add notion of unprivileged mode - - - - --- 2020-07-29 Vivek Goyal New
[4/6] qemu, vhost-user: Extend protocol to start/stop/flush slave channel vhost-user: Shutdown/Flush slave channel properly - - - - --- 2021-01-25 Vivek Goyal New
[4/7] virtiofsd: get rid of in_sg_left variable virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[5/5] virtiofsd: Create new file using O_TMPFILE and set security context virtiofsd: Add support for file security context at creation - - - - --- 2021-09-24 Vivek Goyal New
[5/5] virtiofsd: Skip setup_capabilities() in sandbox=NONE mode virtiofsd: Add notion of unprivileged mode - - - - --- 2020-07-29 Vivek Goyal New
[5/6] libvhost-user: Add support to start/stop/flush slave channel vhost-user: Shutdown/Flush slave channel properly - - - - --- 2021-01-25 Vivek Goyal New
[5/7] virtiofsd: Simplify skip byte logic virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[6/6] virtiofsd: Opt in for slave start/stop/shutdown functionality vhost-user: Shutdown/Flush slave channel properly - - - - --- 2021-01-25 Vivek Goyal New
[6/7] virtiofsd: Check EOF before short read virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[7/7] virtiofsd: Set req->reply_sent right after sending reply virtiofsd: Few cleanups in virtio_send_data_iov() - - 1 - --- 2021-05-11 Vivek Goyal New
[V2] virtiofsd: Use --thread-pool-size=0 to mean no thread pool [V2] virtiofsd: Use --thread-pool-size=0 to mean no thread pool - - 2 - --- 2020-11-09 Vivek Goyal New
[v2,1/2] virtiofsd: Save error code early at the failure callsite viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 - - 1 - --- 2020-11-12 Vivek Goyal New
[v2,1/3] virtiofsd: Add an option to enable/disable posix acls virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-17 Vivek Goyal New
[v2,1/5] virtiofsd: Add notion of unprivileged mode virtiofsd: Add a unprivileged passthrough mode - - - - --- 2020-07-30 Vivek Goyal New
[v2,1/5] virtiofsd: Get rid of unused fields in fv_QueueInfo virtiofsd, vhost-user-fs: Add support for notification queue - - 1 - --- 2019-12-04 Vivek Goyal New
[v2,1/6] fuse: Header file changes for FUSE_SECURITY_CTX virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,1/7] virtiofsd: Check for EINTR in preadv() and retry virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,2/2] viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 1 - 1 - --- 2020-11-12 Vivek Goyal New
[v2,2/3] virtiofsd: Add umask to seccom allow list virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-17 Vivek Goyal New
[v2,2/5] virtiofsd: Release file locks using F_UNLCK virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-12-04 Vivek Goyal New
[v2,2/5] virtiofsd: create lock/pid file in per user cache dir virtiofsd: Add a unprivileged passthrough mode - - 1 - --- 2020-07-30 Vivek Goyal New
[v2,2/6] virtiofsd, fuse_lowlevel.c: Add capability to parse security context virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,2/7] virtiofsd: Get rid of unreachable code in read virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,3/3] virtiofsd: Change umask if posix acls are enabled virtiofsd: Add options to enable/disable posix acl - - - - --- 2021-02-17 Vivek Goyal New
[v2,3/5] virtiofd: Create a notification queue virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-12-04 Vivek Goyal New
[v2,3/5] virtiofsd: open /proc/self/fd/ in sandbox=NONE mode virtiofsd: Add a unprivileged passthrough mode - - - - --- 2020-07-30 Vivek Goyal New
[v2,3/6] virtiofsd: Move core file creation code in separate function virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,3/7] virtiofsd: Use iov_discard_front() to skip bytes virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,4/5] virtiofsd: Open lo->source while setting up root in sandbox=NONE mode virtiofsd: Add a unprivileged passthrough mode - - - - --- 2020-07-30 Vivek Goyal New
[v2,4/5] virtiofsd: Specify size of notification buffer using config space Untitled series #146536 - - - - --- 2019-12-04 Vivek Goyal New
[v2,4/6] virtiofsd: Create new file with fscreate set virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,4/7] virtiofsd: get rid of in_sg_left variable virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,5/5] virtiofsd: Implement blocking posix locks virtiofsd, vhost-user-fs: Add support for notification queue - - - - --- 2019-12-04 Vivek Goyal New
[v2,5/5] virtiofsd: Skip setup_capabilities() in sandbox=NONE mode virtiofsd: Add a unprivileged passthrough mode - - - - --- 2020-07-30 Vivek Goyal New
[v2,5/6] virtiofsd: Create new file using O_TMPFILE and set security context virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,5/7] virtiofsd: Simplify skip byte logic virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,6/6] virtiofsd: Add an option to enable/disable security label virtiofsd: Add support for file security context at creation - - - - --- 2021-10-14 Vivek Goyal New
[v2,6/7] virtiofsd: Check EOF before short read virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v2,7/7] virtiofsd: Set req->reply_sent right after sending reply virtiofsd: Few cleanups in virtio_send_data_iov() - - 2 - --- 2021-05-18 Vivek Goyal New
[v3,1/2] virtiofsd: Add umask to seccom allow list virtiofsd: Enable posix_acl by default - - 1 - --- 2021-02-23 Vivek Goyal New
[v3,1/2] virtiofsd: Save error code early at the failure callsite viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 - - 1 - --- 2021-02-08 Vivek Goyal New
[v3,1/6] fuse: Header file changes for FUSE_SECURITY_CTX virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3,2/2] viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 1 - 1 - --- 2021-02-08 Vivek Goyal New
[v3,2/2] virtiofsd: Enable posix_acls by default if xattrs are enabled virtiofsd: Enable posix_acl by default - - 1 - --- 2021-02-23 Vivek Goyal New
[v3,2/6] virtiofsd, fuse_lowlevel.c: Add capability to parse security context virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3,3/6] virtiofsd: Move core file creation code in separate function virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3,4/6] virtiofsd: Create new file with fscreate set virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3,5/6] virtiofsd: Create new file using O_TMPFILE and set security context virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3,6/6] virtiofsd: Add an option to enable/disable security label virtiofsd: Add support for file security context at creation - - - - --- 2021-11-10 Vivek Goyal New
[v3] virtiofsd: Use --thread-pool-size=0 to mean no thread pool [v3] virtiofsd: Use --thread-pool-size=0 to mean no thread pool - - 1 - --- 2020-11-17 Vivek Goyal New
[v4,1/3] virtiofsd: Add umask to seccom allow list virtiofsd: Add support to enable/disable posix acls - - 1 - --- 2021-02-24 Vivek Goyal New
[v4,1/9] linux-headers: Update headers to v5.17-rc1 virtiofsd: Add support for file security context at creation - - 1 - --- 2022-01-24 Vivek Goyal New
[v4,2/3] virtiofsd: Add capability to change/restore umask virtiofsd: Add support to enable/disable posix acls - - 1 - --- 2021-02-24 Vivek Goyal New
[v4,2/9] virtiofsd: Fix breakage due to fuse_init_in size change virtiofsd: Add support for file security context at creation - - 1 - --- 2022-01-24 Vivek Goyal New
[v4,3/3] virtiofsd: Add an option to enable/disable posix acls virtiofsd: Add support to enable/disable posix acls - - - - --- 2021-02-24 Vivek Goyal New
[v4,3/9] virtiofsd: Parse extended "struct fuse_init_in" virtiofsd: Add support for file security context at creation - - - - --- 2022-01-24 Vivek Goyal New
[v4,4/9] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields virtiofsd: Add support for file security context at creation - - 1 - --- 2022-01-24 Vivek Goyal New
[v4,5/9] virtiofsd, fuse_lowlevel.c: Add capability to parse security context virtiofsd: Add support for file security context at creation - - - - --- 2022-01-24 Vivek Goyal New
[v4,6/9] virtiofsd: Move core file creation code in separate function virtiofsd: Add support for file security context at creation - - 1 - --- 2022-01-24 Vivek Goyal New
[v4,7/9] virtiofsd: Create new file with fscreate set virtiofsd: Add support for file security context at creation - - - - --- 2022-01-24 Vivek Goyal New
[v4,8/9] virtiofsd: Create new file using O_TMPFILE and set security context virtiofsd: Add support for file security context at creation - - - - --- 2022-01-24 Vivek Goyal New
« 1 2 »