aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pagelist.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-06NFS: Don't check lock owner compatability unless file is locked (part 2)Gravatar Trond Myklebust 1-6/+16
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeGravatar Trond Myklebust 1-0/+51
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedGravatar Trond Myklebust 1-0/+2
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Gravatar Trond Myklebust 1-1/+3
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureGravatar Trond Myklebust 1-3/+5
2012-08-02NFS41: add pg_layout_private to nfs_pageio_descriptorGravatar Peng Tao 1-0/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-2/+2
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Gravatar Mel Gorman 1-1/+1
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesGravatar Mel Gorman 1-1/+1
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-0/+4
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseGravatar Trond Myklebust 1-5/+6
2012-05-09NFS: Prevent a deadlock in the new writeback codeGravatar Trond Myklebust 1-2/+10
2012-04-27NFS: rewrite directio read to use async coalesce codeGravatar Fred Isaman 1-3/+4
2012-04-27NFS: prepare coalesce testing for directioGravatar Fred Isaman 1-2/+2
2012-04-27NFS: remove unused wb_complete field from struct nfs_pageGravatar Fred Isaman 1-1/+0
2012-04-27NFS: create completion structure to pass into page_init functionsGravatar Fred Isaman 1-0/+3
2012-04-27NFS: merge _full and _partial read rpc_opsGravatar Fred Isaman 1-0/+24
2012-04-27NFS: create struct nfs_page_arrayGravatar Fred Isaman 1-0/+13
2012-03-10NFS: remove nfs_inode radix treeGravatar Fred Isaman 1-61/+0
2012-03-10NFS: remove NFS_PAGE_TAG_LOCKEDGravatar Fred Isaman 1-31/+1
2012-01-31NFS: Remove unnecessary includes from linux/nfs_fs_i.hGravatar Trond Myklebust 1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 1-0/+1
2011-10-31NFS: Fix documenting comment for nfs_create_request()Gravatar Chuck Lever 1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Gravatar Stephen Rothwell 1-2/+2
2011-07-20nfs_open_context doesn't need struct path eitherGravatar Al Viro 1-2/+2
2011-07-15NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is neededGravatar Trond Myklebust 1-3/+54
2011-07-12NFSv4.1: Add an initialisation callback for pNFSGravatar Trond Myklebust 1-0/+2
2011-07-12NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixGravatar Trond Myklebust 1-6/+4
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingGravatar Benny Halevy 1-1/+2
2011-05-29NFSv4.1: define nfs_generic_pg_testGravatar Boaz Harrosh 1-24/+20
2011-05-29NFSv4.1: change pg_test return type to boolGravatar Benny Halevy 1-11/+11
2011-05-29NFSv4.1: unify pnfs_pageio_init functionsGravatar Benny Halevy 1-0/+2
2011-03-27NFS: Fix a hang in the writeback pathGravatar Trond Myklebust 1-2/+2
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITGravatar Fred Isaman 1-2/+3
2011-03-21FS: Use stable writes when not doing a bulk flushGravatar Trond Myklebust 1-0/+3
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionGravatar Fred Isaman 1-1/+0
2011-03-11NFSv4.1: rearrange ->doio argsGravatar Fred Isaman 1-8/+2
2011-03-11NFSv4.1: shift pnfs_update_layout locationsGravatar Fred Isaman 1-2/+5
2011-03-11NFSv4.1: coelesce across layout stripesGravatar Fred Isaman 1-2/+10
2010-12-21nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc()Gravatar Jesper Juhl 1-5/+2
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestGravatar Trond Myklebust 1-2/+2
2010-10-28nfs: handle lock context allocation failures in nfs_create_requestGravatar Jeff Layton 1-1/+7
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Gravatar Trond Myklebust 1-1/+7
2010-05-14NFS: Clean up nfs_create_request()Gravatar Trond Myklebust 1-10/+4
2010-03-11NFS: Avoid a deadlock in nfs_release_pageGravatar Trond Myklebust 1-10/+13
2010-02-03NFS: Fix an Oops when truncating a fileGravatar Trond Myklebust 1-8/+9
2009-03-11NFS: Throttle page dirtying while we're flushing to diskGravatar Trond Myklebust 1-11/+0
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+5
2008-01-30NFS: Clean up the write request locking.Gravatar Trond Myklebust 1-5/+8