aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-22NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever1-39/+27
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever2-47/+44
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever1-1/+0
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells17-944/+1646
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells5-176/+177
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells5-32/+41
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+20
2006-09-22NFS: Add extra const qualifiersDavid Howells6-13/+14
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells10-222/+364
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+47
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells2-5/+10
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells6-33/+33
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells11-97/+97
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-22NFS: Add dentry materialisation opDavid Howells1-14/+150
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2-1/+36
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2-26/+120
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-14/+76
2006-09-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds21-134/+440
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+11
2006-09-22[JFFS2] Remove unneeded ifdefs from jffs2_fs_i.hMichal Piotrowski1-4/+0
2006-09-22[CIFS] statfs for cifs unix extensions no longer experimentalSteve French1-2/+0
2006-09-21[CIFS] New POSIX locking code not setting rc properly to zero on successfulSteve French1-1/+2
2006-09-21[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French7-11/+74
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-10/+11
2006-09-20ocfs2: Remove overzealous BUG_ON()Mark Fasheh1-8/+20
2006-09-20ocfs2: Don't print on unknown remote blocking callMark Fasheh1-6/+4
2006-09-20ocfs2: Remove EXPERIMENTAL dependencyMark Fasheh1-2/+2
2006-09-20ocfs2: implement directory read-aheadMark Fasheh7-47/+115
2006-09-20ocfs2: properly update i_mtime on buffered writeMark Fasheh1-49/+34
2006-09-20ocfs2: Fix directory link count checks in ocfs2_link()Tiger Yang1-5/+5
2006-09-20ocfs2: move nlink check in ocfs2_mknod()Mark Fasheh1-7/+5
2006-09-20ocfs2: Fix heartbeat sector calculationMathieu Avila1-2/+6
2006-09-20[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"Adrian Bunk1-0/+2