aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-57/+210
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds3-4/+3
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+0
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-35/+35
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds10-55/+58
2024-03-09NFS: trace the uniquifier of fscacheChen Hanxiao1-0/+1
2024-03-09NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington1-0/+2
2024-03-09NFS: remove unused variable nfs_rpcstatTrond Myklebust1-4/+0
2024-03-09nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-03-09nfs: properly protect nfs_direct_req fieldsJosef Bacik1-1/+6
2024-03-09NFS: enable nconnect for RDMATrond Myklebust2-0/+3
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust4-16/+8
2024-03-09NFS: avoid infinite loop in pnfs_update_layout.NeilBrown1-0/+8
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown1-4/+0
2024-03-09NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia1-1/+43
2024-03-09NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik4-4/+9
2024-03-09nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik1-4/+2
2024-03-09NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2-2/+34
2024-03-09NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski1-7/+2
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-3/+0
2024-02-28nfs: fix regression in handling of fsc= option in NFSv4Chen Hanxiao1-0/+24
2024-02-28pnfs/filelayout: add tracepoint to getdeviceinfoOlga Kornievskaia3-0/+32
2024-02-28NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-02-28NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-02-28NFS: Display the "fsc=" mount option if it is setChen Hanxiao1-1/+9
2024-02-25nfs: port block device access to filesChristian Brauner2-35/+35
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-3/+10
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-02-05filelock: split leases out of struct file_lockJeff Layton3-4/+4
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton9-38/+38
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton3-0/+3
2024-02-05nfs: convert to using new filelock helpersJeff Layton6-21/+21
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-10/+3
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds2-2/+0
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-68/+92
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-26/+6
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-5/+5
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-7/+6
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong1-19/+0
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington1-0/+5
2024-01-04rpc_pipefs: Replace one label in bl_resolve_deviceid()Markus Elfring1-1/+1
2024-01-04nfs: Remove writepageMatthew Wilcox (Oracle)2-12/+0
2024-01-04NFS: drop unused nfs_direct_req bytes_leftBenjamin Coddington3-9/+4
2024-01-04pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust4-7/+8
2024-01-04nfs: print fileid in lookup tracepointsJeff Layton1-4/+10
2024-01-04nfs: rename the nfs_async_rename_done tracepointJeff Layton2-2/+2
2024-01-04nfs: add new tracepoint at nfs4 revalidate entry pointJeff Layton1-0/+2