aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_page.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-09NFS: Allow redirtying of a completed unstable write.Gravatar Trond Myklebust 1-3/+6
2008-01-30NFS: Clean up the write request locking.Gravatar Trond Myklebust 1-12/+1
2007-10-09NFS: Clean up write code...Gravatar Trond Myklebust 1-1/+0
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeGravatar Trond Myklebust 1-4/+1
2007-07-10NFS cleanup: speed up nfs_scan_commit using radix tree tagsGravatar Trond Myklebust 1-2/+3
2007-07-10NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDGravatar Trond Myklebust 1-3/+2
2007-07-10NFS: Convert struct nfs_page to use krefsGravatar Trond Myklebust 1-5/+5
2007-05-24NFS: Avoid a deadlock situation on writeGravatar Trond Myklebust 1-0/+1
2007-04-30NFS: Use pgoff_t in structures and functions that pass page cache offsetsGravatar Trond Myklebust 1-2/+2
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataGravatar Trond Myklebust 1-2/+2
2007-04-30NFS: Fix a race when doing NFS write coalescingGravatar Trond Myklebust 1-7/+1
2007-04-30NFS: Cleanup for nfs_readpages()Gravatar Trond Myklebust 1-0/+2
2007-04-30NFS: Another cleanup of the read/write request coalescing codeGravatar Trond Myklebust 1-2/+12
2007-04-30NFS: Cleanup the coalescing codeGravatar Trond Myklebust 1-2/+11
2007-04-20NFS: clean up the unstable write codeGravatar Trond Myklebust 1-30/+0
2007-04-14NFS: Ensure PG_writeback is cleared when writeback failsGravatar Trond Myklebust 1-1/+0
2006-12-06NFS: Make nfs_updatepage() mark the page as dirty.Gravatar Trond Myklebust 1-0/+1
2006-12-06NFS: Add nfs_set_page_dirty()Gravatar Trond Myklebust 1-0/+1
2006-12-06NFS: Clean up nfs_scan_dirty()Gravatar Trond Myklebust 1-2/+3
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Gravatar Trond Myklebust 1-1/+0
2006-06-09NFS: Flesh out nfs_invalidate_page()Gravatar Trond Myklebust 1-2/+2
2006-01-06NFS: simplify inlined bit ops in nfs_page.hGravatar Chuck Lever 1-9/+3
2005-06-22[PATCH] NFS: Replace nfs_page insertion sort with a radix sortGravatar Trond Myklebust 1-2/+16
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Gravatar Trond Myklebust 1-4/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+151