summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure pathTrond Myklebust2017-04-292-4/+21
| * | | | | | | pNFS: Ensure we check layout validity before marking it for returnTrond Myklebust2017-04-281-0/+4
| * | | | | | | NFS4.1 handle interrupted slot reuse from ERR_DELAYOlga Kornievskaia2017-04-281-1/+2
| * | | | | | | NFSv4: check return value of xdr_inline_decodePan Bian2017-04-281-0/+2
| * | | | | | | nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()Artem Savkov2017-04-281-3/+3
| * | | | | | | NFSv4: Don't special case "launder"Trond Myklebust2017-04-262-17/+12
| * | | | | | | NFS: Add a few more fatal I/O errors to nfs_error_is_fatal()Trond Myklebust2017-04-261-0/+4
| * | | | | | | NFSv3: nfs3_nlm_alloc_call should be declared staticTrond Myklebust2017-04-251-3/+3
| * | | | | | | NFS: Don't write back further requests if there is a pending write errorTrond Myklebust2017-04-251-4/+21
| * | | | | | | pNFS: Fix use after free issues in pnfs_do_read()Trond Myklebust2017-04-251-3/+13
| * | | | | | | pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust2017-04-254-0/+18
| * | | | | | | NFS: Always wait for I/O completion before unlockBenjamin Coddington2017-04-213-6/+67
| * | | | | | | lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-215-3/+29
| * | | | | | | NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington2017-04-212-1/+34
| * | | | | | | locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-212-2/+2
| * | | | | | | NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington2017-04-212-16/+16
| * | | | | | | NFS4: remove a redundant lock range checkBenjamin Coddington2017-04-211-3/+0
| * | | | | | | pNFS: unexport nfs4_pnfs_v3_ds_connect_unloadTrond Myklebust2017-04-201-1/+0
| * | | | | | | pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layoutTrond Myklebust2017-04-201-2/+0
| * | | | | | | pNFS: Remove unused layout driver callbacksTrond Myklebust2017-04-202-18/+4
| * | | | | | | nfs: remove the objlayout driverChristoph Hellwig2017-04-207-1990/+0
| * | | | | | | pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust2017-04-201-1/+1
| * | | | | | | NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust2017-04-201-1/+3
| * | | | | | | NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-204-12/+15
| * | | | | | | NFS: move nfs_pgarray_set() to open codeBenjamin Coddington2017-04-201-20/+14
| * | | | | | | NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington2017-04-201-4/+11
| * | | | | | | NFS: Fix use after free in write error pathFred Isaman2017-04-201-1/+1
| * | | | | | | NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington2017-04-201-2/+4
| * | | | | | | NFS: fix usage of mempools.NeilBrown2017-04-202-25/+26
| * | | | | | | NFS: Clean up nfs4_proc_get_lease_time()Anna Schumaker2017-04-201-7/+3
| * | | | | | | NFS: Clean up _nfs4_proc_exchange_id()Anna Schumaker2017-04-201-15/+3
| * | | | | | | NFS: Clean up nfs4_proc_bind_one_conn_to_session()Anna Schumaker2017-04-201-10/+4
| * | | | | | | NFS: Remove extra dprintk()s from nfs4namespace.cAnna Schumaker2017-04-201-6/+1
| * | | | | | | NFS: Clean up nfs4_get_rootfh()Anna Schumaker2017-04-201-3/+0
| * | | | | | | NFS: Remove extra dprintk()s from nfs4client.cAnna Schumaker2017-04-201-52/+10
| * | | | | | | NFS: Clean up nfs4_init_server()Anna Schumaker2017-04-201-12/+4
| * | | | | | | NFS: Clean up nfs4_set_client()Anna Schumaker2017-04-201-15/+4
| * | | | | | | NFS: Clean up nfs4_check_server_scope()Anna Schumaker2017-04-201-12/+3
| * | | | | | | NFS: Clean up nfs4_check_serverowner_major_id()Anna Schumaker2017-04-201-11/+2
| * | | | | | | NFS: Create a common nfs4_match_client() functionAnna Schumaker2017-04-201-64/+55
| * | | | | | | NFS: Clean up nfs4_check_serverowner_minor_id()Anna Schumaker2017-04-201-21/+1
| * | | | | | | NFS: Clean up nfs4_match_clientids()Anna Schumaker2017-04-201-17/+2
| * | | | | | | NFS: Clean up nfs42_layoutstat_done()Anna Schumaker2017-04-201-2/+0
| * | | | | | | NFS: Remove extra dprintk()s from namespace.cAnna Schumaker2017-04-201-26/+8
| * | | | | | | NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-201-8/+1
| * | | | | | | NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-201-11/+1
| * | | | | | | NFS: Clean up extra dprintk()s in client.cAnna Schumaker2017-04-201-42/+3
| * | | | | | | NFS: Clean up nfs_init_client()Anna Schumaker2017-04-201-13/+7
| * | | | | | | NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker2017-04-201-11/+0
| * | | | | | | NFS: Clean up encode_cb_sequence_res()Anna Schumaker2017-04-201-5/+3
OpenPOWER on IntegriCloud