aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 4-13/+50
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellGravatar Trond Myklebust 1-2/+8
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsGravatar Trond Myklebust 1-3/+8
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidGravatar Trond Myklebust 2-0/+21
2018-06-19pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionGravatar Trond Myklebust 1-7/+10
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 7-45/+64
2018-06-14NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Gravatar Anna Schumaker 1-1/+3
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 7-45/+64
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+3
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 19-374/+855
2018-06-12skip LAYOUTRETURN if layout is invalidGravatar Olga Kornievskaia 1-2/+4
2018-06-09NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYGravatar Trond Myklebust 1-4/+7
2018-06-09NFSv4: Fix a typo in nfs41_sequence_processGravatar Trond Myklebust 1-1/+1
2018-06-09NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Gravatar Trond Myklebust 1-5/+2
2018-06-08NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Gravatar Trond Myklebust 1-12/+14
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Gravatar Trond Myklebust 2-9/+15
2018-06-06NFSv4.0: Remove transport protocol name from non-UCS client IDGravatar Chuck Lever 1-10/+4
2018-06-06NFSv4.0: Remove cl_ipaddr from non-UCS client IDGravatar Chuck Lever 1-6/+20
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 7-40/+59
2018-06-05NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedGravatar Trond Myklebust 1-5/+0
2018-06-04NFS: Filter cache invalidation when holding a delegationGravatar Trond Myklebust 1-3/+9
2018-06-04NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Gravatar Trond Myklebust 1-2/+3
2018-06-04NFS: Improve caching while holding a delegationGravatar Trond Myklebust 1-7/+10
2018-06-04NFS: Fix attribute revalidationGravatar Trond Myklebust 1-19/+15
2018-06-04NFS: fix up nfs_setattr_update_inodeGravatar Trond Myklebust 1-6/+42
2018-06-04NFSv4: Ensure the inode is clean when we set a delegationGravatar Trond Myklebust 1-0/+4
2018-06-04NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_accessGravatar Trond Myklebust 1-1/+1
2018-06-04NFSv4: Don't ask for delegated attributes when adding a hard linkGravatar Trond Myklebust 1-2/+3
2018-06-04NFSv4: Don't ask for delegated attributes when revalidating the inodeGravatar Trond Myklebust 1-2/+3
2018-06-04NFS: Pass the inode down to the getattr() callbackGravatar Trond Myklebust 7-13/+21
2018-06-04NFSv4: Don't request size+change attribute if they are delegated to usGravatar Trond Myklebust 1-5/+35
2018-05-31pnfs: Don't release the sequence slot until we've processed layoutget on openGravatar Trond Myklebust 1-1/+2
2018-05-31pnfs: Don't call commit on failed layoutget-on-openGravatar Trond Myklebust 1-6/+1
2018-05-31pNFS: Don't send LAYOUTGET on OPEN for read, if we already have cached dataGravatar Trond Myklebust 1-0/+5
2018-05-31NFSv4/pnfs: Don't switch off layoutget-on-open for transient errorsGravatar Trond Myklebust 1-7/+15
2018-05-31NFSv4/pnfs: Ensure pnfs_parse_lgopen() won't try to parse uninitialised dataGravatar Trond Myklebust 1-1/+2
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETGravatar Fred Isaman 3-8/+21
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallGravatar Fred Isaman 2-1/+9
2018-05-31pnfs: Stop attempting LAYOUTGET on OPEN on failureGravatar Fred Isaman 2-2/+21
2018-05-31pnfs: Add LAYOUTGET to OPEN of an existing fileGravatar Fred Isaman 1-17/+73
2018-05-31pNFS: Refactor nfs4_layoutget_release()Gravatar Trond Myklebust 3-47/+52
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileGravatar Fred Isaman 4-6/+121
2018-05-31pnfs: Change pnfs_alloc_init_layoutget_args call signatureGravatar Fred Isaman 1-12/+28
2018-05-31pnfs: Move nfs4_opendata into nfs4_fs.hGravatar Fred Isaman 3-25/+26
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundGravatar Fred Isaman 2-4/+47
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetGravatar Fred Isaman 3-14/+17
2018-05-31pnfs: refactor send_layoutgetGravatar Fred Isaman 1-18/+15
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENGravatar Fred Isaman 2-0/+2
2018-05-31NFS4: move ctx into nfs4_run_open_taskGravatar Fred Isaman 1-8/+11