aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust1-8/+15
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust1-20/+33
2008-03-19nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman1-2/+0
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust1-1/+4
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman1-1/+4
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-7/+1
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust1-0/+1
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust1-2/+5
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-5/+5
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy1-1/+1
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust1-12/+5
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust1-18/+20
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-2/+0
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-5/+10
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust1-3/+0
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-4/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust1-3/+3
2007-07-10NFS: Minor read optimisation...Trond Myklebust1-11/+23
2007-05-14NFS: use zero_user_pageNate Diller1-5/+5
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust1-10/+9
2007-04-30NFS: Cleanup for nfs_readpages()Trond Myklebust1-32/+15
2007-04-30NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust1-35/+27
2007-04-30NFS: Cleanup the coalescing codeTrond Myklebust1-11/+13
2007-02-03NFS: fix print format for tk_pidChuck Lever1-2/+2
2007-02-03NFS: Remove nfs_readpage_sync()Trond Myklebust1-103/+2
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+1
2006-12-06NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust1-18/+3
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz1-2/+0
2006-12-06NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust1-4/+6
2006-12-06NFS: Fix asynchronous read error handlingTrond Myklebust1-71/+69
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-1/+7
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