aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]David Howells
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust
2006-09-22NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust
2006-09-22NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust
2006-09-22NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust
2006-09-22Fix a referral error Oopsandros@citi.umich.edu
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIChuck Lever
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells
2006-09-22NFS: Fix error handlingDavid Howells
2006-09-22NFS: Add server and volume lists to /procDavid Howells
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells
2006-09-22NFS: Start rpciod in server common managementDavid Howells
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells
2006-09-22NFS: Add extra const qualifiersDavid Howells
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells
2006-09-22NFS: Generalise the nfs_client structureDavid Howells