aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 4-7/+7
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+2
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateGravatar Hugh Dickins 1-4/+1
2015-12-07SUNRPC: Fix callback channelGravatar Trond Myklebust 1-5/+2
2015-11-25nfs4: resend LAYOUTGET when there is a race that changes the seqidGravatar Jeff Layton 1-25/+31
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validGravatar Jeff Layton 1-1/+5
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRGravatar Jeff Layton 1-1/+4
2015-11-23nfs4: limit callback decoding to received bytesGravatar Benjamin Coddington 1-2/+5
2015-11-23nfs4: start callback_ident at idr 1Gravatar Benjamin Coddington 1-1/+1
2015-11-23nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYGravatar Jeff Layton 1-1/+1
2015-11-23NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successGravatar Kinglong Mee 1-0/+1
2015-11-23NFS: Properly set NFS v4.2 NFSDBG_FACILITYGravatar Anna Schumaker 1-1/+1
2015-11-23nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cGravatar Christoph Hellwig 1-20/+7
2015-11-23nfs: use btrfs ioctl defintions for cloneGravatar Christoph Hellwig 1-4/+6
2015-11-23nfs: allow intra-file CLONEGravatar Christoph Hellwig 1-5/+14
2015-11-23nfs: offer native ioctls even if CONFIG_COMPAT is setGravatar Christoph Hellwig 1-3/+0
2015-11-23nfs: pass on count for CLONE operationsGravatar Christoph Hellwig 1-0/+1
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-14/+20
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-14/+20
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 23-197/+542
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-3/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-2/+2
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 2-24/+2
2015-11-03nfs: Fix GETATTR bitmap verificationGravatar Andreas Gruenbacher 1-0/+23
2015-11-03nfs: Remove unused xdr page offsets in getacl/setacl argumentsGravatar Andreas Gruenbacher 2-5/+4
2015-11-03fs/nfs: remove unnecessary new_valid_dev checkGravatar Yaowei Bai 1-3/+0
2015-11-02Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaGravatar Trond Myklebust 1-32/+8
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsGravatar Chuck Lever 1-32/+8
2015-11-02pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDSGravatar Trond Myklebust 2-2/+23
2015-11-02pNFS/flexfiles: When mirrored, retry failed reads by switching mirrorsGravatar Trond Myklebust 1-8/+14
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 2-24/+2
2015-10-21Merge branch 'bugfixes'Gravatar Trond Myklebust 10-52/+44
2015-10-21NFSv4.1/pnfs: Retry through MDS when getting bad length of dataGravatar Kinglong Mee 3-6/+22
2015-10-21nfs/blocklayout: Fix bad using of page offset in bl_read_pagelistGravatar Kinglong Mee 1-5/+2
2015-10-21NFS: Return directly if encode_sessionid failGravatar Kinglong Mee 1-1/+3
2015-10-21NFS: Fix bad checking of max taglen in callback requestGravatar Kinglong Mee 1-1/+1
2015-10-21NFS: Fix bad defines of callback response maxsizeGravatar Kinglong Mee 1-8/+10
2015-10-21NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionidGravatar Kinglong Mee 1-6/+4
2015-10-21NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITYGravatar Kinglong Mee 2-5/+1
2015-10-21NFS: Remove the left function defines in callback.hGravatar Kinglong Mee 1-6/+0
2015-10-21NFS: Remove the left global variable nfs_callback_tcpportGravatar Kinglong Mee 2-3/+0
2015-10-21NFS: Get rid of the unneeded addr stored in callback argumentsGravatar Kinglong Mee 2-10/+0
2015-10-21nfsroot: make nfsroot to accept the 1024 bytes long directory nameGravatar Li RongQing 1-1/+1
2015-10-21Merge branch 'nfsclone'Gravatar Trond Myklebust 7-2/+334
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-2/+2
2015-10-15NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2Gravatar Trond Myklebust 1-2/+11
2015-10-15nfs42: add NFS_IOC_CLONE_RANGE ioctlGravatar Peng Tao 1-0/+14
2015-10-15nfs42: respect clone_blksizeGravatar Peng Tao 1-0/+11