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