aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-3/+3
* NFS: Minor read optimisation...Trond Myklebust2007-07-101-11/+23
* NFS: use zero_user_pageNate Diller2007-05-141-5/+5
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-04-301-10/+9
* NFS: Cleanup for nfs_readpages()Trond Myklebust2007-04-301-32/+15
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-04-301-35/+27
* NFS: Cleanup the coalescing codeTrond Myklebust2007-04-301-11/+13
* NFS: fix print format for tk_pidChuck Lever2007-02-031-2/+2
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-031-103/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-2/+2
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
| * [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-1/+1
* | NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust2006-12-061-18/+3
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-061-2/+0
* | NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust2006-12-061-4/+6
* | NFS: Fix asynchronous read error handlingTrond Myklebust2006-12-061-71/+69
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-1/+7
|/
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust2006-09-221-3/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-1/+1
* NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust2006-09-191-2/+4
* [PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust2006-09-081-11/+13
* NFS: Fix issue with EIO on NFS readTrond Myklebust2006-08-241-8/+15
* NFS: make 2 functions staticAdrian Bunk2006-08-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fix static linking of NFSDavid Brownell2006-06-271-1/+1
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-2/+2
* NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever2006-06-091-7/+4
* NFS: Clean up and fix page zeroing when we have short readsTrond Myklebust2006-06-091-32/+75
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-4/+2
* NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust2006-03-201-1/+31
* NFS: Cleanup of NFS read codeTrond Myklebust2006-03-201-17/+41
* NFS: add I/O performance countersChuck Lever2006-03-201-0/+12
* NFS: support large reads and writes on the wireChuck Lever2006-01-061-3/+3
* RPC: Clean up RPC task structureTrond Myklebust2006-01-061-7/+3
* NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust2005-11-041-2/+2
* NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust2005-10-271-0/+1
* [PATCH] NFS: fix client oops when debugging is onNick Wilson2005-09-221-3/+2
* [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever2005-08-181-0/+4
* [PATCH] NFS: split nfsi->flags into two fieldsChuck Lever2005-08-181-2/+2
* [PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust2005-06-221-3/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+618