Show patches with: State = Action Required       |    Archived = No       |   7014 patches
« 1 2 3 470 71 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[v6,05/15] cifs: Replace the writedata replay bool with a netfs sreq flag netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[v6,04/15] cifs: Make wait_mtu_credits take size_t args netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[v6,03/15] cifs: Use more fields from netfs_io_subrequest netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[v6,02/15] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[v6,01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest netfs, cifs: Delegate high-level I/O to netfslib - - - - --- 2024-03-28 David Howells New
[26/26] netfs, afs: Use writeback retry to deal with alternate keys netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[25/26] netfs: Miscellaneous tidy ups netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[24/26] netfs: Remove the old writeback code netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[23/26] netfs: Cut over to using new writeback code netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[22/26] netfs, cachefiles: Implement helpers for new write code netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[21/26] netfs, 9p: Implement helpers for new write code netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[20/26] netfs, afs: Implement helpers for new write code netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[19/26] netfs: New writeback implementation netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[18/26] netfs: Add some write-side stats and clean up some stat names netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[17/26] netfs: Fix writethrough-mode error handling netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - 1 - --- 2024-03-28 David Howells New
[16/26] netfs: Switch to using unsigned long long rather than loff_t netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[15/26] mm: Export writeback_iter() netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[14/26] netfs: Use mempools for allocating requests and subrequests netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[13/26] netfs: Remove ->launder_folio() support netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[12/26] afs: Use alternative invalidation to using launder_folio netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[11/26] 9p: Use alternative invalidation to using launder_folio netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[10/26] cifs: Use alternative invalidation to using launder_folio netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[09/26] mm: Provide a means of invalidation without using launder_folio netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[08/26] netfs: Use subreq_counter to allocate subreq debug_index values netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[05/26] mm: Remove the PG_fscache alias for PG_private_2 netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[03/26] netfs: Update i_blocks when write committed to pagecache netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - 1 - --- 2024-03-28 David Howells New
[02/26] 9p: Clean up some kdoc and unused var warnings. netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - - - --- 2024-03-28 David Howells New
[01/26] cifs: Fix duplicate fscache cookie warnings netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache - - 1 - --- 2024-03-28 David Howells New
[RFC,v2] mm, netfs: Provide a means of invalidation without using launder_folio [RFC,v2] mm, netfs: Provide a means of invalidation without using launder_folio - - - - --- 2024-03-27 David Howells New
[RFC] mm, netfs: Provide a means of invalidation without using launder_folio [RFC] mm, netfs: Provide a means of invalidation without using launder_folio - - - - --- 2024-03-27 David Howells New
cifs: Fix duplicate fscache cookie warnings cifs: Fix duplicate fscache cookie warnings - - - - --- 2024-03-27 David Howells New
[v3,1/1] Implement CLDAP Ping to find the closest site cifs-utils: CLDAP-Ping to find the correct site - - - - --- 2024-03-27 David Voit New
[SMB3,client] add trace event for mknod [SMB3,client] add trace event for mknod - - - - --- 2024-03-24 Steve French New
ksmbd: remove module version ksmbd: remove module version - - - - --- 2024-03-18 Namjae Jeon New
keys: Fix overwrite of key expiration on instantiation keys: Fix overwrite of key expiration on instantiation - 1 1 - --- 2024-03-15 Silvio Gissi New
cifs: Move some extern decls from .c files to .h cifs: Move some extern decls from .c files to .h - - - - --- 2024-03-15 David Howells New
[RFC,24/24] nfs: add a module parameter to disable directory delegations vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,23/24] nfs: optionally request a delegation on GETATTR vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,22/24] nfs: skip dentry revalidation when parent dir has a delegation vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,21/24] nfs: add a GDD_GETATTR rpc operation vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,20/24] nfs: new tracepoint in match_stateid operation vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,19/24] nfs: new tracepoint in nfs_delegation_need_return vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,17/24] nfs: add cache_validity to the nfs_inode_event tracepoints vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,16/24] nfs: remove unused NFS_CALL macro vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,14/24] nfsd: wire up GET_DIR_DELEGATION handling vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,13/24] nfsd: check for delegation conflicts vs. the same client vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,11/24] nfsd: allow DELEGRETURN on directories vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,10/24] nfsd: allow filecache to hold S_IFDIR files vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,09/24] filelock: lift the ban on directory leases in generic_setlease vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,08/24] vfs: make vfs_mknod break delegations on parent directory vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,07/24] vfs: make vfs_create break delegations on parent directory vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,05/24] vfs: allow rmdir to wait for delegation break on parent vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,04/24] vfs: allow mkdir to wait for delegation break on parent vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink} vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,02/24] filelock: add a lm_set_conflict lease_manager callback vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
[RFC,01/24] filelock: push the S_ISREG check down to ->setlease handlers vfs, nfsd, nfs: implement directory delegations - - - - --- 2024-03-15 Jeffrey Layton New
Retrying on failed server close Retrying on failed server close - - - - --- 2024-03-15 Ritvik Budhiraja New
[GIT,PULL] vfs uuid [GIT,PULL] vfs uuid - - - - --- 2024-03-14 Steve French New
Fixes: ffceb7640cbf ("smb: client: do not defer close open handles to deleted files") Fixes: ffceb7640cbf ("smb: client: do not defer close open handles to deleted files") - - - - --- 2024-03-14 Meetakshi Setiya New
cifs: remove redundant variable assignment cifs: remove redundant variable assignment - - - - --- 2024-03-13 Bharath SM New
ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close 1 - - - --- 2024-03-13 Marios Makassikis New
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename ksmbd: clear RENAME_NOREPLACE before calling vfs_rename - - - - --- 2024-03-13 Marios Makassikis New
[2/2] cifs: make sure server interfaces are requested only for SMB3+ [1/2] cifs: reduce warning log level for server not advertising interfaces - - - - --- 2024-03-13 Shyam Prasad N New
[1/2] cifs: reduce warning log level for server not advertising interfaces [1/2] cifs: reduce warning log level for server not advertising interfaces - - - - --- 2024-03-13 Shyam Prasad N New
[next] ksmbd: Fix spelling mistake "connction" -> "connection" [next] ksmbd: Fix spelling mistake "connction" -> "connection" 1 - - - --- 2024-03-13 Colin Ian King New
cifs: defer close file hanadles having RH lease cifs: defer close file hanadles having RH lease - - - - --- 2024-03-12 Bharath SM New
[2/2] mount.cifs.rst: update section about xattr/acl support [1/2] mount.cifs.rst: add missing reference for sssd - - - - --- 2024-03-11 Paulo Alcantara New
[1/2] mount.cifs.rst: add missing reference for sssd [1/2] mount.cifs.rst: add missing reference for sssd - - 1 - --- 2024-03-11 Paulo Alcantara New
[SMB3,client] patches to prep for SMB3.1.1 compression support [SMB3,client] patches to prep for SMB3.1.1 compression support - - - - --- 2024-03-11 Steve French New
[2/2] ksmbd: add support for durable handles v1/v2 [1/2] ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session - - - - --- 2024-03-10 Namjae Jeon New
[1/2] ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session [1/2] ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session - - - - --- 2024-03-10 Namjae Jeon New
pam_cifscreds: fix warning on NULL arg passed to %s in pam_syslog() pam_cifscreds: fix warning on NULL arg passed to %s in pam_syslog() - 1 - - --- 2024-03-08 Paulo Alcantara New
cifs.upcall: fix UAF in get_cachename_from_process_env() cifs.upcall: fix UAF in get_cachename_from_process_env() - 1 - - --- 2024-03-08 Paulo Alcantara New
[RFC,v2] mm: Kill ->launder_folio() [RFC,v2] mm: Kill ->launder_folio() - - - - --- 2024-03-07 David Howells New
[RFC] mm: Replace ->launder_folio() with flush and wait [RFC] mm: Replace ->launder_folio() with flush and wait - - - - --- 2024-03-06 David Howells New
[SMB3,client] add dynamic trace point for ioctl [SMB3,client] add dynamic trace point for ioctl - - - - --- 2024-03-06 Steve French New
[3/3] smb: client: retry compound request without reusing lease [1/3] smb: client: reuse file lease key in compound operations - - - - --- 2024-03-06 Meetakshi Setiya New
[2/3] smb: client: do not defer close open handles to deleted files [1/3] smb: client: reuse file lease key in compound operations - - - - --- 2024-03-06 Meetakshi Setiya New
[1/3] smb: client: reuse file lease key in compound operations [1/3] smb: client: reuse file lease key in compound operations - - - - --- 2024-03-06 Meetakshi Setiya New
[v2,1/1] Implement CLDAP Ping to find the closest site cifs-utils: CLDAP-Ping to find the correct site - - - - --- 2024-03-04 David Voit New
cifs: open_cached_dir(): add FILE_READ_EA to desired access cifs: open_cached_dir(): add FILE_READ_EA to desired access - - - - --- 2024-03-01 Eugene Korenevsky New
[1/1] Implement CLDAP Ping to find the closest site cifs-utils: CLDAP-Ping to find the correct site - - - - --- 2024-03-01 David Voit New
cifs: prevent updating file size from server if we have a read/write lease cifs: prevent updating file size from server if we have a read/write lease - - 1 - --- 2024-02-26 Bharath SM New
smb: remove SLAB_MEM_SPREAD flag usage smb: remove SLAB_MEM_SPREAD flag usage - - - - --- 2024-02-24 Chengming Zhou New
[FYI] tracing/treewide: Remove second parameter of __assign_str() [FYI] tracing/treewide: Remove second parameter of __assign_str() - - - - --- 2024-02-23 Steven Rostedt New
[RFC] cifs: Fix writeback data corruption [RFC] cifs: Fix writeback data corruption - 1 - - --- 2024-02-22 David Howells New
[v2,2/2] ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info [v2,1/2] ksmbd: replace generic_fillattr with vfs_getattr - - - - --- 2024-02-22 Marios Makassikis New
[v2,1/2] ksmbd: replace generic_fillattr with vfs_getattr [v2,1/2] ksmbd: replace generic_fillattr with vfs_getattr - - - - --- 2024-02-22 Marios Makassikis New
[SMB3,client] update allocation size more accurately on write completion [SMB3,client] update allocation size more accurately on write completion - - - - --- 2024-02-22 Steve French New
[2/2] ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info [1/2] ksmbd: replace generic_fillattr with vfs_getattr - - - - --- 2024-02-20 Marios Makassikis New
[1/2] ksmbd: replace generic_fillattr with vfs_getattr [1/2] ksmbd: replace generic_fillattr with vfs_getattr - - - - --- 2024-02-20 Marios Makassikis New
[6.1.y] cifs: Convert struct fealist away from 1-element array [6.1.y] cifs: Convert struct fealist away from 1-element array - - - - --- 2024-02-18 Vitaly Chikunov New
« 1 2 3 470 71 »