v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[syzbot] [mm?] BUG: stack guard page was hit in v9fs_file_read_iter
 2024-12-09 15:53 UTC  (4+ messages)
` [PATCH] netfs: If didn't read new data then abandon retry

[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 v1 1/1] net/9p/usbg: fix handling of the failed kzalloc() memory allocation
 2024-11-16  8:25 UTC  (2+ 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  (36+ messages)
` [PATCH v3 01/33] kheaders: Ignore silly-rename files
` [PATCH v3 02/33] netfs: Remove call to folio_index()
` [PATCH v3 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v3 04/33] netfs: Remove unnecessary references to pages
` [PATCH v3 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v3 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v3 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v3 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v3 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [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)

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-31 12:58 UTC  (33+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[syzbot] Monthly v9fs report (Oct 2024)
 2024-10-31  9:10 UTC 

Calculate VIRTQUEUE_NUM in "net/9p/trans_virtio.c" from stack size
 2024-10-27 13:11 UTC  (6+ messages)
  ` [PATCH] "

[syzbot] [v9fs?] WARNING in p9pdu_vwritef
 2024-10-26  9:03 UTC  (2+ messages)

[GIT PULL] more 9p reverts for 6.12-rc5
 2024-10-25 22:59 UTC  (2+ messages)

VFS regression with 9pfs ("Lookup would have caused loop")
 2024-10-25 15:29 UTC  (5+ messages)

[syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7)
 2024-10-25  1:14 UTC  (2+ messages)
` [syzbot] [fs] "

[PATCH] Revert "9p: Enable multipage folios"
 2024-10-24 18:25 UTC  (3+ messages)

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (22+ messages)
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).