aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-15/+13
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl1-3/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-14NFS: Fix an Oops in nfs_setattr()Trond Myklebust1-2/+4
2007-03-16[PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular filesTrond Myklebust1-1/+2
2007-02-12NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust1-6/+8
2007-02-12NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust1-8/+13
2007-02-03NFS: nfs_writepages() cleanupTrond Myklebust1-5/+10
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust1-30/+67
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-3/+3
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust1-1/+1
2006-10-20[PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULLChuck Lever1-1/+1
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust1-5/+23
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever1-0/+6
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust1-7/+5
2006-09-22NFS: Add server and volume lists to /procDavid Howells1-0/+7
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-1/+1
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells1-2/+2
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust1-0/+2
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust1-9/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] fix static linking of NFSDavid Brownell1-1/+1
2006-06-25git-nfs-build-fixesAndrew Morton1-7/+9
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-1774/+19
2006-06-09NFS: Fix typo in nfs_do_clone_mount()Trond Myklebust1-2/+2
2006-06-09NFS: Fix compile errors introduced by referrals patchesTrond Myklebust1-11/+26
2006-06-09NFSv4: Ensure that referral mounts bind to a reserved portTrond Myklebust1-0/+2
2006-06-09NFSv4: Follow a referralManoj Naik1-1/+4
2006-06-09NFSv4: Ensure client submounts when following a referralManoj Naik1-3/+267
2006-06-09NFS: Expand clone mounts to include other serversManoj Naik1-47/+64
2006-06-09NFSv4: Create NFSv4 transport and clientManoj Naik1-58/+73
2006-06-09NFS: Add timeout to submountsTrond Myklebust1-0/+3
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust1-3/+300
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust1-0/+8
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust1-5/+9
2006-06-09NFS: Remove nfs_delete_inode()Trond Myklebust1-22/+4
2006-06-09NFS: Fix up inode revalidation accountingTrond Myklebust1-1/+1
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust1-5/+11
2006-06-09NFS: Fix page cache revalidationTrond Myklebust1-13/+6
2006-06-09NFS: Clean up inode metadata updatesTrond Myklebust1-12/+0
2006-06-09NFSv4: Some NFSv4 servers have broken behaviour for the change attributeTrond Myklebust1-13/+9
2006-04-19NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-4/+1
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-58/+171