aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-09NFS: Add a boot parameter to disable 64 bit inode numbersGravatar Trond Myklebust 1-0/+1
2007-10-09[23/37] Clean up duplicate includes inGravatar Jesper Juhl 1-2/+0
2007-10-09NFS: Get rid of some obsolete macrosGravatar Trond Myklebust 1-4/+0
2007-10-09NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooGravatar Trond Myklebust 1-0/+5
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateGravatar Trond Myklebust 1-12/+0
2007-10-09NFS: Remove NFS_I(inode)->data_updatesGravatar Trond Myklebust 1-8/+6
2007-10-09NFS: NFS_CACHEINV() should not test for nfs_caches_unstable()Gravatar Trond Myklebust 1-6/+0
2007-10-09NFS: nfs_mark_for_revalidate don't update cache_change_attributeGravatar Trond Myklebust 1-3/+1
2007-10-09NFS: Fix nfs_verify_change_attribute()Gravatar Trond Myklebust 1-7/+7
2007-10-09NFS: Fix the sign of the return value of nfs_save_change_attribute()Gravatar Trond Myklebust 1-3/+3
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeGravatar Trond Myklebust 1-0/+1
2007-10-09NFS: Fix atime revalidation in readdir()Gravatar Trond Myklebust 1-0/+1
2007-10-09NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsGravatar Trond Myklebust 1-1/+3
2007-10-09NFS: fix nfs_verify_change_attributeGravatar Trond Myklebust 1-1/+1
2007-10-09NFSv4: Simplify _nfs4_do_access()Gravatar Trond Myklebust 1-3/+2
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Gravatar Trond Myklebust 1-6/+2
2007-10-09NFS: Add a helper to extract the nfs_open_context from a struct fileGravatar Trond Myklebust 1-0/+5
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Gravatar Trond Myklebust 1-0/+3
2007-10-09NFS: Clean up NFS writeback flush codeGravatar Trond Myklebust 1-1/+1
2007-10-09NFS: Clean up write code...Gravatar Trond Myklebust 1-1/+0
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Gravatar Trond Myklebust 1-0/+1
2007-08-07NFS: Fix put_nfs_open_contextGravatar Trond Myklebust 1-1/+1
2007-07-19SUNRPC: Clean up the sillyrename codeGravatar Trond Myklebust 1-2/+2
2007-07-10NFS: Remake nfsroot_mount as a permanent part of NFS clientGravatar Chuck Lever 1-3/+2
2007-07-10NFS: Add a new NFS debugging flag just for mount processingGravatar Chuck Lever 1-0/+1
2007-07-10NFS: Clean up nfs_size_to_loff_t()Gravatar Chuck Lever 1-5/+3
2007-07-10NFSv4: Defer inode revalidation when setting up a delegationGravatar Trond Myklebust 1-0/+1
2007-07-10NFS: Replace NFS_I(inode)->req_lock with inode->i_lockGravatar Trond Myklebust 1-1/+0
2007-07-10NFS: Convert struct nfs_open_context to use a krefGravatar Trond Myklebust 1-1/+2
2007-07-10NFS: Prevent integer overflow in nfs_scan_list()Gravatar Trond Myklebust 1-1/+1
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeGravatar Trond Myklebust 1-4/+1
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathGravatar Trond Myklebust 1-2/+2
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataGravatar Trond Myklebust 1-2/+2
2007-03-16[PATCH] nfs: fix congestion controlGravatar Peter Zijlstra 1-0/+1
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-7/+7
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-7/+7
2007-02-03NFS: move NFS_DEBUG definitionGravatar Benny Halevy 1-8/+9
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Gravatar Trond Myklebust 1-0/+1
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockGravatar Trond Myklebust 1-0/+1
2006-12-06NFS: Ensure that nfs_wb_page() calls writepage when necessary.Gravatar Trond Myklebust 1-0/+1
2006-12-06NFS: Add nfs_set_page_dirty()Gravatar Trond Myklebust 1-0/+1
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Gravatar Trond Myklebust 1-23/+4
2006-12-06NFS: Clean up nfs_scan_dirty()Gravatar Trond Myklebust 1-1/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Gravatar Trond Myklebust 1-5/+2
2006-12-02[NET]: ipconfig and nfsroot annotationsGravatar Al Viro 1-1/+1
2006-10-20[PATCH] nfs: verifier is network-endianGravatar Al Viro 1-1/+1
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Gravatar Trond Myklebust 1-0/+1
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsGravatar Badari Pulavarty 1-4/+6
2006-09-27[PATCH] fs/nfs/: make code staticGravatar Adrian Bunk 1-4/+0
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Gravatar Jeff Garzik 1-5/+2