summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs42proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix memory leaksWenwen Wang2020-02-041-2/+2
* NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia2020-01-151-8/+28
* NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing2019-11-181-3/+3
* NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker2019-11-181-1/+1
* NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia2019-10-091-2/+2
* NFS: handle source server rebootOlga Kornievskaia2019-10-091-21/+47
* NFS: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia2019-10-091-4/+8
* NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia2019-10-091-1/+2
* NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia2019-10-091-0/+5
* NFS: add ca_source_server<> to COPYOlga Kornievskaia2019-10-091-9/+17
* NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-0/+91
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-111-3/+0
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-011-0/+164
* NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-221-9/+10
* NFS recover from destination server reboot for copiesOlga Kornievskaia2018-08-131-3/+13
* NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia2018-08-091-0/+31
* NFS handle COPY ERR_OFFLOAD_NO_REQSOlga Kornievskaia2018-08-091-1/+5
* NFS send OFFLOAD_CANCEL when COPY killedOlga Kornievskaia2018-08-091-1/+90
* NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia2018-08-091-2/+20
* NFS add support for asynchronous COPYOlga Kornievskaia2018-08-091-5/+50
* NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust2018-05-311-0/+4
* NFS: Pass "privileged" value to nfs4_init_sequence()Anna Schumaker2018-05-311-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia2017-07-131-1/+1
* NFS fix COMMIT after COPYOlga Kornievskaia2017-05-241-1/+1
* NFS append COMMIT after synchronous COPYOlga Kornievskaia2017-05-081-6/+15
* pNFS: Ensure we commit the layout if it has been invalidatedTrond Myklebust2017-04-291-0/+1
* NFS: Clean up nfs42_layoutstat_done()Anna Schumaker2017-04-201-2/+0
* NFSv4: Fix reboot recovery in copy offloadTrond Myklebust2017-02-221-26/+37
* NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker2017-01-301-2/+2
* NFS: Change nfs4_get_session() to take an nfs_client structureAnna Schumaker2017-01-301-3/+2
* NFS: Move nfs4_get_session() into nfs4_session.hAnna Schumaker2017-01-301-0/+1
* pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-031-3/+6
* NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton2016-10-041-0/+1
* pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust2016-08-191-5/+29
* NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKEDTrond Myklebust2016-08-051-0/+2
* Merge branch 'pnfs'Trond Myklebust2016-07-241-2/+1
|\
| * pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust2016-07-241-2/+1
* | NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data syncTrond Myklebust2016-07-051-1/+5
* | NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-051-0/+9
* | NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust2016-07-051-2/+4
|/
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-1/+106
|\
| * pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-171-1/+1
| * NFS: Add COPY nfs operationAnna Schumaker2016-05-171-0/+105
|/
* nfs4: fix stateid handling for the NFS v4.2 operationsChristoph Hellwig2016-02-171-43/+76
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* NFS42: handle layoutstats stateid errorPeng Tao2015-12-281-2/+27
* NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker2015-11-231-1/+1
* nfs: pass on count for CLONE operationsChristoph Hellwig2015-11-231-0/+1
* nfs42: add CLONE proc functionsPeng Tao2015-10-151-0/+71