summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
9 daysnfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-21NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown1-15/+32
2024-06-21NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia1-1/+22
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker1-1/+1
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov1-2/+2
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia1-2/+2
2024-06-12nfs: keep server info for remountsMartin Kaiser1-3/+6
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
2024-05-17nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima1-1/+6
2024-05-17nfs: make the rpc_stat per net namespaceJosef Bacik4-4/+9
2024-05-17nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik1-4/+2
2024-04-03NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington1-0/+2
2024-04-03nfs: fix UAF in direct writesJosef Bacik2-3/+10
2024-03-27nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-27NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia1-1/+43
2024-03-27NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-27NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski1-7/+2
2024-03-27NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-03-27NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-03-06NFS: Fix data corruption caused by congestion.NeilBrown1-1/+3
2024-01-26pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust4-7/+8
2024-01-26NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust1-0/+3
2024-01-26NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew1-1/+1
2024-01-26blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington1-0/+2
2023-11-28NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia1-2/+3
2023-11-28NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia1-1/+6
2023-10-18NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia1-2/+0
2023-10-18pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust1-7/+10
2023-10-18pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust1-10/+23
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew1-1/+3
2023-10-11nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo1-1/+2
2023-09-28nfs: decrement nrequests counter before releasing the reqJeff Layton1-1/+1
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-13/+29
2023-09-27NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-09-15NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-09-13NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
2023-09-13NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust1-6/+11
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2-14/+17
2023-09-13NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust1-16/+31
2023-09-13NFS: Fix O_DIRECT locking issuesTrond Myklebust1-4/+4
2023-09-11NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust1-16/+46
2023-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-43/+88
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-19/+4
2023-08-31NFS: switch back to using kill_anon_superChristoph Hellwig1-3/+1
2023-08-30pNFS: Fix assignment of xprtdata.credAnna Schumaker1-1/+1
2023-08-30NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-1/+1