messages from 2024-12-11 21:32:45 to 2025-04-03 03:46:43 UTC [more...]
[PATCH v2 1/9] 9p: Add a migrate_folio method
2025-04-03 3:46 UTC (3+ messages)
[PATCH] docs: fs/9p: Add missing "not" in cache documentation
2025-03-31 7:54 UTC (3+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
2025-03-30 10:21 UTC (26+ messages)
[PATCH] 9p: Use hashtable.h for hash_errmap
2025-03-23 13:05 UTC (3+ messages)
[PATCH] Documentation/fs/9p: fix broken link
2025-03-22 21:27 UTC (3+ messages)
[PATCH v3] 9p/net: fix improper handling of bogus negative read/write replies
2025-03-19 11:57 UTC (2+ messages)
[PATCH v2] 9p/net: fix improper handling of bogus negative read/write replies
2025-03-19 9:42 UTC (4+ messages)
[PATCH 0/4] netfs: Miscellaneous fixes
2025-03-19 9:04 UTC (7+ messages)
` [PATCH 1/4] netfs: Fix collection of results during pause when collection offloaded
` [PATCH 2/4] netfs: Call `invalidate_cache` only if implemented
` [PATCH 3/4] netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
` [PATCH 4/4] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
[PATCH v3] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-18 22:12 UTC (3+ messages)
[PATCH v2] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-18 21:42 UTC (5+ messages)
[PATCH] 9p/net: return error on bogus (longer than requested) replies
2025-03-16 21:51 UTC
[PATCH] 9p/net: fix improper handling of bogus negative read/write replies
2025-03-16 21:37 UTC (3+ messages)
[PATCH] fs/9p: fix NULL pointer dereference on mkdir
2025-03-13 13:33 UTC (3+ messages)
[syzbot] [v9fs?] general protection fault in p9_client_walk
2025-03-12 23:46 UTC (6+ messages)
[PATCH] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-09 7:35 UTC (3+ messages)
[syzbot] [udf?] general protection fault in d_splice_alias
2025-03-06 21:12 UTC (3+ messages)
[syzbot] Monthly v9fs report (Mar 2025)
2025-03-04 15:15 UTC
[PATCH] netfs: Fix unbuffered writes
2025-02-26 15:21 UTC (2+ messages)
[syzbot] [v9fs?] BUG: stack guard page was hit in sys_openat
2025-02-21 13:20 UTC (4+ messages)
` [syzbot] [mm?] "
[syzbot] [netfs?] kernel BUG in folio_unlock (3)
2025-02-20 22:05 UTC (2+ messages)
[PATCH 0/3] netfs: Miscellaneous fixes
2025-02-13 15:01 UTC (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued
[PATCH] netfs: Fix a number of read-retry hangs
2025-02-12 18:01 UTC (13+ messages)
` [PATCH] netfs: Add retry stat counters
` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued
[linus:master] [netfs] e2d46f2ec3: filebench.sum_operations/s 50.0% regression
2025-02-12 8:20 UTC
[syzbot] [v9fs?] KCSAN: data-race in p9_conn_cancel / p9_write_work (7)
2025-02-11 20:11 UTC
[syzbot] [v9fs?] KCSAN: data-race in p9_conn_cancel / p9_poll_workfn (9)
2025-02-07 13:31 UTC
[syzbot] Monthly v9fs report (Feb 2025)
2025-02-03 8:35 UTC
[PATCH] net/9p/fd: change port to char *
2025-01-25 17:48 UTC (4+ messages)
[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
2025-01-24 19:54 UTC (38+ 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()
[PATCH v3] net/9p/fd: support ipv6 for trans=tcp
2025-01-20 20:12 UTC (4+ messages)
[syzbot] [v9fs?] BUG: stack guard page was hit in loop_process_work
2025-01-20 16:49 UTC
[PATCH v2] net/9p/fd: support ipv6 for trans=tcp
2025-01-18 18:54 UTC (5+ messages)
[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 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] netfs: If didn't read new data then abandon retry
2024-12-13 8:41 UTC (3+ messages)
[syzbot] [v9fs?] WARNING in __alloc_frozen_pages_noprof
2024-12-12 11:22 UTC (8+ 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)
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