aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust1-3/+16
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-1/+1
2006-09-19NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust1-2/+4
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust1-11/+13
2006-08-24NFS: Fix issue with EIO on NFS readTrond Myklebust1-8/+15
2006-08-03NFS: make 2 functions staticAdrian Bunk1-1/+1
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-09NFS: Split fs/nfs/inode.cDavid Howells1-2/+2
2006-06-09NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever1-7/+4
2006-06-09NFS: Clean up and fix page zeroing when we have short readsTrond Myklebust1-32/+75
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-4/+2
2006-03-20NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust1-1/+31
2006-03-20NFS: Cleanup of NFS read codeTrond Myklebust1-17/+41
2006-03-20NFS: add I/O performance countersChuck Lever1-0/+12
2006-01-06NFS: support large reads and writes on the wireChuck Lever1-3/+3
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-7/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust1-2/+2
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust1-0/+1
2005-09-22[PATCH] NFS: fix client oops when debugging is onNick Wilson1-3/+2
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever1-0/+4
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever1-2/+2
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more efficient.Trond Myklebust1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+618