messages from 2024-11-08 17:36:04 to 2025-01-10 17:13:58 UTC [more...]
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-10 17:13 UTC (8+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-10 14:16 UTC
[PATCH] netfs: Fix read-retry for fs with no ->prepare_read()
2025-01-09 16:20 UTC (2+ messages)
[PATCH] netfs: Fix kernel async DIO
2025-01-09 16:19 UTC (2+ messages)
Ceph and Netfslib
2025-01-09 0:53 UTC (10+ messages)
Losetup Direct I/O breaks BACK-FILE filesystem on CIFS share (Appears in Linux 6.10 and reproduced on mainline)
2025-01-07 18:08 UTC (11+ messages)
` [PATCH] netfs: Fix kernel async DIO
New cachefilesd implementation
2025-01-07 11:15 UTC (6+ messages)
6.12 WARNING in netfs_consume_read_data()
2025-01-07 10:58 UTC (14+ messages)
` [PATCH] netfs: Fix ceph copy to cache on write-begin
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
2025-01-06 17:42 UTC (10+ messages)
` [syzbot] [fuse?] "
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
2025-01-03 23:20 UTC
[linux-next:master] [netfs] b4f239c91f: WARNING:at_kernel/sched/core.c:#__might_sleep
2024-12-31 5:49 UTC
NEW 45w wall charger-GAN!
2024-12-30 11:28 UTC
[syzbot] Monthly netfs report (Dec 2024)
2024-12-27 23:25 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
[PATCH RFC netfs] Fix uninitialized variable in netfs_retry_read_subrequests()
2024-12-20 1:07 UTC (3+ messages)
[PATCH 6.12 122/172] cifs: Fix rmdir failure due to ongoing I/O on deleted file
2024-12-17 17:07 UTC
[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()
[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)
[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)
[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?] 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 (18+ messages)
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 23/33] afs: Use netfslib for directories
` [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 (2+ messages)
[PATCH stable 6.11.y] netfs: reset subreq->iov_iter before netfs_clear_unread() tail clean
2024-11-10 5:08 UTC (6+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).