summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields229-3788/+6039
2012-03-21NFS: fix sb->s_id in nfs debug printsVivek Trivedi1-1/+1
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare5-0/+205
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker5-22/+37
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker5-19/+34
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker6-14/+25
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker6-18/+25
2012-03-21NFS: Fix more NFS debug related build warningsTrond Myklebust5-5/+14
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust2-44/+42
2012-03-21nfs: non void functions must return a valueStephen Rothwell1-0/+1
2012-03-21SUNRPC: Kill compiler warning when RPC_DEBUG is unsetChuck Lever1-2/+2
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever4-28/+31
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust2-0/+12
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust7-13/+31
2012-03-20NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust3-10/+20
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust3-7/+7
2012-03-20NFS: ncommit count is being double decrementedFred Isaman1-4/+1
2012-03-19SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-03-19nfsd: merge cookie collision fixes from ext4 treeJ. Bruce Fields6-58/+205
2012-03-19nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2-2/+15
2012-03-19nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2012-03-19ext4: return 32/64-bit dir name hash according to usage typeFan Yong3-48/+176
2012-03-17Try using machine credentials for RENEW callsSachin Prabhu1-0/+7
2012-03-17NFSv4.1: Fix a few issues in filelayout_commit_pagelistTrond Myklebust1-23/+24
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust7-97/+183
2012-03-15NFS: Fix a compile error when !defined NFS_DEBUGTrond Myklebust1-1/+1
2012-03-14NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-1/+2
2012-03-14pnfs-obj: Uglify objio_segment allocation for the sake of the principle :-(Boaz Harrosh1-14/+25
2012-03-14fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert1-0/+4
2012-03-13NFS: null dereference in dev_remove()Dan Carpenter1-1/+1
2012-03-13NFSv4: Rate limit the state manager warning messagesTrond Myklebust3-4/+6
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2012-03-12NFS: Check return value from rpc_queue_upcall()Bryan Schumaker1-2/+7
2012-03-12NFS: Only define some function when v4.1 is enabledBryan Schumaker1-0/+4
2012-03-12SUNRPC: Fix a few sparse warningsTrond Myklebust10-25/+14
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust13-33/+38
2012-03-11NFS: replace global bl_wq with per-net oneStanislav Kinsbursky5-31/+39
2012-03-11NFS: replace global bl_mount_reply with per-net oneStanislav Kinsbursky3-9/+11
2012-03-11NFS: remove nfs_inode radix treeFred Isaman9-194/+208
2012-03-11NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman3-45/+10
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust3-20/+16
2012-03-10nfsd4: make sure set CB_PATH_DOWN sequence flag setJ. Bruce Fields1-1/+1
2012-03-09NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust4-20/+49
2012-03-09NFS: Don't copy read delegation stateids in setattrTrond Myklebust3-8/+12
2012-03-08NFSv4.1 cleanup DS stateid error handlingAndy Adamson1-7/+2
2012-03-08NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust3-15/+28
2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson3-1/+31