[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
2024-12-04 14:43 UTC (7+ messages)
[PATCH v2] netfs: fix kernel BUG in iov_iter_revert()
2024-12-04 14:03 UTC (6+ messages)
` syzbot program that crashes netfslib can also crash fuse
[QUESTION] inconsistent use of smp_mb()
2024-12-04 8:27 UTC (2+ messages)
[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
2024-12-04 1:51 UTC (3+ messages)
fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-12-03 16:55 UTC (3+ messages)
[syzbot] [netfs?] WARNING in netfs_writepages
2024-12-01 18:15 UTC (3+ messages)
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
2024-11-30 0:21 UTC (2+ messages)
[syzbot] [netfs?] WARNING in netfs_retry_reads
2024-11-29 22:51 UTC (4+ messages)
6.12 WARNING in netfs_consume_read_data()
2024-11-29 22:29 UTC (4+ messages)
New cachefilesd implementation
2024-11-29 18:49 UTC (4+ messages)
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
2024-11-29 17:15 UTC (3+ messages)
Regression in NFS probably due to very large amounts of readahead
2024-11-27 11:06 UTC
[linus:master] [netfs] d6a77668a7: filebench.sum_operations/s 158.3% improvement
2024-11-26 8:44 UTC
[syzbot] Monthly netfs report (Nov 2024)
2024-11-21 9:50 UTC
[PATCH] netfs: silence an uninitialized variable warning
2024-11-20 8:28 UTC (2+ messages)
[RESEND PATCH] fscache: Remove duplicate included header
2024-11-20 8:27 UTC (6+ 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()
next-20241114: clang: fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-11-15 12:53 UTC
[PATCH] netfs: Remove duplicate check in netfs_cache_read_terminated()
2024-11-15 9:13 UTC
[PATCH 6.11 43/63] netfs: Downgrade i_rwsem for a buffered write
2024-11-15 6:38 UTC
Oops in netfs_rreq_unlock_folios_pgpriv2
2024-11-12 7:39 UTC (3+ messages)
[PATCH v2 0/5] fscache/cachefiles: Some bugfixes
2024-11-11 11:33 UTC (7+ messages)
` [PATCH v2 1/5] cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()
` [PATCH v2 2/5] cachefiles: Fix missing pos updates "
` [PATCH v2 3/5] cachefiles: Clean up in cachefiles_commit_tmpfile()
` [PATCH v2 4/5] cachefiles: Fix NULL pointer dereference in object->file
` [PATCH v2 5/5] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
[PATCH stable 6.11.y] netfs: reset subreq->iov_iter before netfs_clear_unread() tail clean
2024-11-10 5:08 UTC (6+ messages)
[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] netfs: fix kernel BUG in iov_iter_revert()
2024-11-01 16:15 UTC
[PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
2024-10-31 14:06 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] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
2024-10-29 8:15 UTC (2+ messages)
[PATCH AUTOSEL 6.11 12/32] netfs: Downgrade i_rwsem for a buffered write
2024-10-28 10:49 UTC
[syzbot] [netfs?] possible deadlock in netfs_start_io_direct
2024-10-27 15:16 UTC
[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
2024-10-24 14:05 UTC (17+ messages)
` [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
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).