Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | NFSv4.1: Handle BAD_STATEID and EXPIRED errors in layoutget | Trond Myklebust | 2012-10-02 | 1 | -8/+26 | |
| * | | | | | | | NFSv4.1: bl_pg_init_write should be static | Trond Myklebust | 2012-10-02 | 1 | -1/+1 | |
| * | | | | | | | nfs: include internal.h in getroot.h | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+2 | |
| * | | | | | | | nfs: include nfs4_fh.h in nfs4sysctl.c | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+1 | |
| * | | | | | | | nfs: declare nfs_xdev_mount as static | Stanislav Kinsbursky | 2012-10-02 | 1 | -1/+1 | |
| * | | | | | | | nfs: declare nfs_callback_tcp_port in header | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+1 | |
| * | | | | | | | nfs: include NFSv4 header in netns.h | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+1 | |
| * | | | | | | | NFSv4.0 reclaim reboot state when re-establishing clientid | Andy Adamson | 2012-10-01 | 1 | -2/+6 | |
| * | | | | | | | NFSv4: nfs4_match_clientids is only used by NFSv4.1 | Trond Myklebust | 2012-10-01 | 1 | -15/+15 | |
| * | | | | | | | NFSv4: Fix the minor version callback channel startup | Trond Myklebust | 2012-10-01 | 1 | -14/+13 | |
| * | | | | | | | NFSv4: Fix up a merge conflict between migration and container changes | Trond Myklebust | 2012-10-01 | 1 | -2/+3 | |
| * | | | | | | | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 2012-10-01 | 1 | -34/+70 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall data | Trond Myklebust | 2012-09-28 | 1 | -25/+37 | |
| | * | | | | | | | NFSv4: Clean up the legacy idmapper upcall | Trond Myklebust | 2012-09-28 | 1 | -21/+44 | |
| | * | | | | | | | NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapper | Trond Myklebust | 2012-09-28 | 1 | -6/+7 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | nfs: replace strict_strto* with kstrto* | Daniel Walter | 2012-10-01 | 2 | -4/+4 | |
| * | | | | | | | NFS: Remove unnecessary semicolons (fs/nfs/client.c) | Yanchuan Nian | 2012-10-01 | 1 | -2/+2 | |
| * | | | | | | | pnfsblock: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 2012-10-01 | 1 | -2/+1 | |
| * | | | | | | | pnfsblock: fix non-aligned DIO write | Peng Tao | 2012-10-01 | 1 | -3/+31 | |
| * | | | | | | | pnfsblock: fix non-aligned DIO read | Peng Tao | 2012-10-01 | 1 | -8/+56 | |
| * | | | | | | | pnfsblock: fix partial page buffer wirte | Peng Tao | 2012-10-01 | 2 | -12/+166 | |
| * | | | | | | | Revert "pnfsblock: bail out partial page IO" | Peng Tao | 2012-10-01 | 1 | -36/+3 | |
| * | | | | | | | NFS41: fix error of setting blocklayoutdriver | Peng Tao | 2012-10-01 | 2 | -2/+4 | |
| * | | | | | | | NFSv41: fix DIO write_io calculation | Peng Tao | 2012-10-01 | 1 | -2/+2 | |
| * | | | | | | | NFS: Add nfs4_unique_id boot parameter | Chuck Lever | 2012-10-01 | 3 | -1/+13 | |
| * | | | | | | | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever | 2012-10-01 | 6 | -2/+454 | |
| * | | | | | | | NFS: Use the same nfs_client_id4 for every server | Chuck Lever | 2012-10-01 | 1 | -12/+39 | |
| * | | | | | | | NFS: Introduce "migration" mount option | Chuck Lever | 2012-10-01 | 2 | -0/+22 | |
| * | | | | | | | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 2012-10-01 | 2 | -24/+3 | |
| * | | | | | | | NFS: Slow down state manager after an unhandled error | Chuck Lever | 2012-10-01 | 1 | -0/+1 | |
| * | | | | | | | NFS: nfs_parsed_mount_options can use unsigned int | Chuck Lever | 2012-10-01 | 1 | -4/+4 | |
| * | | | | | | | lockd: create and use per-net NSM RPC clients on MON/UNMON requests | Stanislav Kinsbursky | 2012-10-01 | 1 | -17/+20 | |
| * | | | | | | | lockd: use rpc client's cl_nodename for id encoding | Stanislav Kinsbursky | 2012-10-01 | 1 | -1/+3 | |
| * | | | | | | | lockd: per-net NSM client creation and destruction helpers introduced | Stanislav Kinsbursky | 2012-10-01 | 3 | -2/+54 | |
| * | | | | | | | NFS: add debug messages to callback down function | Stanislav Kinsbursky | 2012-10-01 | 1 | -0/+2 | |
| * | | | | | | | NFS: callback per-net usage counting introduced | Stanislav Kinsbursky | 2012-10-01 | 2 | -2/+18 | |
| * | | | | | | | NFS: make nfs_callback_tcpport6 per network context | Stanislav Kinsbursky | 2012-10-01 | 4 | -6/+4 | |
| * | | | | | | | NFS: make nfs_callback_tcpport per network context | Stanislav Kinsbursky | 2012-10-01 | 4 | -4/+8 | |
| * | | | | | | | NFS: callback up - users counting cleanup | Stanislav Kinsbursky | 2012-10-01 | 1 | -12/+10 | |
| * | | | | | | | NFS: callback service start function introduced | Stanislav Kinsbursky | 2012-10-01 | 1 | -32/+45 | |
| * | | | | | | | NFS: callback up - transport backchannel cleanup | Stanislav Kinsbursky | 2012-10-01 | 1 | -17/+17 | |
| * | | | | | | | NFS: move per-net callback thread initialization to nfs_callback_up_net() | Stanislav Kinsbursky | 2012-10-01 | 2 | -48/+87 | |
| * | | | | | | | NFS: callback service creation function introduced | Stanislav Kinsbursky | 2012-10-01 | 1 | -14/+49 | |
| * | | | | | | | NFS: pass net to nfs_callback_down() | Stanislav Kinsbursky | 2012-10-01 | 3 | -4/+4 | |
| * | | | | | | | NFSv4: Add ACCESS operation to OPEN compound | Weston Andros Adamson | 2012-10-01 | 3 | -13/+71 | |
| * | | | | | | | NFS: Use kzalloc() instead of kmalloc() in the idmapper | Bryan Schumaker | 2012-10-01 | 1 | -4/+1 | |
| * | | | | | | | NFS: Remove bad delegations during open recovery | Bryan Schumaker | 2012-10-01 | 1 | -0/+4 | |
| * | | | | | | | NFS: Always use the open stateid when checking for expired opens | Bryan Schumaker | 2012-10-01 | 1 | -1/+1 | |
| * | | | | | | | NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets count | Trond Myklebust | 2012-09-28 | 1 | -6/+6 | |
| * | | | | | | | NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failure | Trond Myklebust | 2012-09-28 | 1 | -2/+3 |