linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 v3] Some updates and exclcreat supports​
@ 2015-08-26 13:09 Kinglong Mee
  2015-08-26 13:10 ` [PATCH 1/5 v3] NFS: Check size by inode_newsize_ok in nfs_setattr Kinglong Mee
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kinglong Mee @ 2015-08-26 13:09 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: linux-nfs@vger.kernel.org, kinglongmee

The first one is a bugfix, second is an update,
the last 3 are for supporting exclcreat.

v3, 
Drop the first two patches that have be committed by Trond.
Fix the bad using of error value in nfs_setattr.

Kinglong Mee (5):
  NFS: Check size by inode_newsize_ok in nfs_setattr
  NFS: Make opened as optional argument in _nfs4_do_open
  NFS: Update NFS4_BITMAP_SIZE
  NFS: Get suppattr_exclcreat when getting server, capabilities
  NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1

 fs/nfs/inode.c            | 18 ++++++++--------
 fs/nfs/nfs4file.c         |  3 +--
 fs/nfs/nfs4proc.c         | 37 +++++++++++++++++++++++++--------
 fs/nfs/nfs4xdr.c          | 52 +++++++++++++++++++++++++++++++++++------------
 include/linux/nfs_fs_sb.h |  5 +++++
 include/linux/nfs_xdr.h   |  4 +++-
 include/uapi/linux/nfs4.h |  2 +-
 7 files changed, 88 insertions(+), 33 deletions(-)

-- 
2.4.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-26 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 13:09 [PATCH 0/5 v3] Some updates and exclcreat supports​ Kinglong Mee
2015-08-26 13:10 ` [PATCH 1/5 v3] NFS: Check size by inode_newsize_ok in nfs_setattr Kinglong Mee
2015-08-26 13:11 ` [PATCH 2/5 v3] NFS: Make opened as optional argument in _nfs4_do_open Kinglong Mee
2015-08-26 13:12 ` [PATCH 3/5 v3] NFS: Update NFS4_BITMAP_SIZE Kinglong Mee
2015-08-26 13:12 ` [PATCH 4/5 v3] NFS: Get suppattr_exclcreat when getting server capabilities Kinglong Mee
2015-08-26 13:13 ` [PATCH 5/5 v3] NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 Kinglong Mee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).