aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] nfs: non-procfs build fixGravatar Dominik Hackl 1-2/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 11-11/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-4/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 2-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 11-11/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-27[PATCH] fix static linking of NFSGravatar David Brownell 6-9/+9
2006-06-25Fix NFS2 compile errorGravatar Linus Torvalds 1-2/+0
2006-06-25nfs: remove nfs_put_link()Gravatar Alexey Dobriyan 1-10/+1
2006-06-25nfs-build-fix-99Gravatar Andrew Morton 1-0/+4
2006-06-25git-nfs-build-fixesGravatar Andrew Morton 3-8/+19
2006-06-25Merge branch 'odirect'Gravatar Trond Myklebust 1-201/+234
2006-06-24NFS: alloc nfs_read/write_data as direct I/O is scheduledGravatar Chuck Lever 1-145/+65
2006-06-24NFS: Eliminate nfs_get_user_pages()Gravatar Chuck Lever 1-94/+111
2006-06-24NFS: refactor nfs_direct_free_user_pagesGravatar Chuck Lever 1-8/+15
2006-06-24NFS: remove user_addr, user_count, and pos from nfs_direct_reqGravatar Chuck Lever 1-21/+8
2006-06-24NFS: "open code" the NFS direct write reschedulerGravatar Chuck Lever 1-8/+43
2006-06-24NFS: Separate functions for counting outstanding NFS direct I/OsGravatar Chuck Lever 1-19/+20
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 3-68/+105
2006-06-23[PATCH] vfs: add lock owner argument to flush operationGravatar Miklos Szeredi 1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-38/+58
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsGravatar Trond Myklebust 1-0/+29
2006-06-09NFS: Split fs/nfs/inode.cGravatar David Howells 16-1802/+1993
2006-06-09NFS: Fix typo in nfs_do_clone_mount()Gravatar Trond Myklebust 1-2/+2
2006-06-09NFS: Fix compile errors introduced by referrals patchesGravatar Trond Myklebust 1-11/+26
2006-06-09NFSv4: Ensure that referral mounts bind to a reserved portGravatar Trond Myklebust 1-0/+2
2006-06-09NFSv4: A root pathname is sent as a zero component4Gravatar Andy Adamson 1-1/+10
2006-06-09NFSv4: Follow a referralGravatar Manoj Naik 3-2/+58
2006-06-09NFSv4: Ensure client submounts when following a referralGravatar Manoj Naik 1-3/+267
2006-06-09NFS: Expand clone mounts to include other serversGravatar Manoj Naik 1-47/+64
2006-06-09NFSv4: Create NFSv4 transport and clientGravatar Manoj Naik 1-58/+73
2006-06-09NFSv4: Define an fs_locations bitmapGravatar Manoj Naik 3-2/+30
2006-06-09NFSv4: GETATTR attributes on referralGravatar Manoj Naik 1-2/+2
2006-06-09NFSv4: Decode mounted_on_fileid attribute in getattr.Gravatar Manoj Naik 1-0/+21
2006-06-09NFSv4: convert fs-locations-components to conform to RFC3530Gravatar Manoj Naik 3-12/+74
2006-06-09NFSv4: Implement the fs_locations function callGravatar Trond Myklebust 3-2/+141
2006-06-09NFS: Add timeout to submountsGravatar Trond Myklebust 3-1/+37
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Gravatar Trond Myklebust 6-5/+409
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Gravatar Trond Myklebust 5-5/+14
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCEGravatar Trond Myklebust 1-5/+9
2006-06-09NFS: Remove nfs_delete_inode()Gravatar Trond Myklebust 1-22/+4
2006-06-09NFS: Flesh out nfs_invalidate_page()Gravatar Trond Myklebust 3-23/+57
2006-06-09NFSv4: remove obviously bogus comparison from decode_getaclGravatar J. Bruce Fields 1-2/+1
2006-06-09NFSv4: really return status from decode_recall_args()Gravatar Alexey Dobriyan 1-1/+1
2006-06-09NFSv3: Client-side nfsacl caching fixGravatar Andreas Gruenbacher 1-3/+8
2006-06-09NFS: Fix up inode revalidation accountingGravatar Trond Myklebust 1-1/+1
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsGravatar Trond Myklebust 4-28/+16
2006-06-09NFS: More page cache revalidation fixupsGravatar Trond Myklebust 1-5/+5
2006-06-09NFS: Fix page cache revalidationGravatar Trond Myklebust 1-13/+6