summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-66/+108
11 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2-44/+39
12 daysnfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov1-2/+2
12 dayspNFS: rework pnfs_generic_pg_check_layout to check IO rangeOlga Kornievskaia4-36/+14
12 dayspNFS/filelayout: check layout segment rangeOlga Kornievskaia1-0/+2
12 dayspNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia1-2/+2
13 daysNFS: Don't enable NFS v2 by defaultAnna Schumaker1-2/+2
13 daysNFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker1-1/+1
13 daysnfs: keep server info for remountsMartin Kaiser1-3/+6
13 daysNFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
13 daysNFS: make sure lock/nolock overriding local_lock mount optionChen Hanxiao3-0/+19
13 daysNFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.NeilBrown3-3/+53
13 dayspNFS/filelayout: Specify the layout segment range in LAYOUTGETAnna Schumaker1-4/+4
13 dayspNFS/filelayout: Remove the whole file layout requirementAnna Schumaker1-8/+0
14 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-8/+10
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+6
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells3-8/+8
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-0/+2
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-4/+1
2024-04-05nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima1-1/+6
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-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds3-4/+3
2024-03-13Merge 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/vf...Linus Torvalds2-35/+35
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus 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-29nfs: fix regression in handling of fsc= option in NFSv4Chen Hanxiao1-0/+24
2024-02-29pnfs/filelayout: add tracepoint to getdeviceinfoOlga Kornievskaia3-0/+32
2024-02-29NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-02-29NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-02-29NFS: 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