aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust4-15/+33
2016-09-27NFSv4.1: Add a helper function to deal with expired stateidsTrond Myklebust1-21/+24
2016-09-27NFSv4.1: Allow test_stateid to handle session errors without waitingTrond Myklebust1-3/+18
2016-09-27NFSv4.1: Don't check delegations that are already marked as revokedTrond Myklebust1-0/+5
2016-09-27NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust1-4/+13
2016-09-27NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust1-0/+1
2016-09-27NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust1-5/+11
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust4-3/+17
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi3-3/+3
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi5-5/+10
2016-09-23NFS: cache_lib: use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-09-23NFS: direct: use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-09-22NFS: nfs_prime_dcache must validate the filenameTrond Myklebust1-0/+8
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton3-1/+100
2016-09-22nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton1-27/+22
2016-09-22nfs: move nfs4_set_lock_state call into callerJeff Layton1-8/+10
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton3-1/+71
2016-09-22nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton2-0/+3
2016-09-22nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton1-1/+1
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2-17/+7
2016-09-22nfs: the length argument to read_buf should be unsignedJeff Layton1-1/+1
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2-3/+2
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton5-24/+71
2016-09-19NFS pnfs data server multipath session trunkingAndy Adamson4-14/+86
2016-09-19NFS test session trunking with exchange idAndy Adamson2-11/+44
2016-09-19NFS add xprt switch addrs test to match clientAndy Adamson1-1/+4
2016-09-19NFS detect session trunkingAndy Adamson2-0/+92
2016-09-19NFS refactor nfs4_check_serverowner_major_idAndy Adamson1-6/+5
2016-09-19NFS refactor nfs4_match_clientidsAndy Adamson1-5/+5
2016-09-19NFS setup async exchange_idAndy Adamson1-81/+134
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust6-6/+21
2016-09-19NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threadsTrond Myklebust2-66/+15
2016-09-19NFSv4.x: Fix up the global tracking of the callback serverTrond Myklebust1-5/+9
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust1-3/+0
2016-09-19NFSv4.x: Set up struct svc_serv_ops for the callback channelTrond Myklebust1-18/+39
2016-09-19pnfs: track multiple layout types in fsinfo structureJeff Layton4-27/+29
2016-09-11NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-2/+10
2016-09-04pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETsTrond Myklebust1-1/+2
2016-09-03pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_presentTrond Myklebust1-3/+6
2016-09-03pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STIDTrond Myklebust1-17/+19
2016-09-03pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust1-0/+3
2016-09-03NFS: Fix error reporting in nfs_file_write()Trond Myklebust1-1/+4
2016-08-30NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-08-30NFS4: Avoid migration loopsBenjamin Coddington1-0/+5
2016-08-29pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2-28/+28
2016-08-28NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust1-1/+0
2016-08-28NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust1-13/+65
2016-08-28NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2-3/+9
2016-08-28NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust4-4/+29
2016-08-28NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust3-4/+35