summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-246-6/+6
* Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-2111-109/+166
|\
| * NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-192-4/+15
| * NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
| * NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-192-12/+12
| * NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust2016-12-191-1/+2
| * NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust2016-12-191-7/+0
| * pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust2016-12-191-3/+13
| * NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust2016-12-191-0/+10
| * NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown2016-12-191-16/+13
| * NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown2016-12-191-8/+20
| * NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2016-12-191-1/+2
| * pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2016-12-192-3/+5
| * NFS: Clean up nfs_attribute_timeout()Trond Myklebust2016-12-191-7/+7
| * NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2016-12-191-9/+0
| * NFS: Fix and clean up the access cache validity checkingTrond Myklebust2016-12-191-9/+9
| * NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust2016-12-191-2/+3
| * NFS: Clean up cache validity checkingTrond Myklebust2016-12-193-22/+34
| * NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust2016-12-191-0/+2
| * NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNTrond Myklebust2016-12-191-4/+1
| * NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust2016-12-191-1/+8
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+1
|\ \ \
| * | | nfs_write_end(): fix handling of short copiesAl Viro2016-12-091-1/+1
| |/ /
* | | Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-1530-597/+1090
|\ \ \ | | |/ | |/|
| * | nfs: add support for the umask attributeAndreas Gruenbacher2016-12-093-17/+42
| * | pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust2016-12-092-6/+27
| * | pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust2016-12-091-6/+4
| * | pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman2016-12-083-46/+43
| * | pNFS: Layoutreturn must free the layout after the layout-private dataTrond Myklebust2016-12-071-2/+2
| * | pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust2016-12-071-1/+2
| * | NFSv4: Add missing nfs_put_lock_context()NeilBrown2016-12-071-2/+4
| * | pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidTrond Myklebust2016-12-051-9/+12
| * | NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust2016-12-041-1/+1
| * | NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCETrond Myklebust2016-12-041-0/+4
| * | NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-042-9/+7
| * | NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust2016-12-041-1/+4
| * | NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust2016-12-041-3/+9
| * | pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust2016-12-032-6/+79
| * | pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-034-31/+43
| * | NFS: Fix up read of mirror statsTrond Myklebust2016-12-031-0/+2
| * | pNFS/flexfiles: Clean up layoutstatsTrond Myklebust2016-12-031-20/+7
| * | pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust2016-12-033-31/+124
| * | pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust2016-12-032-1/+14
| * | pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust2016-12-023-1/+10
| * | pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust2016-12-022-0/+9
| * | pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust2016-12-021-0/+5
OpenPOWER on IntegriCloud