aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds4-48/+92
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2-4/+3
2015-01-21NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton3-10/+10
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton4-83/+35
2015-01-16locks: move flock locks to file_lock_contextJeff Layton4-9/+101
2015-01-05NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust1-2/+0
2015-01-05NFS: Ignore transport protocol when detecting server trunkingChuck Lever1-6/+0
2015-01-05NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust1-0/+18
2015-01-05NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2-4/+16
2015-01-05NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro11-64/+83
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust2-21/+20
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker6-2/+89
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker8-1/+167
2014-11-25NFS: Clean up nfs4_init_callback()Chuck Lever1-17/+14
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever1-4/+6
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2-12/+17
2014-11-24nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2-2/+2
2014-11-24NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2-12/+6
2014-11-24nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson4-13/+25
2014-11-24pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig1-1/+1
2014-11-24NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker1-1/+1
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara1-2/+0
2014-11-19rpc_pipefs.c: get rid of f_dentryAl Viro1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro2-3/+3
2014-11-12NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2-11/+0
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-12NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-12NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker1-3/+3
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-12nfs: Remove bogus assignmentJan Kara1-1/+1
2014-11-12nfs: remove spurious WARN_ON_ONCE in write pathWeston Andros Adamson1-2/+0
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig2-5/+10
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-11-04Revert "NFS: nfs4_do_open should add negative results to the dcache."Trond Myklebust1-8/+1
2014-11-04Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"Trond Myklebust1-7/+3
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust1-0/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-4/+4
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh4-4/+4
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-20/+255