aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/read.c
AgeCommit message (Expand)Author
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
2006-12-06NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust
2006-12-06NFS: Fix asynchronous read error handlingTrond Myklebust
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells
2006-09-19NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust
2006-08-24NFS: Fix issue with EIO on NFS readTrond Myklebust