netfs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-16 03:04:32 to 2024-03-17 14:09:56 UTC [more...]

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-17 14:09 UTC  (31+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

[PATCH] fscache: Fix error handling in fscache_begin_operation()
 2024-03-15 18:34 UTC  (2+ messages)

[linus:master] [netfs] c9c4ff12df: BUG:KASAN:wild-memory-access_in__fscache_use_cookie
 2024-03-13 13:41 UTC 

[dhowells-fs:cifs-netfs] [cifs] 7de1bab771: filebench.sum_operations/s -98.5% regression
 2024-03-13  1:19 UTC 

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-08  7:52 UTC  (7+ messages)
` [RFC PATCH v2] mm: Kill ->launder_folio()

[LSF/MM/BPF TOPIC] Large folios, swap and fscache
 2024-02-29 19:31 UTC  (13+ messages)

[dhowells-fs:cifs-netfs] [cifs] a05396635d: filebench.sum_operations/s -98.8% regression
 2024-02-29  7:27 UTC 

[RFC PATCH] cifs: Fix writeback data corruption
 2024-02-23 19:04 UTC  (2+ messages)

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-20 13:31 UTC  (23+ messages)
` [PATCH v5 01/12] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v5 02/12] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v5 03/12] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v5 04/12] cifs: Use more fields from netfs_io_subrequest
` [PATCH v5 05/12] cifs: Make wait_mtu_credits take size_t args
` [PATCH v5 06/12] cifs: Implement netfslib hooks
` [PATCH v5 07/12] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v5 08/12] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v5 09/12] cifs: Cut over to using netfslib
` [PATCH v5 10/12] cifs: Remove some code that's no longer used, part 1
` [PATCH v5 11/12] cifs: Remove some code that's no longer used, part 2
` [PATCH v5 12/12] cifs: Remove some code that's no longer used, part 3

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-02-20  9:51 UTC  (9+ messages)
` [PATCH 1/2] netfs: Fix i_dio_count leak on DIO read past i_size
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[PATCH RESEND] cachefiles: fix memory leak in cachefiles_add_cache()
 2024-02-20  8:46 UTC  (5+ messages)

[syzbot] [netfs?] kernel BUG in __fscache_relinquish_cookie (2)
 2024-02-03  7:57 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Write in __fscache_relinquish_cookie
 2024-02-02 14:03 UTC  (2+ messages)
` [PATCH next] fs/9p: fix uaf in "

[PATCH] cachefiles: fix memory leak in cachefiles_add_cache()
 2024-01-31  9:17 UTC 

[RFC PATCH 0/3] 9p: Further netfslib-related changes
 2024-01-29 20:53 UTC  (7+ messages)
` [RFC PATCH 1/3] 9p: Enable large folio support
` [RFC PATCH 2/3] 9p: Make better use of netfslib's writethrough caching
` [RFC PATCH 3/3] 9p: Always update remote_i_size in stat2inode

[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23 15:03 UTC  (20+ messages)
` [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
` [PATCH 02/10] afs: "
` [PATCH 03/10] cifs: "
` [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH 07/10] afs: Hide silly-rename files from userspace
` [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23  1:32 UTC  (12+ messages)
` [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
` [PATCH v2 02/10] afs: "
` [PATCH v2 03/10] cifs: "
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
 2024-01-22 14:43 UTC  (4+ messages)
` [PATCH 1/2] netfs, cachefiles: Change mailing list
` [PATCH 2/2] netfs: Add Jeff Layton as reviewer

Test Mail
 2024-01-16  3:04 UTC 


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 NNTP newsgroup(s).