summaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2008-03-191-1/+4
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-5/+5
* nfs: obliterate NFS_FLAGS macroBenny Halevy2008-01-301-1/+1
* NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust2008-01-301-12/+5Star
* NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-18/+20
* SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-301-2/+0Star
* SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-5/+10
* NFS: Fix atime revalidation in read()Trond Myklebust2007-10-091-3/+0Star
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-4/+2Star
* 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-111-3/+3
* NFS: Minor read optimisation...Trond Myklebust2007-07-111-11/+23
* NFS: use zero_user_pageNate Diller2007-05-151-5/+5
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-05-011-10/+9Star
* NFS: Cleanup for nfs_readpages()Trond Myklebust2007-05-011-32/+15Star
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-05-011-35/+27Star
* NFS: Cleanup the coalescing codeTrond Myklebust2007-05-011-11/+13
* NFS: fix print format for tk_pidChuck Lever2007-02-041-2/+2
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-041-103/+2Star
* 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/+3Star
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-061-2/+0Star
* | NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust2006-12-061-4/+6
* | NFS: Fix asynchronous read error handlingTrond Myklebust2006-12-061-71/+69Star
* | 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/+1Star
* NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust2006-09-231-3/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-231-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/+0Star
* [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/+4Star
* 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/+2Star
* 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/+3Star
* NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust2005-11-041-2/+2
* NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust2005-10-281-0/+1
* [PATCH] NFS: fix client oops when debugging is onNick Wilson2005-09-231-3/+2Star
* [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