LinuxLists
Users
About
Dominique Martinet (
[email protected]
)
Number of posts: 804 (0.25 per day)
First post: 2015-07-31 20:50:58
Last post: 2024-06-14 08:45:55
Previous Page
/
Next Page
Date
List
Subject
2023-04-27 11:25:53
linux-kernel
[PATCH 3/5] 9p: virtio: make sure 'offs' is initialized in zc_request
2023-04-27 11:25:51
linux-kernel
[PATCH 4/5] 9p: virtio: skip incrementing unused variable
2023-04-27 11:25:22
linux-kernel
[PATCH 1/5] 9p: fix ignored return value in v9fs_dir_release
2023-04-27 11:25:18
linux-kernel
[PATCH 2/5] 9p: virtio: fix unlikely null pointer deref in handle_rerror
2023-04-27 11:24:39
linux-kernel
[PATCH 0/5] Fix scan-build warnings
2023-04-26 00:47:20
linux-kernel
Re: [PATCH] fs/9p: Fix a datatype used with V9FS_DIRECT_IO
2023-04-25 11:33:54
linux-kernel
Re: [PATCH v5] fs/9p: remove writeback fid and fix per-file modes
2023-04-25 10:46:17
linux-kernel
Re: [PATCH] fs/9p: Fix a datatype used with V9FS_DIRECT_IO
2023-04-25 07:11:24
linux-kernel
Re: [PATCH] fs/9p: Fix a datatype used with V9FS_DIRECT_IO
2023-04-24 10:59:02
linux-kernel
Re: [PATCH RFC 2/2] io_uring: add support for getdents
2023-04-24 08:47:35
linux-kernel
Re: [PATCH RFC 2/2] io_uring: add support for getdents
2023-04-24 02:06:38
linux-kernel
Re: [PATCH RFC 2/2] io_uring: add support for getdents
2023-04-22 10:44:04
linux-kernel
Re: [PATCH RFC 1/2] fs: split off vfs_getdents function of getdents64 syscall
2023-04-22 09:07:19
linux-kernel
[PATCH RFC 2/2] io_uring: add support for getdents
2023-04-22 08:47:27
linux-kernel
[PATCH RFC 0/2] io_uring: add getdents support, take 2
2023-04-22 08:44:18
linux-kernel
[PATCH RFC 1/2] fs: split off vfs_getdents function of getdents64 syscall
2023-04-16 22:31:51
linux-kernel
Re: [PATCH] PPPoL2TP: Add more code snippets
2023-04-02 18:38:27
linux-kernel
Re: [PATCH] fs/9p: Add new options to Documentation
2023-03-28 22:10:27
linux-kernel
Re: 9p caching with cache=loose and cache=fscache
2023-03-28 02:49:40
linux-kernel
Re: 9p caching with cache=loose and cache=fscache
2023-03-28 02:19:52
linux-kernel
9p regression (Was: [PATCH v2] virtio_ring: don't update event idx on get_buf)
2023-03-28 02:01:41
linux-kernel
Re: [V9fs-developer] 9p regression linux-next next-20230327
2023-03-28 01:48:53
linux-kernel
Re: 9p regression linux-next next-20230327
2023-03-19 11:55:01
linux-kernel
Re: [V9fs-developer] [PATCH 0/5] Take 3 at async RPCs and no longer looping forever on signals
2023-03-13 22:08:19
linux-kernel
Re: [PATCH net v2] 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
2023-02-18 23:41:22
linux-kernel
Re: [PATCH v4 10/11] fs/9p: writeback mode fixes
2023-02-18 20:36:13
linux-kernel
Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
2023-02-18 20:31:09
linux-kernel
Re: [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
2023-02-18 20:30:05
linux-kernel
Re: [PATCH v4 10/11] fs/9p: writeback mode fixes
2023-02-18 12:16:01
linux-kernel
Re: [PATCH v4 10/11] fs/9p: writeback mode fixes
2023-02-18 10:02:13
linux-kernel
Re: [PATCH v4 10/11] fs/9p: writeback mode fixes
2023-02-18 09:34:23
linux-kernel
Re: [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
2023-02-18 09:25:05
linux-kernel
Re: [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
2023-02-18 08:57:57
linux-kernel
Re: [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels
2023-02-18 08:55:44
linux-kernel
Re: [PATCH v4 11/11] fs/9p: Fix revalidate
2023-02-18 08:50:18
linux-kernel
Re: [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release
2023-02-18 08:47:21
linux-kernel
Re: [PATCH v4 08/11] fs/9p: Add new mount modes
2023-02-18 08:38:33
linux-kernel
Re: [PATCH v4 10/11] fs/9p: writeback mode fixes
2023-02-18 08:05:44
linux-kernel
Re: [PATCH v4 07/11] 9p: Add additional debug flags and open modes
2023-02-18 08:02:17
linux-kernel
Re: [PATCH v4 06/11] net/9p: fix bug in client create for .L
2023-02-18 07:52:27
linux-kernel
Re: [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount
2023-02-18 07:51:08
linux-kernel
Re: [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header
2023-02-18 07:49:15
linux-kernel
Re: [PATCH v4 00/11] Performance fixes for 9p filesystem
2023-02-14 11:17:12
linux-kernel
Re: [PATCH 0/5] Take 3 at async RPCs and no longer looping forever on signals
2023-02-13 22:38:19
linux-kernel
Re: [PATCH 0/5] Take 3 at async RPCs and no longer looping forever on signals
2023-02-11 08:18:06
linux-kernel
Re: [PATCH 0/5] Take 3 at async RPCs and no longer looping forever on signals
2023-02-11 07:51:29
linux-kernel
[PATCH 5/5] 9p/net: make flush asynchronous
2023-02-11 07:51:18
linux-kernel
[PATCH 4/5] 9p/net: add async clunk for retries
2023-02-11 07:51:15
linux-kernel
[PATCH 3/5] 9p/net: implement asynchronous rpc skeleton
2023-02-11 07:51:06
linux-kernel
[PATCH 2/5] 9p/net: share pooled receive buffers size exception in p9_tag_alloc
2023-02-11 07:51:02
linux-kernel
[PATCH 1/5] 9p/net: move code in preparation of async rpc