summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-45/+64
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann-45/+64
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-374/+855
2018-06-12skip LAYOUTRETURN if layout is invalidOlga Kornievskaia-2/+4
2018-06-09NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust-4/+7
2018-06-09NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust-1/+1
2018-06-09NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust-5/+2
2018-06-08NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Trond Myklebust-12/+14
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust-9/+15
2018-06-06NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever-10/+4
2018-06-06NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever-6/+20
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-40/+59
2018-06-05NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust-5/+0
2018-06-04NFS: Filter cache invalidation when holding a delegationTrond Myklebust-3/+9
2018-06-04NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Trond Myklebust-2/+3
2018-06-04NFS: Improve caching while holding a delegationTrond Myklebust-7/+10
2018-06-04NFS: Fix attribute revalidationTrond Myklebust-19/+15
2018-06-04NFS: fix up nfs_setattr_update_inodeTrond Myklebust-6/+42
2018-06-04NFSv4: Ensure the inode is clean when we set a delegationTrond Myklebust-0/+4
2018-06-04NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_accessTrond Myklebust-1/+1
2018-06-04NFSv4: Don't ask for delegated attributes when adding a hard linkTrond Myklebust-2/+3
2018-06-04NFSv4: Don't ask for delegated attributes when revalidating the inodeTrond Myklebust-2/+3
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust-13/+21
2018-06-04NFSv4: Don't request size+change attribute if they are delegated to usTrond Myklebust-5/+35
2018-05-31pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust-1/+2
2018-05-31pnfs: Don't call commit on failed layoutget-on-openTrond Myklebust-6/+1
2018-05-31pNFS: Don't send LAYOUTGET on OPEN for read, if we already have cached dataTrond Myklebust-0/+5
2018-05-31NFSv4/pnfs: Don't switch off layoutget-on-open for transient errorsTrond Myklebust-7/+15
2018-05-31NFSv4/pnfs: Ensure pnfs_parse_lgopen() won't try to parse uninitialised dataTrond Myklebust-1/+2
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman-8/+21
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman-1/+9
2018-05-31pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman-2/+21
2018-05-31pnfs: Add LAYOUTGET to OPEN of an existing fileFred Isaman-17/+73
2018-05-31pNFS: Refactor nfs4_layoutget_release()Trond Myklebust-47/+52
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman-6/+121
2018-05-31pnfs: Change pnfs_alloc_init_layoutget_args call signatureFred Isaman-12/+28
2018-05-31pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman-25/+26
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman-4/+47
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman-14/+17
2018-05-31pnfs: refactor send_layoutgetFred Isaman-18/+15
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENFred Isaman-0/+2
2018-05-31NFS4: move ctx into nfs4_run_open_taskFred Isaman-8/+11
2018-05-31pnfs: Store return value of decode_layoutget for later processingFred Isaman-5/+10
2018-05-31pnfs: Remove redundant assignment from nfs4_proc_layoutget().Fred Isaman-1/+0
2018-05-31NFSv4: Don't add a new lock on an interrupted wait for LOCKBenjamin Coddington-10/+14
2018-05-31NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust-0/+9
2018-05-31NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski-2/+3
2018-05-31NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust-1/+2