messages from 2024-09-06 14:34:51 to 2024-10-25 20:40:28 UTC [more...]
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
2024-10-25 20:39 UTC
[PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
2024-10-25 8:05 UTC (2+ messages)
[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 (3+ 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 (4+ messages)
[PATCH v2 19/25] netfs: Speed up buffered reading
2024-09-30 19:00 UTC (22+ 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 (13+ messages)
` [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
` [PATCH 2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
` [PATCH 3/8] afs: Fix missing wire-up of afs_retry_request()
` [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 7/8] cifs: Fix reversion of the iter in cifs_readv_receive()
` [PATCH 8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info
[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 (15+ 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)
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_folioq_advance
2024-09-20 18:38 UTC
[syzbot] [netfs?] KMSAN: uninit-value in netfs_clear_buffer
2024-09-20 17:00 UTC
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
2024-09-20 14:26 UTC
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
2024-09-20 14:26 UTC
[PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
2024-09-17 21:24 UTC (4+ messages)
[PATCH] cifs: Fix reversion of the iter in cifs_readv_receive()
2024-09-17 17:30 UTC
[PATCH] afs: Fix missing wire-up of afs_retry_request()
2024-09-17 9:06 UTC (2+ messages)
[PATCH v2] cachefiles: fix dentry leak in cachefiles_open_file()
2024-09-17 9:03 UTC (3+ messages)
[PATCH] cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
2024-09-16 14:02 UTC
[linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
2024-09-16 10:23 UTC (2+ messages)
[PATCH] cifs: Fix up netfs-writeback vs cifs fixes merge conflicts
2024-09-12 11:50 UTC
[PATCH] netfs: remove some unnecessary code in netfs_read_gaps()
2024-09-12 8:52 UTC
[PATCH] docs: filesystems: corrected grammar of netfs page
2024-09-12 1:25 UTC
[bug report] netfs: Speed up buffered reading
2024-09-11 9:22 UTC (2+ messages)
[bug report] netfs: Speed up buffered reading
2024-09-11 7:36 UTC
[PATCH 6.6 177/269] vfs: Fix potential circular locking through setxattr() and removexattr()
2024-09-10 9:32 UTC
[PATCH 6.10 156/375] cifs: Fix lack of credit renegotiation on read retry
2024-09-10 9:32 UTC (6+ messages)
` [PATCH 6.10 157/375] netfs, cifs: Fix handling of short DIO read
` [PATCH 6.10 257/375] cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
` [PATCH 6.10 258/375] vfs: Fix potential circular locking through setxattr() and removexattr()
` [PATCH 6.10 363/375] cifs: Fix zero_point init on inode initialisation
` [PATCH 6.10 364/375] cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
[PATCH] docs:filesystems: fix spelling and grammar mistakes on netfs library page
2024-09-09 23:57 UTC (5+ 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