aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-2/+2
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-2/+2
2006-06-09NFS: Flesh out nfs_invalidate_page()Trond Myklebust1-1/+5
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust1-21/+3
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust1-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+1
2006-03-20NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust1-6/+0
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust1-1/+4
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson1-4/+3
2006-03-20NFS: add I/O performance countersChuck Lever1-11/+9
2006-03-20NFS: Avoid races between writebacks and truncationTrond Myklebust1-0/+13
2005-12-22[PATCH] fix posix lock on NFSASANO Masahiro1-1/+2
2005-12-19NFS: Fix another O_DIRECT raceTrond Myklebust1-19/+4
2005-10-27NFS: Optimise attribute revalidation on close().Trond Myklebust1-2/+2
2005-10-18 NFS: Fix up a race in the NFS implementation of GETLKTrond Myklebust1-9/+18
2005-10-17[PATCH] NFS: Fix cache consistency racesTrond Myklebust1-1/+2
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever1-2/+3
2005-06-22[PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust1-6/+22
2005-06-22[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust1-3/+9
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher1-0/+12
2005-06-13[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK_END)Trond Myklebust1-1/+41
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+484