aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust1-1/+0
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy1-0/+3
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy1-1/+0
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust1-0/+1
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust1-1/+1
2010-05-14NFS: Read requests can use GFP_KERNEL.Trond Myklebust1-2/+2
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust1-1/+1
2009-12-05NFSv41: Clean up slot table managementTrond Myklebust1-10/+3
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson1-1/+2
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust1-4/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson1-1/+1
2009-06-17nfs41: read sequence setup/done supportAndy Adamson1-2/+28
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson1-0/+1
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells1-0/+5
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells1-0/+18
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells1-2/+2
2008-12-23nfs: remove redundant tests on reading new pagesWu Fengguang1-6/+0
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