aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Gravatar Trond Myklebust 1-2/+0
2009-04-06NFS: Fix a double free in nfs_parse_mount_options()Gravatar Trond Myklebust 1-1/+1
2009-04-03NFS: Add mount options to enable local caching on NFSGravatar David Howells 3-0/+28
2009-04-03NFS: Display local caching stateGravatar David Howells 2-3/+19
2009-04-03NFS: Store pages from an NFS inode into a local cacheGravatar David Howells 3-0/+49
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeGravatar David Howells 3-0/+177
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingGravatar David Howells 1-2/+2
2009-04-03NFS: Add read context retention for FS-Cache to call back withGravatar David Howells 1-0/+26
2009-04-03NFS: FS-Cache page managementGravatar David Howells 3-4/+101
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSGravatar David Howells 2-0/+29
2009-04-03NFS: Invalidate FsCache page flags when cache removedGravatar David Howells 1-0/+40
2009-04-03NFS: Use local disk inode cacheGravatar David Howells 3-0/+181
2009-04-03NFS: Define and create inode-level cache objectsGravatar David Howells 2-0/+124
2009-04-03NFS: Define and create superblock-level objectsGravatar David Howells 5-2/+209
2009-04-03NFS: Define and create server-level objectsGravatar David Howells 5-1/+133
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexGravatar David Howells 4-0/+93
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSGravatar David Howells 1-0/+8
2009-04-03NFS: Add comment banners to some NFS functionsGravatar David Howells 1-0/+26
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2009-04-01Merge branch 'devel' into for-linusGravatar Trond Myklebust 18-343/+549
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+4
2009-03-31New helper - current_umask()Gravatar Al Viro 2-4/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-2/+0
2009-03-28NFS: Simplify logic to compare socket addresses in client.cGravatar Chuck Lever 1-64/+52
2009-03-28Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develGravatar Trond Myklebust 1-29/+39
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableGravatar Chuck Lever 3-2/+21
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksGravatar Chuck Lever 1-12/+2
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Gravatar Chuck Lever 1-2/+1
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentGravatar Chuck Lever 1-2/+2
2009-03-27constify dentry_operations: NFSGravatar Al Viro 2-3/+3
2009-03-19NFS: Optimise NFS close()Gravatar Trond Myklebust 6-21/+46
2009-03-19NFS: Fix the notifications when renaming onto an existing fileGravatar Trond Myklebust 1-5/+4
2009-03-19NFS: Fix up a mismerged patchGravatar Trond Myklebust 1-1/+1
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Gravatar Trond Myklebust 1-29/+39
2009-03-11NFS: load the rpc/rdma transport module automaticallyGravatar Tom Talpey 1-1/+3
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesGravatar Trond Myklebust 1-7/+5
2009-03-11NFS: Throttle page dirtying while we're flushing to diskGravatar Trond Myklebust 6-29/+42
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitGravatar Trond Myklebust 2-10/+16
2009-03-11NFSv4: Simplify some cache consistency post-op GETATTRsGravatar Trond Myklebust 1-5/+8
2009-03-11NFSv4: A referral is assumed to always point to a directory.Gravatar Trond Myklebust 1-0/+14
2009-03-11NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedGravatar Trond Myklebust 1-19/+73
2009-03-11NFSv4: Clean up decode_getfattr()Gravatar Trond Myklebust 1-21/+57
2009-03-11NFS: Fix the type of struct nfs_fattr->modeGravatar Trond Myklebust 4-45/+37
2009-03-11NFS: Shrink the struct nfs_fattrGravatar Trond Myklebust 1-3/+0
2009-03-11NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrGravatar Trond Myklebust 4-96/+161
2009-03-11NFSv4: Ignore errors on the post-op attributes in SETATTR callsGravatar Trond Myklebust 1-3/+1
2009-03-11NFS: flush cached directory information slightly more readily.Gravatar NeilBrown 1-2/+13
2009-03-11NFS: Minor __nfs_revalidate_inode cleanupGravatar Suresh Jayaraman 1-3/+0
2009-03-10Bug 11061, NFS mounts droppedGravatar Ian Dall 1-1/+62
2009-03-10NFS: Handle -ESTALE error in access()Gravatar Suresh Jayaraman 1-1/+7