messages from 2024-09-23 21:56:08 to 2024-11-06 12:38:47 UTC [more...]
[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-06 12:35 UTC (21+ 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 stable 6.11.y] netfs: reset subreq->iov_iter before netfs_clear_unread() tail clean
2024-11-06 8:35 UTC (4+ messages)
[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)
[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
2024-10-31 13:07 UTC
[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()
Oops in netfs_rreq_unlock_folios_pgpriv2
2024-10-30 10:23 UTC (2+ messages)
[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 (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [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
[REGRESSION] 9pfs issues on 6.12-rc1
2024-10-23 19:38 UTC (2+ messages)
[PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
2024-10-19 16:31 UTC (5+ messages)
` [PATCH 1/3] Documentation: nfs: idmapper: keep consistent with nfsidmap manual
` [PATCH 2/3] docs: filesystems: fix compile error in netfs_library.rst
` [PATCH 3/3] tracing/Documentation: fix compile warning in debugging.rst
[PATCH] netfs: Fix kdoc of netfs_read_subreq_progress()
2024-10-17 11:03 UTC (3+ messages)
[PATCH] netfs: Downgrade i_rwsem for a buffered write
2024-10-16 16:28 UTC
[PATCH] docs: fix a reference of a removed file
2024-10-15 13:40 UTC (3+ messages)
[syzbot] [mm?] BUG: stack guard page was hit in compat_sys_open
2024-10-14 8:23 UTC
[syzbot] [netfs?] general protection fault in netfs_write_collection_worker
2024-10-14 6:10 UTC
[PATCH 0/8] netfs/cachefiles: Some bugfixes
2024-10-11 1:31 UTC (26+ messages)
` [PATCH 1/8] cachefiles: Fix incorrect block calculations in __cachefiles_prepare_write()
` [PATCH 3/8] cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
` [PATCH 4/8] cachefiles: Clear invalid cache data in advance
` [PATCH 5/8] cachefiles: Clean up in cachefiles_commit_tmpfile()
` [PATCH 6/8] cachefiles: Modify inappropriate error return value in cachefiles_daemon_secctx()
` [PATCH 7/8] cachefiles: Fix NULL pointer dereference in object->file
` [PATCH 8/8] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
[PATCH 6.11 034/558] afs: Fix missing wire-up of afs_retry_request()
2024-10-08 12:03 UTC (3+ messages)
` [PATCH 6.11 046/558] netfs: Fix missing wakeup after issuing writes
` [PATCH 6.11 163/558] netfs: Cancel dirty folios that have no storage destination
[PATCH 6.10 031/482] afs: Fix missing wire-up of afs_retry_request()
2024-10-08 12:03 UTC (2+ messages)
` [PATCH 6.10 136/482] netfs: Cancel dirty folios that have no storage destination
[PATCH 0/3] Random netfs folio fixes
2024-10-07 14:15 UTC (9+ messages)
` [PATCH 1/3] netfs: Remove call to folio_index()
` [PATCH 2/3] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 3/3] netfs: Remove unnecessary references to pages
[PATCH] netfs: In readahead, put the folio refs as soon extracted
2024-10-07 11:48 UTC (2+ messages)
[syzbot] [netfs?] possible deadlock in lock_mm_and_find_vma (2)
2024-10-03 23:54 UTC (2+ messages)
` [syzbot] [mm?] "
[PATCH 1/1] fs: netfs: making arrays non-null terminated and fixing build with GCC 15
2024-10-02 15:21 UTC (2+ messages)
[PATCH] netfs: Fix missing wakeup after issuing writes
2024-10-02 14:56 UTC (2+ messages)
[PATCH 6.6 081/538] cachefiles: Fix non-taking of sb_writers around set/removexattr
2024-10-02 12:55 UTC
[PATCH 6.10 107/634] cachefiles: Fix non-taking of sb_writers around set/removexattr
2024-10-02 12:53 UTC
[PATCH 6.11 123/695] cachefiles: Fix non-taking of sb_writers around set/removexattr
2024-10-02 12:52 UTC
Re:[PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
2024-10-02 9:31 UTC
[PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
2024-10-02 9:23 UTC
[PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
2024-10-01 14:03 UTC (3+ messages)
[PATCH] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
2024-10-01 6:25 UTC (3+ messages)
[PATCH v2 19/25] netfs: Speed up buffered reading
2024-09-30 19:00 UTC (20+ messages)
[PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
2024-09-30 12:11 UTC (2+ messages)
[PATCH] netfs: Add folio_queue API documentation
2024-09-30 12:11 UTC (2+ messages)
[PATCH] netfs: Advance iterator correctly rather than jumping it
2024-09-27 8:11 UTC (2+ messages)
[PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
2024-09-27 8:07 UTC (9+ messages)
` [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
` [PATCH 4/8] afs: Remove unused struct and function prototype
` (subset) "
` [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
` (subset) "
` [PATCH 6/8] afs: Fix the setting of the server responding flag
` (subset) "
[PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
2024-09-26 13:58 UTC
[linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
2024-09-26 2:20 UTC (4+ messages)
[linus:master] [netfs] cd0277ed0c: BUG:KASAN:slab-use-after-free_in_copy_from_iter
2024-09-26 2:15 UTC (3+ messages)
[syzbot] Monthly netfs report (Sep 2024)
2024-09-25 12:47 UTC
[PATCH AUTOSEL 6.10 071/197] netfs: Cancel dirty folios that have no storage destination
2024-09-25 11:51 UTC
[PATCH AUTOSEL 6.11 086/244] netfs: Cancel dirty folios that have no storage destination
2024-09-25 11:25 UTC
[PATCH v2 00/25] netfs: Read/write improvements
2024-09-24 9:48 UTC (3+ messages)
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
[PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
2024-09-23 22:41 UTC (4+ 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