aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs42proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust1-5/+7
2020-12-16NFSv4.2: fix error return on memory allocation failureColin Ian King1-0/+1
2020-12-14NFSv4.2: improve page handling for GETXATTRFrank van der Linden1-11/+36
2020-12-02NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever1-8/+13
2020-09-16NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia1-1/+9
2020-08-05NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust1-2/+8
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden1-0/+12
2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden1-0/+236
2020-02-04NFS: Fix memory leaksWenwen Wang1-2/+2
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia1-8/+28
2019-11-18NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing1-3/+3
2019-11-18NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker1-1/+1
2019-10-09NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia1-2/+2
2019-10-09NFS: handle source server rebootOlga Kornievskaia1-21/+47
2019-10-09NFS: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia1-4/+8
2019-10-09NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia1-1/+2
2019-10-09NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia1-0/+5
2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia1-9/+17
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-0/+91
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia1-3/+0
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust1-0/+164
2018-11-22NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia1-9/+10
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia1-3/+13
2018-08-09NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia1-0/+31
2018-08-09NFS handle COPY ERR_OFFLOAD_NO_REQSOlga Kornievskaia1-1/+5
2018-08-09NFS send OFFLOAD_CANCEL when COPY killedOlga Kornievskaia1-1/+90
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia1-2/+20
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia1-5/+50
2018-05-31NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust1-0/+4
2018-05-31NFS: Pass "privileged" value to nfs4_init_sequence()Anna Schumaker1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-13NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia1-1/+1
2017-05-24NFS fix COMMIT after COPYOlga Kornievskaia1-1/+1
2017-05-08NFS append COMMIT after synchronous COPYOlga Kornievskaia1-6/+15
2017-04-29pNFS: Ensure we commit the layout if it has been invalidatedTrond Myklebust1-0/+1
2017-04-20NFS: Clean up nfs42_layoutstat_done()Anna Schumaker1-2/+0
2017-02-22NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-01-30NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker1-2/+2
2017-01-30NFS: Change nfs4_get_session() to take an nfs_client structureAnna Schumaker1-3/+2
2017-01-30NFS: Move nfs4_get_session() into nfs4_session.hAnna Schumaker1-0/+1
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust1-3/+6
2016-10-04NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton1-0/+1
2016-08-19pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust1-5/+29
2016-08-05NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKEDTrond Myklebust1-0/+2
2016-07-24Merge branch 'pnfs'Trond Myklebust1-2/+1
2016-07-24pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust1-2/+1
2016-07-05NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data syncTrond Myklebust1-1/+5
2016-07-05NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust1-0/+9
2016-07-05NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust1-2/+4
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+106