aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-15NFS: Use an atomic_long_t to count the number of commitsGravatar Trond Myklebust 1-1/+1
2017-08-01NFSv4: Fix EXCHANGE_ID corrupt verifier issueGravatar Trond Myklebust 1-1/+1
2017-07-13nfs4: add NFSv4 LOOKUPP handlersGravatar Jeff Layton 1-1/+16
2017-07-13NFS: Ensure we commit after writeback is completeGravatar Trond Myklebust 1-0/+2
2017-07-13NFS: Remove unused fields in the page I/O structuresGravatar Trond Myklebust 1-1/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSGravatar Benjamin Coddington 1-0/+1
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 1-5/+5
2017-05-08NFS append COMMIT after synchronous COPYGravatar Olga Kornievskaia 1-0/+1
2017-04-21lockd: Introduce nlmclnt_operationsGravatar Benjamin Coddington 1-0/+1
2017-04-20NFS: move rw_mode to nfs_pageio_headerGravatar Benjamin Coddington 1-0/+1
2016-12-09nfs: add support for the umask attributeGravatar Andreas Gruenbacher 1-0/+2
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnGravatar Trond Myklebust 1-2/+1
2016-12-02pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnGravatar Trond Myklebust 1-0/+2
2016-12-02NFSv4: Add a generic structure for managing layout-private informationGravatar Trond Myklebust 1-0/+14
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNGravatar Trond Myklebust 1-0/+3
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in CLOSEGravatar Trond Myklebust 1-0/+3
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listGravatar Jeff Layton 1-0/+1
2016-09-19pnfs: track multiple layout types in fsinfo structureGravatar Jeff Layton 1-1/+6
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-11/+0
2016-07-20qstr: constify instances in nfsGravatar Al Viro 1-4/+4
2016-07-13nfs/nfsd: Move useful bitfield ops to a commonly accessible placeGravatar Andrew Elble 1-11/+0
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSGravatar Trond Myklebust 1-3/+2
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+27
2016-05-17pnfs: rework LAYOUTGET retry handlingGravatar Jeff Layton 1-2/+0
2016-05-17NFS: Add COPY nfs operationGravatar Anna Schumaker 1-0/+26
2016-05-09nfs: per-name sillyunlink exclusionGravatar Al Viro 1-2/+2
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockGravatar Dave Wysochanski 1-1/+1
2016-02-17pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageGravatar Kinglong Mee 1-0/+1
2016-01-04Merge branch 'pnfs_generic'Gravatar Trond Myklebust 1-1/+3
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidGravatar Trond Myklebust 1-0/+2
2015-12-31NFS: Allow multiple commit requests in flight per fileGravatar Trond Myklebust 1-1/+0
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsGravatar Trond Myklebust 1-0/+1
2015-12-28pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/writeGravatar Trond Myklebust 1-0/+2
2015-11-23nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYGravatar Jeff Layton 1-0/+1
2015-11-03nfs: Remove unused xdr page offsets in getacl/setacl argumentsGravatar Andreas Gruenbacher 1-2/+0
2015-10-21Merge branch 'nfsclone'Gravatar Trond Myklebust 1-0/+20
2015-10-15nfs: get clone_blksize when probing fsinfoGravatar Peng Tao 1-0/+1
2015-10-15nfs42: add CLONE xdr functionsGravatar Peng Tao 1-0/+19
2015-10-08NFSv4: nfs4_async_handle_error should take a non-const nfs_serverGravatar Trond Myklebust 1-3/+3
2015-09-07NFSv4: Express delegation limit in units of pagesGravatar Trond Myklebust 1-1/+1
2015-08-27NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Gravatar Kinglong Mee 1-1/+1
2015-08-27NFS: Get suppattr_exclcreat when getting server capabilitiesGravatar Kinglong Mee 1-0/+2
2015-08-19NFSv4: Enable delegated opens even when reboot recovery is pendingGravatar Trond Myklebust 1-1/+1
2015-06-24NFSv.2/pnfs Add a LAYOUTSTATS rpc functionGravatar Trond Myklebust 1-0/+43
2015-06-16nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferGravatar Jeff Layton 1-6/+0
2015-06-16nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idGravatar Jeff Layton 1-1/+1
2015-06-16nfs: increase size of EXCHANGE_ID name string bufferGravatar Jeff Layton 1-1/+1
2015-04-23NFS: Don't zap caches on fallocate()Gravatar Anna Schumaker 1-0/+4
2015-03-27NFSv4.1: Allow getdeviceinfo to return notification info back to callerGravatar Trond Myklebust 1-0/+2