index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs42proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-14
NFS recover from destination server reboot for copies
Olga Kornievskaia
1
-3
/
+13
2018-08-09
NFS add a simple sync nfs4_proc_commit after async COPY
Olga Kornievskaia
1
-0
/
+31
2018-08-09
NFS handle COPY ERR_OFFLOAD_NO_REQS
Olga Kornievskaia
1
-1
/
+5
2018-08-09
NFS send OFFLOAD_CANCEL when COPY killed
Olga Kornievskaia
1
-1
/
+90
2018-08-09
NFS handle COPY reply CB_OFFLOAD call race
Olga Kornievskaia
1
-2
/
+20
2018-08-09
NFS add support for asynchronous COPY
Olga Kornievskaia
1
-5
/
+50
2018-05-31
NFSv4: Always clear the pNFS layout when handling ESTALE
Trond Myklebust
1
-0
/
+4
2018-05-31
NFS: Pass "privileged" value to nfs4_init_sequence()
Anna Schumaker
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-13
NFSv4.2 fix size storage for nfs42_proc_copy
Olga Kornievskaia
1
-1
/
+1
2017-05-24
NFS fix COMMIT after COPY
Olga Kornievskaia
1
-1
/
+1
2017-05-09
NFS append COMMIT after synchronous COPY
Olga Kornievskaia
1
-6
/
+15
2017-04-29
pNFS: Ensure we commit the layout if it has been invalidated
Trond Myklebust
1
-0
/
+1
2017-04-20
NFS: Clean up nfs42_layoutstat_done()
Anna Schumaker
1
-2
/
+0
2017-02-22
NFSv4: Fix reboot recovery in copy offload
Trond Myklebust
1
-26
/
+37
2017-01-30
NFS: Use nfs4_setup_sequence() everywhere
Anna Schumaker
1
-2
/
+2
2017-01-30
NFS: Change nfs4_get_session() to take an nfs_client structure
Anna Schumaker
1
-3
/
+2
2017-01-30
NFS: Move nfs4_get_session() into nfs4_session.h
Anna Schumaker
1
-0
/
+1
2016-12-03
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
1
-3
/
+6
2016-10-04
NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
Jeff Layton
1
-0
/
+1
2016-08-19
pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT calls
Trond Myklebust
1
-5
/
+29
2016-08-05
NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKED
Trond Myklebust
1
-0
/
+2
2016-07-25
Merge branch 'pnfs'
Trond Myklebust
1
-2
/
+1
2016-07-24
pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
Trond Myklebust
1
-2
/
+1
2016-07-06
NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync
Trond Myklebust
1
-1
/
+5
2016-07-06
NFSv4.2: Fix writeback races in nfs4_copy_file_range
Trond Myklebust
1
-0
/
+9
2016-07-06
NFSv4.2: Fix a race in nfs42_proc_deallocate()
Trond Myklebust
1
-2
/
+4
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+106
2016-05-17
pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args
Jeff Layton
1
-1
/
+1
2016-05-17
NFS: Add COPY nfs operation
Anna Schumaker
1
-0
/
+105
2016-02-17
nfs4: fix stateid handling for the NFS v4.2 operations
Christoph Hellwig
1
-43
/
+76
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-4
/
+4
2015-12-28
NFS42: handle layoutstats stateid error
Peng Tao
1
-2
/
+27
2015-11-24
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
Anna Schumaker
1
-1
/
+1
2015-11-24
nfs: pass on count for CLONE operations
Christoph Hellwig
1
-0
/
+1
2015-10-15
nfs42: add CLONE proc functions
Peng Tao
1
-0
/
+71
2015-09-17
nfs: fix v4.2 SEEK on files over 2 gigs
J. Bruce Fields
1
-1
/
+3
2015-07-27
NFSv4.2: handle NFS-specific llseek errors
J. Bruce Fields
1
-1
/
+18
2015-06-27
NFSv4.2: LAYOUTSTATS is optional to implement
Trond Myklebust
1
-2
/
+8
2015-06-24
nfs42: serialize LAYOUTSTATS calls of the same file
Peng Tao
1
-0
/
+3
2015-06-24
pnfs: add pnfs_report_layoutstat helper function
Peng Tao
1
-0
/
+4
2015-06-24
pNFS: fill in nfs42_layoutstat_ops
Peng Tao
1
-0
/
+47
2015-06-24
NFSv.2/pnfs Add a LAYOUTSTATS rpc function
Trond Myklebust
1
-0
/
+27
2015-04-23
NFS: Reduce time spent holding the i_mutex during fallocate()
Anna Schumaker
1
-0
/
+8
2015-04-23
NFS: Don't zap caches on fallocate()
Anna Schumaker
1
-4
/
+19
2014-11-26
nfs: Add DEALLOCATE support
Anna Schumaker
1
-0
/
+17
2014-11-26
nfs: Add ALLOCATE support
Anna Schumaker
1
-0
/
+58
2014-11-24
NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEK
Anna Schumaker
1
-1
/
+1
2014-10-01
NFS: Implement SEEK
Anna Schumaker
1
-0
/
+69