Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2024-10-28 10:51:28 to 2024-12-16 20:42:27 UTC [more...]

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2024-12-16 20:40 UTC  (7+ 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 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 20:34 UTC  (17+ 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

[PATCH v2] netfs: fix kernel BUG in iov_iter_revert()
 2024-12-13 16:13 UTC  (8+ messages)
` syzbot program that crashes netfslib can also crash fuse

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-12-12 17:17 UTC  (4+ messages)

6.12 WARNING in netfs_consume_read_data()
 2024-12-12 16:00 UTC  (13+ messages)
              ` [PATCH] netfs: Fix ceph copy to cache on write-begin

[PATCH] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
 2024-12-09 17:12 UTC  (2+ messages)

[PATCH] fs/cachefiles/daemon: parse the "secctx" immediately
 2024-12-09 16:19 UTC  (3+ messages)

[PATCH] fs/netfs: Remove redundant use of smp_rmb()
 2024-12-07 10:09 UTC  (4+ messages)

Oops in netfs_rreq_unlock_folios_pgpriv2
 2024-12-06 15:10 UTC  (4+ messages)

New cachefilesd implementation
 2024-12-06 14:06 UTC  (5+ messages)

[PATCH] cifs: Fix rmdir failure due to ongoing I/O on deleted file
 2024-12-06 11:06 UTC 

[QUESTION] inconsistent use of smp_mb()
 2024-12-06 10:51 UTC  (4+ messages)

[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
 2024-12-05  9:59 UTC  (9+ messages)

[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
 2024-12-04  1:51 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)

[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 

[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  (3+ messages)
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox