aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/read.c
AgeCommit message (Expand)Author
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust
2010-05-14NFS: Read requests can use GFP_KERNEL.Trond Myklebust
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust
2009-12-05NFSv41: Clean up slot table managementTrond Myklebust
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson
2009-06-17nfs41: read sequence setup/done supportAndy Adamson
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells
2008-12-23nfs: remove redundant tests on reading new pagesWu Fengguang
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust
2008-03-19nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust
2007-07-10NFS: Minor read optimisation...Trond Myklebust
2007-05-14NFS: use zero_user_pageNate Diller
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust
2007-04-30NFS: Cleanup for nfs_readpages()Trond Myklebust
2007-04-30NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust
2007-04-30NFS: Cleanup the coalescing codeTrond Myklebust
2007-02-03NFS: fix print format for tk_pidChuck Lever
2007-02-03NFS: Remove nfs_readpage_sync()Trond Myklebust
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter
2006-12-06NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz