lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 28 May 2012 22:05:14 +0000
From:	"Myklebust, Trond" <Trond.Myklebust@...app.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Linux Kernel mailing list <linux-kernel@...r.kernel.org>,
	"Linux NFS mailing list" <linux-nfs@...r.kernel.org>
Subject: [GIT PULL] Please pull NFS client updates for Linux 3.5

Hi Linus,

Please pull from the signed tag "nfs-for-3.5-1" in the repository at

   git pull git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.5-1

This will update the following files through the appended changesets.

There is one known conflict with your patch "vfs: make it possible to
access the dentry hash/len as one 64-bit entry". It can be resolved
using the attached patch from Stephen Rothwell. Alternatively, I can do
a backmerge, but my understanding was that you prefer to resolve simple
merge conflicts yourself.

  Cheers,
    Trond

----
 fs/nfs/Kconfig                      |   11 +
 fs/nfs/Makefile                     |    5 +-
 fs/nfs/blocklayout/blocklayout.c    |   90 +++--
 fs/nfs/blocklayout/blocklayoutdev.c |    2 +-
 fs/nfs/client.c                     |  268 +++++++------
 fs/nfs/delegation.c                 |   16 +-
 fs/nfs/delegation.h                 |    1 +
 fs/nfs/dir.c                        |   39 ++-
 fs/nfs/direct.c                     |  746 +++++++++++++++-----------------
 fs/nfs/file.c                       |    8 +
 fs/nfs/fscache.c                    |   15 +-
 fs/nfs/fscache.h                    |   10 +-
 fs/nfs/getroot.c                    |   85 +----
 fs/nfs/idmap.c                      |   30 +-
 fs/nfs/inode.c                      |  118 +++---
 fs/nfs/internal.h                   |  135 ++++---
 fs/nfs/namespace.c                  |  103 +----
 fs/nfs/netns.h                      |    5 +
 fs/nfs/nfs2xdr.c                    |    5 +-
 fs/nfs/nfs3proc.c                   |   27 +-
 fs/nfs/nfs3xdr.c                    |  112 ++++-
 fs/nfs/nfs4_fs.h                    |   23 +-
 fs/nfs/nfs4filelayout.c             |  688 ++++++++++++++++++++----------
 fs/nfs/nfs4filelayout.h             |   63 +++-
 fs/nfs/nfs4filelayoutdev.c          |  102 +++---
 fs/nfs/nfs4namespace.c              |   55 +++-
 fs/nfs/nfs4proc.c                   |  537 +++++++++++++++--------
 fs/nfs/nfs4renewd.c                 |    2 +-
 fs/nfs/nfs4state.c                  |  225 +++++++---
 fs/nfs/nfs4xdr.c                    |  399 +++++++++++++-----
 fs/nfs/objlayout/objio_osd.c        |   18 +-
 fs/nfs/objlayout/objlayout.c        |   19 +-
 fs/nfs/pagelist.c                   |   61 +++-
 fs/nfs/pnfs.c                       |  352 ++++++++++++----
 fs/nfs/pnfs.h                       |  127 +++++--
 fs/nfs/proc.c                       |   21 +-
 fs/nfs/read.c                       |  437 +++++++++----------
 fs/nfs/super.c                      |  760 ++++++++++++--------------------
 fs/nfs/write.c                      |  809 +++++++++++++++++++----------------
 include/linux/nfs4.h                |   13 +
 include/linux/nfs_fs.h              |   31 +-
 include/linux/nfs_fs_sb.h           |   17 +-
 include/linux/nfs_page.h            |   20 +-
 include/linux/nfs_xdr.h             |  210 ++++++++--
 net/sunrpc/clnt.c                   |    2 +
 net/sunrpc/rpc_pipe.c               |   10 +-
 net/sunrpc/rpcb_clnt.c              |    2 +
 net/sunrpc/xprt.c                   |    7 +-
 48 files changed, 3960 insertions(+), 2881 deletions(-)

Andy Adamson (19):
      NFSv4.1: cleanup filelayout invalid deviceid handling
      NFSv4.1 cleanup filelayout invalid layout handling
      NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
      NFSv4.1 data server timeo and retrans module parameters
      NFSv4.1: mark deviceid invalid on filelayout DS connection errors
      NFSv4.1 remove nfs4_reset_write and nfs4_reset_read
      NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
      NFSv4.1 wake up all tasks on un-connected DS slot table waitq
      NFSv4.1 send layoutreturn to fence disconnected data server
      NFSv4.1 ref count nfs_client across filelayout data server io
      NFSv4.1 dereference a disconnected data server client record
      NFSv4.1 resend LAYOUTGET on data server invalid layout errors
      NFSv4.1 fix null state reference in filelayout_async_handle_error
      NFSv4.1 Just use nfs_put_client in filelayout release
      NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks
      NFSv4.1 mdsthreshold attribute xdr
      NFSv4.1 cache mdsthreshold values on OPEN
      NFSv4.1 add nfs_inode book keeping for mdsthreshold
      NFSv4.1 test the mdsthreshold hint parameters

Benny Halevy (1):
      NFS: fix unsigned comparison in nfs4_create_sec_client

Bryan Schumaker (24):
      NFS: Remove secinfo knowledge out of the generic client
      NFS: Create a submount rpc_op
      NFS: Remove extra rpc_clnt argument to proc_lookup
      NFS: pnfs_pageio_init_read() and init_write() need an extra argument
      NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled
      NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()
      NFS: Rename nfs4_proc_get_root()
      NFS: Create a single nfs_get_root()
      NFS: Don't pass mount data to nfs_fscache_get_super_cookie()
      NFS: Remove NFS4_MOUNT_UNSHARED
      NFS: Create a common fs_mount() function
      NFS: Create a common xdev_mount() function
      NFS: Use nfs_fs_mount_common() for xdev mounts
      NFS: Use nfs_fs_mount_common() for remote referral mounts
      NFS: Let mount data parsing set the NFS version
      NFS: Create a new nfs_try_mount()
      NFS: Create a single function for text mount data
      NFS: Create a single nfs_validate_mount_data() function
      NFS: Allocate parsed mount data directly to the nfs_mount_info structure
      NFS: Pass mntfh as part of the nfs_mount_info structure
      NFS: Create an NFS v3 stat_to_errno()
      NFS: Make v2 configurable
      NFS: Turn v3 on by default
      NFS: Fix compiler warnings

Chuck Lever (14):
      NFS: Don't swap bytes in nfs4_construct_boot_verifier()
      NFS: Add NFSDBG_STATE
      NFS: Fix comment misspelling in struct nfs_client definition
      NFS: Use proper naming conventions for NFSv4.1 server scope fields
      NFS: Use proper naming conventions for nfs_client.impl_id field
      NFS: Use proper naming conventions for the nfs_client.net field
      NFS: Clean up return code checking in nfs4_proc_exchange_id()
      NFS: Remove nfs_unique_id
      NFS: Force server to drop NFSv4 state
      NFS: Always use the same SETCLIENTID boot verifier
      NFS: Refactor nfs_get_client(): add nfs_found_client()
      NFS: Refactor nfs_get_client(): initialize nfs_client
      NFS: Add nfs_client behavior flags
      NFS: EXCHANGE_ID should save the server major and minor ID

Dan Carpenter (1):
      NFS: kmalloc() doesn't return an ERR_PTR()

