summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-21nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-05-21pNFS: rework pnfs_generic_pg_check_layout to check IO rangeOlga Kornievskaia
2024-05-21pNFS/filelayout: check layout segment rangeOlga Kornievskaia
2024-05-21pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia
2024-05-20NFS: Don't enable NFS v2 by defaultAnna Schumaker
2024-05-20NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker
2024-05-20nfs: keep server info for remountsMartin Kaiser
2024-05-20NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-05-20NFS: make sure lock/nolock overriding local_lock mount optionChen Hanxiao
2024-05-20NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.NeilBrown
2024-05-20pNFS/filelayout: Specify the layout segment range in LAYOUTGETAnna Schumaker
2024-05-20pNFS/filelayout: Remove the whole file layout requirementAnna Schumaker
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-04nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-09NFS: trace the uniquifier of fscacheChen Hanxiao
2024-03-09NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington
2024-03-09NFS: remove unused variable nfs_rpcstatTrond Myklebust
2024-03-09nfs: fix UAF in direct writesJosef Bacik
2024-03-09nfs: properly protect nfs_direct_req fieldsJosef Bacik
2024-03-09NFS: enable nconnect for RDMATrond Myklebust
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust
2024-03-09NFS: avoid infinite loop in pnfs_update_layout.NeilBrown
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown
2024-03-09NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia
2024-03-09NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik
2024-03-09nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik
2024-03-09NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia
2024-03-09NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik
2024-02-28nfs: fix regression in handling of fsc= option in NFSv4Chen Hanxiao
2024-02-28pnfs/filelayout: add tracepoint to getdeviceinfoOlga Kornievskaia
2024-02-28NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora
2024-02-28NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora
2024-02-28NFS: Display the "fsc=" mount option if it is setChen Hanxiao
2024-02-25nfs: port block device access to filesChristian Brauner
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro