summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-01NFSv4: Fix _nfs4_do_setlk()Trond Myklebust
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-06-28nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust
2018-06-19pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker
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