Fred Isaman (23):
      NFS: grab open context in direct read
      NFS4.1: make pnfs_ld_[read|write]_done consistent
      NFS4.1: Add lseg to struct nfs4_fl_commit_bucket
      NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
      NFS: dprintks in directio code were referencing task after put
      NFS: reverse arg order in nfs_initiate_[read|write]
      NFS: remove unnecessary casts of void pointers in nfs4filelayout.c
      NFS: use req_offset where appropriate
      NFS: create common nfs_pgio_header for both read and write
      NFS: create struct nfs_page_array
      NFS: merge _full and _partial read rpc_ops
      NFS: merge _full and _partial write rpc_ops
      NFS: create completion structure to pass into page_init functions
      NFS: remove unused wb_complete field from struct nfs_page
      NFS: prepare coalesce testing for directio
      NFS: rewrite directio read to use async coalesce code
      NFS: create nfs_generic_commit_list
      NFS: create struct nfs_commit_info
      NFS: create nfs_commit_completion_ops
      NFS: add dreq to nfs_commit_info
      NFS: avoid some stat gathering for direct io
      NFS: rewrite directio write to use async coalesce code
      NFS: Prevent garbage cinfo->ds from leaking out

Jeff Layton (2):
      rpc_pipefs: clear write bit from top level rpc_pipefs directory
      sunrpc: suppress page allocation warnings in xprt_alloc_slot()

Matthew Treinish (1):
      Fixed goto readability in nfs_update_inode.

Randy Dunlap (1):
      sunrpc: fix kernel-doc warnings

Trond Myklebust (58):
      NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c
      NFS: Ensure that we break out of read/write_schedule_segment on error
      NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the request
      NFS: Simplify O_DIRECT page referencing
      NFS: Use kmem_cache_zalloc() in nfs_direct_req_alloc
      NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined
      NFS: Read cleanups
      NFS: Clean up nfs read and write error paths
      NFS: Simplify the nfs_read_completion functions
      NFSv4: Fix a typo in NFS4_enc_link_sz
      NFSv4: Delegreturn only needs the cache consistency bitmask
      NFSv4: Retrieve attributes _before_ calling delegreturn
      NFS: Don't force page cache revalidations when holding a delegation
      NFS: Optimise away nfs_check_inode_attributes() when holding a delegation
      NFS: Always trust the PageUptodate flag when we have a delegation
      NFS: Simplify nfs_fhget()
      NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE
      NFSv2/v3: Simulate the change attribute
      NFS: Simplify the cache invalidation code
      NFSv4: Simplify the NFSv4 OPEN compound
      NFSv4: Simplify the NFSv4 CREATE compound
      NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds
      NFSv4: Don't request cache consistency attributes on some writes
      NFSv4: COMMIT does not need post-op attributes
      NFS: Adapt readdirplus to application usage patterns
      NFS: Fix O_DIRECT compile warnings
      NFS: Fix sparse warnings
      NFS: Don't do a full flush to disk on close() if we hold a delegation
      NFS: nfs_inode_return_delegation() should always flush dirty data
      NFSv4: nfs_client_return_marked_delegations can't flush data
      NFS: Prevent a deadlock in the new writeback code
      NFS: nfs_set_page_writeback no longer needs to reference the page
      NFS: Clean up - simplify nfs_lock_request()
      NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release
      NFS: Clean up - Simplify reference counting in fs/nfs/direct.c
      NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined
      sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot
      NFSv4.1: Fix a bad reference count issue in the pNFS commit code
      NFSv4.1: Fix session initialisation races
      NFSv4: Fix a race in the net namespace mount notification
      NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation
      NFSv4.1: Exchange ID must use GFP_NOFS allocation mode
      NFSv4: Clean up the error handling for nfs4_reclaim_lease
      NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM
      NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease
      NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations
      NFSv4.1: Ensure we use the correct credentials for session create/destroy
      NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session
      NFSv4.1: Add DESTROY_CLIENTID
      NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
      NFSv4.1: nfs4_bind_conn_to_session should drain the session
      NFSv4.1: Handle errors in nfs4_bind_conn_to_session
      NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager
      NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION
      NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error
      NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE
      NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO
      NFSv4: Add debugging printks to state manager

Weston Andros Adamson (2):
      nfs4.1: add BIND_CONN_TO_SESSION operation
      nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*



-- 
Trond Myklebust
Linux NFS client maintainer

NetApp
Trond.Myklebust@...app.com
www.netapp.com


Content of type "message/rfc822" skipped

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