aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2017-01-13NFSv4: Fix client recovery when server reboots multiple timesGravatar Trond Myklebust 1-1/+0
2017-01-12NFSv4: update_changeattr should update the attribute timestampGravatar Trond Myklebust 1-8/+13
2017-01-12NFSv4: Don't call update_changeattr() unless the unlink is successfulGravatar Trond Myklebust 1-1/+2
2017-01-12NFSv4: Don't apply change_info4 twice on rename within a directoryGravatar Trond Myklebust 1-2/+5
2017-01-12NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdGravatar Trond Myklebust 1-1/+2
2017-01-12nfs: Don't take a reference on fl->fl_file for LOCK operationGravatar Benjamin Coddington 1-3/+0
2016-12-25ktime: Get rid of ktime_equal()Gravatar Thomas Gleixner 1-1/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 6-6/+6
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 11-109/+166
2016-12-19NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESGravatar Trond Myklebust 2-4/+15
2016-12-19NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESGravatar Trond Myklebust 1-0/+10
2016-12-19NFSv4: Place the GETATTR operation before the CLOSEGravatar Trond Myklebust 2-12/+12
2016-12-19NFSv4: Also ask for attributes when downgrading to a READ-only stateGravatar Trond Myklebust 1-1/+2
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Gravatar Trond Myklebust 1-7/+0
2016-12-19pNFS: Return RW layouts on OPEN_DOWNGRADEGravatar Trond Myklebust 1-3/+13
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADEGravatar Trond Myklebust 1-0/+10
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDGravatar NeilBrown 1-16/+13
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.Gravatar NeilBrown 1-8/+20
2016-12-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.Gravatar NeilBrown 1-1/+2
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveGravatar Weston Andros Adamson 2-3/+5
2016-12-19NFS: Clean up nfs_attribute_timeout()Gravatar Trond Myklebust 1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Gravatar Trond Myklebust 1-9/+0
2016-12-19NFS: Fix and clean up the access cache validity checkingGravatar Trond Myklebust 1-9/+9
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Gravatar Trond Myklebust 1-2/+3
2016-12-19NFS: Clean up cache validity checkingGravatar Trond Myklebust 3-22/+34
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationGravatar Trond Myklebust 1-0/+2
2016-12-19NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNGravatar Trond Myklebust 1-4/+1
2016-12-19NFSv4: Update the attribute cache info in update_changeattrGravatar Trond Myklebust 1-1/+8
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 30-597/+1090
2016-12-09nfs: add support for the umask attributeGravatar Andreas Gruenbacher 3-17/+42
2016-12-09nfs_write_end(): fix handling of short copiesGravatar Al Viro 1-1/+1
2016-12-09pNFS/flexfiles: Ensure we have enough buffer for layoutreturnGravatar Trond Myklebust 2-6/+27
2016-12-09pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Gravatar Trond Myklebust 1-6/+4
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-08pNFS/flexfiles: Fix a deadlock on LAYOUTGETGravatar Fred Isaman 3-46/+43
2016-12-07pNFS: Layoutreturn must free the layout after the layout-private dataGravatar Trond Myklebust 1-2/+2
2016-12-07pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Gravatar Trond Myklebust 1-1/+2
2016-12-07NFSv4: Add missing nfs_put_lock_context()Gravatar NeilBrown 1-2/+4
2016-12-05pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidGravatar Trond Myklebust 1-9/+12
2016-12-04NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Gravatar Trond Myklebust 1-1/+1
2016-12-04NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCEGravatar Trond Myklebust 1-0/+4
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierGravatar Trond Myklebust 2-9/+7
2016-12-04NFS: Fix incorrect size revalidation when holding a delegationGravatar Trond Myklebust 1-1/+4
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationGravatar Trond Myklebust 1-3/+9
2016-12-03pNFS/flexfiles: Support sending layoutstats in layoutreturnGravatar Trond Myklebust 2-6/+79
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnGravatar Trond Myklebust 4-31/+43
2016-12-03NFS: Fix up read of mirror statsGravatar Trond Myklebust 1-0/+2