summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: a couple off by onesDan Carpenter2015-01-301-2/+2
* nfs: prevent truncate on active swapfileOmar Sandoval2015-01-301-1/+6
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-01-301-3/+5
* NFSv4: Deal with atomic upgrades of an existing delegationTrond Myklebust2015-01-241-3/+17
* NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust2015-01-241-7/+3
* NFSv4.1: Optimise layout return-on-closeTrond Myklebust2015-01-243-40/+31
* NFSv4.1: Allow parallel LOCK/LOCKU callsTrond Myklebust2015-01-241-2/+6
* NFSv4: Update of VFS byte range lock must be atomic with the stateid updateTrond Myklebust2015-01-241-22/+15
* NFSv4: Fix lock on-wire reordering issuesTrond Myklebust2015-01-242-8/+27
* NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialisedTrond Myklebust2015-01-241-1/+1
* NFSv4: Fix atomicity problems with lock stateid updatesTrond Myklebust2015-01-241-13/+29
* NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSETrond Myklebust2015-01-232-2/+18
* NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust2015-01-232-8/+18
* NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust2015-01-232-10/+10
* NFSv4: More CLOSE/OPEN racesTrond Myklebust2015-01-231-1/+15
* NFSv4: Fix an atomicity problem in CLOSETrond Myklebust2015-01-232-3/+8
* NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2015-01-212-4/+3
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-01-211-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-01-211-0/+6
* NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust2015-01-051-2/+0
* NFS: Ignore transport protocol when detecting server trunkingChuck Lever2015-01-051-6/+0
* NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust2015-01-051-0/+18
* NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2015-01-052-4/+16
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-051-9/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-103-6/+6
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-0811-64/+83
| |\
| * | rpc_pipefs.c: get rid of f_dentryAl Viro2014-11-191-1/+1
| * | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
| * | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-192-3/+3
| * | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* | | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-262-21/+20
|\ \ \
| * | | NFS: Clean up nfs4_init_callback()Chuck Lever2014-11-251-17/+14
| * | | NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever2014-11-251-4/+6
| | |/ | |/|
* | | nfs: Add DEALLOCATE supportAnna Schumaker2014-11-256-2/+89
* | | nfs: Add ALLOCATE supportAnna Schumaker2014-11-258-1/+167
* | | nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2014-11-242-12/+17
* | | nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2014-11-242-2/+2
* | | NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2014-11-242-12/+6
* | | nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2014-11-241-3/+3
* | | NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson2014-11-244-13/+25
* | | pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig2014-11-241-1/+1
* | | NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker2014-11-241-1/+1
* | | nfs: Remove dead case from nfs4_map_errors()Jan Kara2014-11-241-2/+0
|/ /
* | NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-121-0/+2
* | NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2014-11-122-11/+0
* | NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-123-3/+23
* | NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust2014-11-121-25/+17
* | NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-121-1/+23
* | NFS: SEEK is an NFS v4.2 featureAnna Schumaker2014-11-121-3/+3
* | nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-121-1/+1
OpenPOWER on IntegriCloud