Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ec903f264f0184a0aba62b42d7717c61f1893450
/
fs
/
nfs
/
nfs42proc.c
0769663
NFSv4.1 fix incorrect return value in copy_file_range
by Olga Kornievskaia
· 6 years ago
3eb8609
NFSv4.2: Add client support for the generic 'layouterror' RPC call
by Trond Myklebust
· 6 years ago
99f2c55
NFSv4.2 copy do not allocate memory under the lock
by Olga Kornievskaia
· 6 years ago
e4648aa
NFS recover from destination server reboot for copies
by Olga Kornievskaia
· 6 years ago
6b8d84e
NFS add a simple sync nfs4_proc_commit after async COPY
by Olga Kornievskaia
· 7 years ago
539f57b
NFS handle COPY ERR_OFFLOAD_NO_REQS
by Olga Kornievskaia
· 7 years ago
c975c20
NFS send OFFLOAD_CANCEL when COPY killed
by Olga Kornievskaia
· 7 years ago
bc0c907
NFS handle COPY reply CB_OFFLOAD call race
by Olga Kornievskaia
· 7 years ago
62164f3
NFS add support for asynchronous COPY
by Olga Kornievskaia
· 7 years ago
cf61eb2
NFSv4: Always clear the pNFS layout when handling ESTALE
by Trond Myklebust
· 7 years ago
fba83f3
NFS: Pass "privileged" value to nfs4_init_sequence()
by Anna Schumaker
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1ee48bd
NFSv4.2 fix size storage for nfs42_proc_copy
by Olga Kornievskaia
· 8 years ago
6d3b5d8
NFS fix COMMIT after COPY
by Olga Kornievskaia
· 8 years ago
e092693
NFS append COMMIT after synchronous COPY
by Olga Kornievskaia
· 8 years ago
1f18b82
pNFS: Ensure we commit the layout if it has been invalidated
by Trond Myklebust
· 8 years ago
5be1810
NFS: Clean up nfs42_layoutstat_done()
by Anna Schumaker
· 8 years ago
9d8cacb
NFSv4: Fix reboot recovery in copy offload
by Trond Myklebust
· 8 years ago
6de7e12
NFS: Use nfs4_setup_sequence() everywhere
by Anna Schumaker
· 8 years ago
172d9de
NFS: Change nfs4_get_session() to take an nfs_client structure
by Anna Schumaker
· 10 years ago
efc6f4a
NFS: Move nfs4_get_session() into nfs4_session.h
by Anna Schumaker
· 8 years ago
422c93c
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
by Trond Myklebust
· 8 years ago
3f807e5
NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic
by Jeff Layton
· 8 years ago
9a0fe86
pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT calls
by Trond Myklebust
· 8 years ago
206b3bb
NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKED
by Trond Myklebust
· 8 years ago
668f455
Merge branch 'pnfs'
by Trond Myklebust
· 8 years ago
5f46be0
pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
by Trond Myklebust
· 8 years ago
e95fc4a
NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync
by Trond Myklebust
· 9 years ago
837bb1d
NFSv4.2: Fix writeback races in nfs4_copy_file_range
by Trond Myklebust
· 9 years ago
1e564d3
NFSv4.2: Fix a race in nfs42_proc_deallocate()
by Trond Myklebust
· 9 years ago
ea8ea73
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 9 years ago
6d597e1
pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args
by Jeff Layton
· 9 years ago
2e72448
NFS: Add COPY nfs operation
by Anna Schumaker
· 12 years ago
4bdf87e
nfs4: fix stateid handling for the NFS v4.2 operations
by Christoph Hellwig
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
68d264c
NFS42: handle layoutstats stateid error
by Peng Tao
· 9 years ago
291e1b9
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
by Anna Schumaker
· 9 years ago
9494b2c
nfs: pass on count for CLONE operations
by Christoph Hellwig
· 9 years ago
e5341f3
nfs42: add CLONE proc functions
by Peng Tao
· 9 years ago
306a554
nfs: fix v4.2 SEEK on files over 2 gigs
by J. Bruce Fields
· 9 years ago
bdcc2cd
NFSv4.2: handle NFS-specific llseek errors
by J. Bruce Fields
· 9 years ago
6c5a0d8
NFSv4.2: LAYOUTSTATS is optional to implement
by Trond Myklebust
· 10 years ago
1bfe3b2
nfs42: serialize LAYOUTSTATS calls of the same file
by Peng Tao
· 10 years ago
8733408
pnfs: add pnfs_report_layoutstat helper function
by Peng Tao
· 10 years ago
1b4a4bd
pNFS: fill in nfs42_layoutstat_ops
by Peng Tao
· 10 years ago
be3a5d2
NFSv.2/pnfs Add a LAYOUTSTATS rpc function
by Trond Myklebust
· 10 years ago
f830f7d
NFS: Reduce time spent holding the i_mutex during fallocate()
by Anna Schumaker
· 10 years ago
9a51940
NFS: Don't zap caches on fallocate()
by Anna Schumaker
· 10 years ago
624bd5b
nfs: Add DEALLOCATE support
by Anna Schumaker
· 10 years ago
f4ac167
nfs: Add ALLOCATE support
by Anna Schumaker
· 10 years ago
878ffa9
NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEK
by Anna Schumaker
· 10 years ago
1c6dcbe
NFS: Implement SEEK
by Anna Schumaker
· 10 years ago