aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 4-9/+9
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 2-2/+3
2006-11-06[PATCH] sysctl: implement CTL_UNNUMBEREDGravatar Eric W. Biederman 1-5/+0
2006-10-21[PATCH] NFS: Cache invalidation fixupGravatar Trond Myklebust 1-0/+6
2006-10-21[PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessGravatar Trond Myklebust 1-1/+6
2006-10-20[PATCH] xdr annotations: mount_clntGravatar Al Viro 1-3/+3
2006-10-20[PATCH] nfs: verifier is network-endianGravatar Al Viro 2-4/+4
2006-10-20[PATCH] xdr annotations: fs/nfs/callback*Gravatar Al Viro 2-24/+24
2006-10-20[PATCH] fs/nfs/callback* passes error values big-endianGravatar Al Viro 3-36/+36
2006-10-20[PATCH] xdr annotations: NFS readdir entriesGravatar Al Viro 7-14/+14
2006-10-20[PATCH] xdr annotations: NFSv4Gravatar Al Viro 1-177/+181
2006-10-20[PATCH] xdr annotations: NFSv3Gravatar Al Viro 1-57/+57
2006-10-20[PATCH] xdr annotations: NFSv2Gravatar Al Viro 1-37/+37
2006-10-20[PATCH] fix svc_procfunc declarationGravatar Al Viro 1-2/+2
2006-10-20[PATCH] NFS: remove unused check in nfs4_open_revalidateGravatar Chuck Lever 1-4/+2
2006-10-20[PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is n...Gravatar Chuck Lever 1-1/+1
2006-10-20[PATCH] NFS: fix minor bug in new NFS symlink codeGravatar Chuck Lever 1-2/+2
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Gravatar Trond Myklebust 3-18/+29
2006-10-20[PATCH] NFS: Fix NFSv4 callback regressionGravatar Trond Myklebust 1-7/+12
2006-10-20[PATCH] nfs4: initialize cl_ipaddrGravatar J. Bruce Fields 1-2/+6
2006-10-20[PATCH] NFS: Fix error handling in nfs_direct_write_result()Gravatar Trond Myklebust 1-5/+7
2006-10-20[PATCH] NFS: Fix oops in nfs_cancel_commit_listGravatar Trond Myklebust 1-2/+2
2006-10-20[PATCH] NFSv4: Fix thinko in fs/nfs/super.cGravatar Trond Myklebust 1-1/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsGravatar Andrew Morton 1-1/+3
2006-10-08Fix extraneous '&' in recent NFS client cleanupGravatar Linus Torvalds 1-1/+1
2006-10-08[PATCH] NFS: Fix typo in nfs_get_client()Gravatar Trond Myklebust 1-19/+5
2006-10-08[PATCH] NFS: Fix typo in nfs_get_client()Gravatar Trond Myklebust 1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 6-8/+0
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesGravatar Serge E. Hallyn 1-1/+1
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processGravatar NeilBrown 1-3/+2
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onGravatar NeilBrown 1-1/+2
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesGravatar NeilBrown 1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-3/+3
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsGravatar Badari Pulavarty 2-22/+38
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]Gravatar David Howells 1-1/+0
2006-09-27[PATCH] fs/nfs/: make code staticGravatar Adrian Bunk 1-3/+9
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 5-10/+5
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 4-9/+4
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Gravatar Mark Fasheh 2-7/+6
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Gravatar Chuck Lever 2-1/+13
2006-09-22NFS: Use SEEK_END instead of hardcoded valueGravatar Josef 'Jeff' Sipek 1-1/+1
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Gravatar Trond Myklebust 1-0/+3
2006-09-22NFSv4: Poll more aggressively when handling NFS4ERR_DELAYGravatar Trond Myklebust 1-1/+1
2006-09-22NFSv4: Handle the condition NFS4ERR_FILE_OPENGravatar Trond Myklebust 1-0/+1
2006-09-22NFSv4: Retry lease recovery if it failed during a synchronous operation.Gravatar Trond Myklebust 1-2/+9
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheGravatar Trond Myklebust 1-7/+5
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedGravatar Trond Myklebust 1-3/+16
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....Gravatar J. Bruce Fields 1-1/+1