aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-77/+115
2017-03-31nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan1-0/+4
2017-03-31NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia1-6/+3
2017-03-30PNFS fix fallback to MDS if got error on commit to DSOlga Kornievskaia1-1/+1
2017-03-28NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesAndy Adamson1-47/+91
2017-03-28NFS store nfs4_deviceid in struct nfs4_filelayout_segmentAndy Adamson2-8/+6
2017-03-27NFS cleanup struct nfs4_filelayout_segmentAndy Adamson1-9/+9
2017-03-27NFS: Fix old dentry rehash after moveBenjamin Coddington1-7/+2
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-26/+88
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson4-10/+31
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson6-6/+48
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-03-17NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-17nfs: make nfs4_cb_sv_ops staticJason Yan1-2/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee1-2/+4
2017-03-13NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee1-1/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-10/+12
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-543/+363
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan4-6/+6
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+2
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-2/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+2
2017-02-23NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-02-23NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-02-22nfs: no PG_private waiters remain, remove wakerNicholas Piggin1-2/+0
2017-02-22Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"Trond Myklebust1-4/+0
2017-02-22NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-02-22pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust1-6/+7
2017-02-21NFSv4: Clean up owner/group attribute decodeTrond Myklebust1-60/+57
2017-02-21NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust1-2/+2
2017-02-21NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-02-21NFSv4: Replace callback string decode function with a genericTrond Myklebust1-22/+8
2017-02-21NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust1-21/+8
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust3-34/+12
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-1/+1
2017-02-08NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-2/+1
2017-02-08nfs: no PG_private waiters remain, remove wakerNicholas Piggin1-2/+0
2017-02-08NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington1-11/+25
2017-02-02fs: Better permission checking for submountsEric W. Biederman2-2/+2
2017-01-30NFSv4: Fix warning for using 0 as NULLWei Yongjun1-1/+1