messages from 2024-11-06 12:37:33 to 2025-01-17 21:52:33 UTC [more...]
[PATCH v2] net/9p/fd: support ipv6 for trans=tcp
2025-01-17 21:44 UTC
[PATCH] net/9p/fd: support ipv6 for trans=tcp
2025-01-17 17:46 UTC (3+ messages)
-otrans=tcp with IPv6 address?
2025-01-15 15:46 UTC (3+ messages)
[syzbot] [v9fs?] BUG: stack guard page was hit in io_wq_worker
2025-01-11 21:58 UTC
[syzbot] Monthly v9fs report (Jan 2025)
2025-01-02 13:21 UTC
[linux-next:master] [netfs] b4f239c91f: WARNING:at_kernel/sched/core.c:#__might_sleep
2024-12-31 5:49 UTC
[PATCH] 9p/net: fix improper handling of bogus negative read/write replies
2024-12-22 15:29 UTC (2+ messages)
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-21 5:15 UTC (19+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
` [PATCH 11/10] netfs: Fix is-caching check in read-retry
9p server can confuse client about FIFO vs regular file -> crash
2024-12-18 20:04 UTC
p9_client_write doesn't check for negative "written" from server
2024-12-18 0:35 UTC (2+ messages)
[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
2024-12-16 20:41 UTC (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[syzbot] [mm?] BUG: stack guard page was hit in v9fs_file_read_iter
2024-12-13 8:41 UTC (6+ messages)
` [PATCH] netfs: If didn't read new data then abandon retry
[syzbot] [v9fs?] WARNING in __alloc_frozen_pages_noprof
2024-12-12 11:22 UTC (9+ messages)
` "
` Alloc cap limit for 9p xattrs (Was: WARNING in __alloc_frozen_pages_noprof)
` [PATCH] 9p: Limit xattr size to XATTR_SIZE_MAX
[PATCH v1 1/1] net/9p/usbg: fix handling of the failed kzalloc() memory allocation
2024-12-11 21:42 UTC (3+ messages)
[syzbot] [v9fs?] BUG: stack guard page was hit in sys_open
2024-12-09 15:48 UTC (11+ messages)
` [syzbot] [mm?] "
[syzbot] [v9fs?] INFO: task hung in v9fs_evict_inode
2024-12-05 10:28 UTC
[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
2024-12-04 1:51 UTC (3+ messages)
[PATCH 6.12 788/826] net/9p/usbg: fix handling of the failed kzalloc() memory allocation
2024-12-03 14:48 UTC
[syzbot] Monthly v9fs report (Dec 2024)
2024-12-02 10:25 UTC
[GIT PULL] 9p fixes for 6.13-rc1
2024-11-30 18:39 UTC (2+ messages)
[syzbot] [netfs?] WARNING in netfs_retry_reads
2024-11-29 22:51 UTC (4+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
2024-11-29 17:15 UTC (3+ messages)
[syzbot] [v9fs?] BUG: stack guard page was hit in io_uring_enter
2024-11-26 22:52 UTC (2+ messages)
Re:
2024-11-25 19:23 UTC
[PATCH] net/9p/usbg: allow building as standalone module
2024-11-22 14:47 UTC
[PATCH] 9p/xen: fix release of IRQ
2024-11-22 14:35 UTC (5+ messages)
[PATCH] 9p/xen: fix init sequence
2024-11-21 12:27 UTC (4+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-18 17:20 UTC (41+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH][V2][next] fs/9p: replace functions v9fs_cache_{register|unregister} with direct calls
2024-11-16 8:27 UTC (4+ messages)
[PATCH v12 0/3] usb: gadget: 9pfs transport
2024-11-16 8:22 UTC (3+ messages)
` [PATCH v12 2/3] net/9p/usbg: Add new usb gadget function transport
[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:23 UTC (27+ messages)
` [PATCH v3 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v3 11/33] netfs: Drop the was_async "
` [PATCH v3 12/33] netfs: Don't use bh spinlock
` [PATCH v3 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v3 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v3 15/33] afs: Fix directory format encoding struct
` [PATCH v3 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v3 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v3 18/33] cachefiles: Add auxiliary data trace
` [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v3 25/33] afs: Eliminate afs_read
` [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH][next] fs/9p: remove redundant variable ret
2024-11-07 9:14 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox