summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2012-10-02nfs: include nfs4_fh.h in nfs4sysctl.cStanislav Kinsbursky1-0/+1
2012-10-02nfs: declare nfs_xdev_mount as staticStanislav Kinsbursky1-1/+1
2012-10-02nfs: declare nfs_callback_tcp_port in headerStanislav Kinsbursky1-0/+1
2012-10-02nfs: include NFSv4 header in netns.hStanislav Kinsbursky1-0/+1
2012-10-02NFSv4.0 reclaim reboot state when re-establishing clientidAndy Adamson1-2/+6
2012-10-02NFSv4: nfs4_match_clientids is only used by NFSv4.1Trond Myklebust1-15/+15
2012-10-02NFSv4: Fix the minor version callback channel startupTrond Myklebust1-14/+13
2012-10-02NFSv4: Fix up a merge conflict between migration and container changesTrond Myklebust1-2/+3
2012-10-02Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-34/+70
2012-10-02nfs: replace strict_strto* with kstrto*Daniel Walter2-4/+4
2012-10-02NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian1-2/+2
2012-10-02pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-10-02pnfsblock: fix non-aligned DIO writePeng Tao1-3/+31
2012-10-02pnfsblock: fix non-aligned DIO readPeng Tao1-8/+56
2012-10-02pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-10-02Revert "pnfsblock: bail out partial page IO"Peng Tao1-36/+3
2012-10-02NFS41: fix error of setting blocklayoutdriverPeng Tao2-2/+4
2012-10-02NFSv41: fix DIO write_io calculationPeng Tao1-2/+2
2012-10-02NFS: Add nfs4_unique_id boot parameterChuck Lever3-1/+13
2012-10-02NFS: Discover NFSv4 server trunking when mountingChuck Lever6-2/+454
2012-10-02NFS: Use the same nfs_client_id4 for every serverChuck Lever1-12/+39
2012-10-02NFS: Introduce "migration" mount optionChuck Lever2-0/+22
2012-10-02SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2-24/+3
2012-10-02NFS: Slow down state manager after an unhandled errorChuck Lever1-0/+1
2012-10-02NFS: nfs_parsed_mount_options can use unsigned intChuck Lever1-4/+4
2012-10-02NFS: add debug messages to callback down functionStanislav Kinsbursky1-0/+2
2012-10-02NFS: callback per-net usage counting introducedStanislav Kinsbursky2-2/+18
2012-10-02NFS: make nfs_callback_tcpport6 per network contextStanislav Kinsbursky4-6/+4
2012-10-02NFS: make nfs_callback_tcpport per network contextStanislav Kinsbursky4-4/+8
2012-10-02NFS: callback up - users counting cleanupStanislav Kinsbursky1-12/+10
2012-10-02NFS: callback service start function introducedStanislav Kinsbursky1-32/+45
2012-10-02NFS: callback up - transport backchannel cleanupStanislav Kinsbursky1-17/+17
2012-10-02NFS: move per-net callback thread initialization to nfs_callback_up_net()Stanislav Kinsbursky2-48/+87
2012-10-02NFS: callback service creation function introducedStanislav Kinsbursky1-14/+49
2012-10-02NFS: pass net to nfs_callback_down()Stanislav Kinsbursky3-4/+4
2012-10-02NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson3-13/+71
2012-10-02NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker1-4/+1
2012-10-02NFS: Remove bad delegations during open recoveryBryan Schumaker1-0/+4
2012-10-02NFS: Always use the open stateid when checking for expired opensBryan Schumaker1-1/+1
2012-09-29NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets countTrond Myklebust1-6/+6
2012-09-29NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failureTrond Myklebust1-2/+3
2012-09-29NFSv4.1: Remove the NFS_LAYOUT_RETURNED stateTrond Myklebust2-25/+1
2012-09-29NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freedTrond Myklebust1-0/+2
2012-09-29NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateTrond Myklebust3-17/+2
2012-09-29NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()Trond Myklebust1-3/+2
2012-09-29NFSv4.1: Get rid of pNFS spin lock debugging asserts...Trond Myklebust1-3/+0
2012-09-29NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lsegTrond Myklebust1-2/+4
2012-09-29NFSv4.1: Clean up pnfs_put_lseg()Trond Myklebust1-6/+3
2012-09-29NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listTrond Myklebust2-20/+28
2012-09-29NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lockTrond Myklebust1-12/+9