aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-21pNFS: Remove unwanted optimisation of layoutgetTrond Myklebust1-6/+0
2018-08-21pNFS/flexfiles: ff_layout_pg_init_read should exit on errorTrond Myklebust1-17/+11
2018-08-16pNFS: Treat RECALLCONFLICT like DELAY...Trond Myklebust1-9/+0
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust3-2/+11
2018-08-15NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust1-4/+10
2018-08-15NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust1-9/+7
2018-08-13NFSv4: Fix a typo in nfs4_init_channel_attrs()Trond Myklebust1-1/+1
2018-08-13NFSv4: Don't busy wait if NFSv4 session draining is interruptedTrond Myklebust1-5/+13
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia5-5/+41
2018-08-09NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia3-1/+66
2018-08-09NFS handle COPY ERR_OFFLOAD_NO_REQSOlga Kornievskaia1-1/+5
2018-08-09NFS send OFFLOAD_CANCEL when COPY killedOlga Kornievskaia1-1/+90
2018-08-09NFS export nfs4_async_handle_errorOlga Kornievskaia2-1/+4
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia4-5/+50
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia7-9/+104
2018-08-09NFS COPY xdr handle async replyOlga Kornievskaia2-10/+13
2018-08-09NFS OFFLOAD_CANCEL xdrOlga Kornievskaia6-0/+84
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia3-1/+98
2018-08-08NFS: Use an appropriate work queue for direct-write completionNeilBrown1-1/+1
2018-08-08NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun1-1/+1
2018-08-08pnfs: Use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-08-08pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURNTrond Myklebust1-1/+0
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva7-0/+21
2018-08-08NFSv4: Mark the inode change attribute up to date in update_changeattr()Trond Myklebust1-0/+1
2018-08-08NFSv4: Detect nlink changes on cross-directory renames tooTrond Myklebust1-12/+23
2018-08-08NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdirTrond Myklebust1-8/+42
2018-08-08pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust3-8/+19
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-07-31sunrpc: whitespace fixesStephen Hemminger15-15/+5
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker3-9/+29
2018-07-31NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter1-1/+1
2018-07-31NFS: silence a harmless uninitialized variable warningDan Carpenter1-1/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clonesDave Wysochanski3-8/+15
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski1-0/+12
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski1-11/+16
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon5-9/+11
2018-07-30pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter1-1/+1
2018-07-30nfs: Referrals not inheriting proto setting from parentCalum Mackay1-3/+3
2018-07-30nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton1-0/+4
2018-07-30fs: nfs: Adding new return type vm_fault_tSouptick Joarder1-2/+2
2018-07-30nfs: add error check in nfs_idmap_prepare_message()Chengguang Xu1-0/+2
2018-07-26Fix error code in nfs_lookup_verify_inode()Lance Shelton1-1/+1
2018-07-26NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust1-0/+2
2018-07-26NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust1-1/+1
2018-07-26NFS: Ensure we immediately start writeback on rescheduled writesTrond Myklebust1-0/+2
2018-07-26NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust1-2/+2
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust5-10/+3
2018-07-26NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust1-10/+16
2018-07-26pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()Trond Myklebust1-5/+31