Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | NFSv4: Don't special case "launder" | Trond Myklebust | 2017-04-26 | 2 | -17/+12 | |
| * | | | | | | NFS: Add a few more fatal I/O errors to nfs_error_is_fatal() | Trond Myklebust | 2017-04-26 | 1 | -0/+4 | |
| * | | | | | | NFSv3: nfs3_nlm_alloc_call should be declared static | Trond Myklebust | 2017-04-25 | 1 | -3/+3 | |
| * | | | | | | NFS: Don't write back further requests if there is a pending write error | Trond Myklebust | 2017-04-25 | 1 | -4/+21 | |
| * | | | | | | pNFS: Fix use after free issues in pnfs_do_read() | Trond Myklebust | 2017-04-25 | 1 | -3/+13 | |
| * | | | | | | pNFS: Ensure we check layout segment validity in the pg_init() callback | Trond Myklebust | 2017-04-25 | 4 | -0/+18 | |
| * | | | | | | NFS: Always wait for I/O completion before unlock | Benjamin Coddington | 2017-04-21 | 3 | -6/+67 | |
| * | | | | | | lockd: Introduce nlmclnt_operations | Benjamin Coddington | 2017-04-21 | 5 | -3/+29 | |
| * | | | | | | NFS: Add an iocounter wait function for async RPC tasks | Benjamin Coddington | 2017-04-21 | 2 | -1/+34 | |
| * | | | | | | locks: Set FL_CLOSE when removing flock locks on close() | Benjamin Coddington | 2017-04-21 | 2 | -2/+2 | |
| * | | | | | | NFS: Move the flock open mode check into nfs_flock() | Benjamin Coddington | 2017-04-21 | 2 | -16/+16 | |
| * | | | | | | NFS4: remove a redundant lock range check | Benjamin Coddington | 2017-04-21 | 1 | -3/+0 | |
| * | | | | | | pNFS: unexport nfs4_pnfs_v3_ds_connect_unload | Trond Myklebust | 2017-04-20 | 1 | -1/+0 | |
| * | | | | | | pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout | Trond Myklebust | 2017-04-20 | 1 | -2/+0 | |
| * | | | | | | pNFS: Remove unused layout driver callbacks | Trond Myklebust | 2017-04-20 | 2 | -18/+4 | |
| * | | | | | | nfs: remove the objlayout driver | Christoph Hellwig | 2017-04-20 | 7 | -1990/+0 | |
| * | | | | | | pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connect | Trond Myklebust | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | NFSv4: Fix a hang in OPEN related to server reboot | Trond Myklebust | 2017-04-20 | 1 | -1/+3 | |
| * | | | | | | NFS: move rw_mode to nfs_pageio_header | Benjamin Coddington | 2017-04-20 | 4 | -12/+15 | |
| * | | | | | | NFS: move nfs_pgarray_set() to open code | Benjamin Coddington | 2017-04-20 | 1 | -20/+14 | |
| * | | | | | | NFS: Use GFP_NOIO for two allocations in writeback | Benjamin Coddington | 2017-04-20 | 1 | -4/+11 | |
| * | | | | | | NFS: Fix use after free in write error path | Fred Isaman | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() | Benjamin Coddington | 2017-04-20 | 1 | -2/+4 | |
| * | | | | | | NFS: fix usage of mempools. | NeilBrown | 2017-04-20 | 2 | -25/+26 | |
| * | | | | | | NFS: Clean up nfs4_proc_get_lease_time() | Anna Schumaker | 2017-04-20 | 1 | -7/+3 | |
| * | | | | | | NFS: Clean up _nfs4_proc_exchange_id() | Anna Schumaker | 2017-04-20 | 1 | -15/+3 | |
| * | | | | | | NFS: Clean up nfs4_proc_bind_one_conn_to_session() | Anna Schumaker | 2017-04-20 | 1 | -10/+4 | |
| * | | | | | | NFS: Remove extra dprintk()s from nfs4namespace.c | Anna Schumaker | 2017-04-20 | 1 | -6/+1 | |
| * | | | | | | NFS: Clean up nfs4_get_rootfh() | Anna Schumaker | 2017-04-20 | 1 | -3/+0 | |
| * | | | | | | NFS: Remove extra dprintk()s from nfs4client.c | Anna Schumaker | 2017-04-20 | 1 | -52/+10 | |
| * | | | | | | NFS: Clean up nfs4_init_server() | Anna Schumaker | 2017-04-20 | 1 | -12/+4 | |
| * | | | | | | NFS: Clean up nfs4_set_client() | Anna Schumaker | 2017-04-20 | 1 | -15/+4 | |
| * | | | | | | NFS: Clean up nfs4_check_server_scope() | Anna Schumaker | 2017-04-20 | 1 | -12/+3 | |
| * | | | | | | NFS: Clean up nfs4_check_serverowner_major_id() | Anna Schumaker | 2017-04-20 | 1 | -11/+2 | |
| * | | | | | | NFS: Create a common nfs4_match_client() function | Anna Schumaker | 2017-04-20 | 1 | -64/+55 | |
| * | | | | | | NFS: Clean up nfs4_check_serverowner_minor_id() | Anna Schumaker | 2017-04-20 | 1 | -21/+1 | |
| * | | | | | | NFS: Clean up nfs4_match_clientids() | Anna Schumaker | 2017-04-20 | 1 | -17/+2 | |
| * | | | | | | NFS: Clean up nfs42_layoutstat_done() | Anna Schumaker | 2017-04-20 | 1 | -2/+0 | |
| * | | | | | | NFS: Remove extra dprintk()s from namespace.c | Anna Schumaker | 2017-04-20 | 1 | -26/+8 | |
| * | | | | | | NFS: Clean up nfs_direct_commit_complete() | Anna Schumaker | 2017-04-20 | 1 | -8/+1 | |
| * | | | | | | NFS: Remove nfs_direct_readpage_release() | Anna Schumaker | 2017-04-20 | 1 | -11/+1 | |
| * | | | | | | NFS: Clean up extra dprintk()s in client.c | Anna Schumaker | 2017-04-20 | 1 | -42/+3 | |
| * | | | | | | NFS: Clean up nfs_init_client() | Anna Schumaker | 2017-04-20 | 1 | -13/+7 | |
| * | | | | | | NFS: Remove extra dprintk()s from callback_xdr.c | Anna Schumaker | 2017-04-20 | 1 | -11/+0 | |
| * | | | | | | NFS: Clean up encode_cb_sequence_res() | Anna Schumaker | 2017-04-20 | 1 | -5/+3 | |
| * | | | | | | NFS: Clean up decode_notify_lock_args() | Anna Schumaker | 2017-04-20 | 1 | -5/+2 | |
| * | | | | | | NFS: Clean up decode_cb_sequence_args() | Anna Schumaker | 2017-04-20 | 1 | -20/+5 | |
| * | | | | | | NFS: Clean up decode_layoutrecall_args() | Anna Schumaker | 2017-04-20 | 1 | -27/+11 | |
| * | | | | | | NFS: Clean up decode_recall_args() | Anna Schumaker | 2017-04-20 | 1 | -9/+4 | |
| * | | | | | | NFS: Clean up decode_getattr_args() | Anna Schumaker | 2017-04-20 | 1 | -5/+2 |