Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2024-12-16 20:42:27 to 2025-02-22 04:41:39 UTC [more...]

[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-22  4:41 UTC  (16+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry

[syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_openat
 2025-02-21 13:20 UTC 

[syzbot] [netfs?] kernel BUG in folio_unlock (3)
 2025-02-20 22:05 UTC  (3+ messages)

[PATCH RESEND] fs/netfs/read_collect: add to next->prev_donated
 2025-02-20 15:24 UTC 

"netfs: Can't donate prior to front"
 2025-02-20 15:10 UTC  (10+ messages)
` [PATCH] fs/netfs/read_collect: add to next->prev_donated

[syzbot] [netfs?] INFO: task hung in pipe_write (6)
 2025-02-18  9:37 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Write in io_submit_one
 2025-02-15  9:42 UTC  (2+ messages)
` [PATCH] netfs: Prevent race conditions between aio read and read collection worker

[PATCH v6.13] fs/netfs/read_pgpriv2: skip folio queues without `marks3`
 2025-02-14 13:30 UTC  (6+ messages)
` Patch "fs/netfs/read_pgpriv2: skip folio queues without `marks3`" has been added to the 6.13-stable tree

[PATCH v6.13 v2] fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
 2025-02-14 13:30 UTC  (3+ messages)
` Patch "fs/netfs/read_collect: fix crash due to uninitialized `prev` variable" has been added to the 6.13-stable tree

[PATCH v6.13] fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
 2025-02-14 13:08 UTC  (5+ messages)

[syzbot] [netfs?] WARNING: refcount bug in netfs_put_subrequest
 2025-02-14  6:39 UTC 

[PATCH 0/3] netfs: Miscellaneous fixes
 2025-02-13 15:01 UTC  (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH] netfs: Fix a number of read-retry hangs
 2025-02-12 18:01 UTC  (13+ messages)
` [PATCH] netfs: Add retry stat counters
            ` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[linus:master] [netfs] e2d46f2ec3: filebench.sum_operations/s 50.0% regression
 2025-02-12  8:20 UTC 

[PATCH 1/1] cachefiles: fix build with GCC 15
 2025-02-10 15:20 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/7] Move prefaulting into write slow paths
 2025-01-31  2:17 UTC  (9+ messages)
` [PATCH 7/7] netfs: Remove outdated comments about prefaulting

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (15+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2025-01-24 19:54 UTC  (34+ messages)
` [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 6.12 054/122] netfs: Fix non-contiguous donation between completed reads
 2025-01-21 17:51 UTC 

[PATCH 1/1] netfs: fix building with GCC 15
 2025-01-21  8:03 UTC 

[PATCH 1/1] netfs: fix building with GCC 15
 2025-01-21  8:01 UTC 

[syzbot] [netfs?] INFO: task hung in netfs_retry_writes
 2025-01-16  2:33 UTC 

[PATCH 6.12 009/189] netfs: Fix enomem handling in buffered reads
 2025-01-15 10:36 UTC  (8+ messages)
` [PATCH 6.12 010/189] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 6.12 011/189] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 6.12 012/189] netfs: Fix ceph copy to cache on write-begin
` [PATCH 6.12 013/189] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` [PATCH 6.12 014/189] netfs: Fix is-caching check in read-retry
` [PATCH 6.12 081/189] netfs: Fix kernel async DIO
` [PATCH 6.12 082/189] netfs: Fix read-retry for fs with no ->prepare_read()

[PATCH AUTOSEL 6.1 05/10] cachefiles: Parse the "secctx" immediately
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.6 05/10] cachefiles: Parse the "secctx" immediately
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.12 07/20] netfs: Fix non-contiguous donation between completed reads
 2025-01-13 18:34 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 08/20] cachefiles: Parse the "secctx" immediately

Error while building with GCC 15
 2025-01-11 15:08 UTC 

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[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  (4+ messages)

6.12 WARNING in netfs_consume_read_data()
 2025-01-07 10:58 UTC  (12+ 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  (5+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]

[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 


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