aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-12/+32
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-21/+22
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodGravatar Trond Myklebust 1-0/+3
2016-08-05NFSv4: Cleanup the setting of the nfs4 lease periodGravatar Trond Myklebust 4-12/+27
2016-08-05NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKEDGravatar Trond Myklebust 1-0/+2
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 28-552/+866
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-4/+4
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 2-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-11/+6
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-2/+2
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingGravatar Benjamin Coddington 1-3/+5
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+12
2016-07-26NFSv4: Clean up lookup of SECINFO_NO_NAMEGravatar Trond Myklebust 1-8/+2
2016-07-24NFSv4.2: Fix warning "variable ‘stateids’ set but not used"Gravatar Trond Myklebust 1-2/+10
2016-07-24NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Gravatar Trond Myklebust 1-1/+1
2016-07-24Merge branch 'nfs-rdma'Gravatar Trond Myklebust 1-1/+5
2016-07-24Merge branch 'pnfs'Gravatar Trond Myklebust 6-136/+218
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 17-280/+437
2016-07-24pNFS: Remove redundant smp_mb() from pnfs_init_lseg()Gravatar Trond Myklebust 1-1/+0
2016-07-24pNFS: Cleanup - do layout segment initialisation in one placeGravatar Trond Myklebust 1-4/+6
2016-07-24pNFS: Remove redundant stateid invalidationGravatar Trond Myklebust 1-1/+0
2016-07-24pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Gravatar Trond Myklebust 4-16/+0
2016-07-24pNFS: Clear the layout metadata if the server changed the layout stateidGravatar Trond Myklebust 1-1/+1
2016-07-24pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Gravatar Trond Myklebust 4-5/+5
2016-07-24NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence idGravatar Trond Myklebust 1-14/+23
2016-07-24pNFS: Do not set plh_return_seq for non-callback related layoutreturnsGravatar Trond Myklebust 1-7/+6
2016-07-24pNFS: Ensure layoutreturn acts as a completion for layout callbacksGravatar Trond Myklebust 1-15/+25
2016-07-24pNFS: Fix CB_LAYOUTRECALL stateid verificationGravatar Trond Myklebust 1-19/+44
2016-07-24pNFS: Always update the layout barrier seqid on LAYOUTGETGravatar Trond Myklebust 1-13/+14
2016-07-24pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is setGravatar Trond Myklebust 1-1/+1
2016-07-24pNFS: Clear the layout return tracking on layout reinitialisationGravatar Trond Myklebust 1-5/+14
2016-07-24pNFS: LAYOUTRETURN should only update the stateid if the layout is validGravatar Trond Myklebust 2-1/+6
2016-07-24Merge commit 'e7bdea7750eb'Gravatar Trond Myklebust 8-23/+45
2016-07-22nfs: don't create zero-length requestsGravatar Benjamin Coddington 1-1/+4
2016-07-22Fix NULL pointer dereference in bl_free_device().Gravatar Artem Savkov 1-9/+13
2016-07-21pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()Gravatar Trond Myklebust 1-0/+6
2016-07-20qstr: constify instances in nfsGravatar Al Viro 6-21/+22
2016-07-19nfs4: flexfiles: respect noresvport when establishing connections to DSesGravatar Tigran Mkrtchyan 3-4/+8
2016-07-19nfs4: clnt: respect noresvport when establishing connections to DSesGravatar Tigran Mkrtchyan 3-3/+7
2016-07-19pnfs/blocklayout: put deviceid node after releasing bl_ext_lockGravatar Benjamin Coddington 1-6/+21
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsGravatar Scott Mayhew 3-5/+7
2016-07-19mount: use sec= that was specified on the command lineGravatar Steve Dickson 1-3/+11
2016-07-19pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDGravatar Trond Myklebust 1-19/+15
2016-07-19pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETGravatar Trond Myklebust 1-2/+11
2016-07-19pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTGravatar Trond Myklebust 2-9/+15
2016-07-19pNFS: Fix post-layoutget error handling in pnfs_update_layout()Gravatar Trond Myklebust 1-10/+11
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingGravatar Trond Myklebust 2-1/+11
2016-07-15tracing: Use __get_str() when manipulating stringsGravatar Daniel Bristot de Oliveira 2-4/+4
2016-07-15nfs/blocklayout: Check max uuids and devices before decodingGravatar Kinglong Mee 1-2/+12