summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-235-32/+41
* NFS: Make better use of inode* dereferencing macrosDavid Howells2006-09-232-6/+6
* NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-231-1/+20
* NFS: Add extra const qualifiersDavid Howells2006-09-236-13/+14
* NFS: Use the dentry superblock directly in nfs_statfs()David Howells2006-09-231-7/+6
* NFS: Generalise the nfs_client structureDavid Howells2006-09-2310-222/+364
* NFS: Add a server capabilities NFS RPC opDavid Howells2006-09-231-0/+1
* NFS: Add a lookupfh NFS RPC opDavid Howells2006-09-231-0/+47
* NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-232-5/+10
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-236-33/+33
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-2311-97/+97
* NFS: Fix NFS4 callback up/down prototypesDavid Howells2006-09-232-5/+7
* NFS: Disambiguate nfs_stat_to_errno()David Howells2006-09-231-7/+7
* NFS: Fix up split of fs/nfs/inode.cDavid Howells2006-09-234-42/+39
* NFS: Add an ACCESS cache memory shrinkerTrond Myklebust2006-09-233-0/+52
* NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-232-1/+36
* NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-232-26/+120
* NFS: Fix nfs_page use after free issues in fs/nfs/write.cTrond Myklebust2006-09-191-2/+2
* NFSv4: Fix incorrect semaphore release in _nfs4_do_open()Trond Myklebust2006-09-191-3/+3
* NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust2006-09-191-2/+4
* [PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust2006-09-083-69/+42
* NFSv4: Add v4 exception handling for the ACL functions.Trond Myklebust2006-08-241-2/+27
* NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells2006-08-241-10/+11
* NFS: Fix issue with EIO on NFS readTrond Myklebust2006-08-241-8/+15
* SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-241-1/+0
* SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2006-08-241-2/+1
* NFS: Fix a potential deadlock in nfs_release_pageNikita Danilov2006-08-241-1/+7
* NFS: make 2 functions staticAdrian Bunk2006-08-032-2/+2
* NFS: Release dcache_lock in an error path of nfs_pathJosh Triplett2006-08-031-1/+3
* Merge branch 'locks'Trond Myklebust2006-07-051-33/+41
|\
| * NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust2006-07-051-11/+24
| * NFSv4: Ensure nfs4_lock_expired() caches delegated locksTrond Myklebust2006-07-051-3/+5
| * NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust2006-07-051-19/+12
* | NFS: Optimise away an excessive GETATTR call when a file is symlinkedTrond Myklebust2006-07-051-1/+3
* | NFS: Fix NFS page_state usageTrond Myklebust2006-07-051-3/+17
|/
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-0312-19/+6
|\
| * [PATCH] nfs: non-procfs build fixDominik Hackl2006-07-031-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-0111-11/+0
| |\
| | * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3011-11/+0
| * | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-4/+2
| * | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-302-2/+2
| |/
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-291-1/+1
|\|
| * [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* | Revert "Merge branch 'odirect'"Trond Myklebust2006-06-281-234/+201
|/
* [PATCH] fix static linking of NFSDavid Brownell2006-06-276-9/+9
* Fix NFS2 compile errorLinus Torvalds2006-06-251-2/+0
* nfs: remove nfs_put_link()Alexey Dobriyan2006-06-251-10/+1
* nfs-build-fix-99Andrew Morton2006-06-251-0/+4
* git-nfs-build-fixesAndrew Morton2006-06-253-8/+19
* Merge branch 'odirect'Trond Myklebust2006-06-251-201/+234