aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_page.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-09NFS: Allow redirtying of a completed unstable write.Trond Myklebust1-3/+6
2008-01-30NFS: Clean up the write request locking.Trond Myklebust1-12/+1
2007-10-09NFS: Clean up write code...Trond Myklebust1-1/+0
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust1-4/+1
2007-07-10NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust1-2/+3
2007-07-10NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust1-3/+2
2007-07-10NFS: Convert struct nfs_page to use krefsTrond Myklebust1-5/+5
2007-05-24NFS: Avoid a deadlock situation on writeTrond Myklebust1-0/+1
2007-04-30NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust1-2/+2
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust1-2/+2
2007-04-30NFS: Fix a race when doing NFS write coalescingTrond Myklebust1-7/+1
2007-04-30NFS: Cleanup for nfs_readpages()Trond Myklebust1-0/+2
2007-04-30NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust1-2/+12
2007-04-30NFS: Cleanup the coalescing codeTrond Myklebust1-2/+11
2007-04-20NFS: clean up the unstable write codeTrond Myklebust1-30/+0
2007-04-14NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-1/+0
2006-12-06NFS: Make nfs_updatepage() mark the page as dirty.Trond Myklebust1-0/+1
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust1-0/+1
2006-12-06NFS: Clean up nfs_scan_dirty()Trond Myklebust1-2/+3
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust1-1/+0
2006-06-09NFS: Flesh out nfs_invalidate_page()Trond Myklebust1-2/+2
2006-01-06NFS: simplify inlined bit ops in nfs_page.hChuck Lever1-9/+3
2005-06-22[PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust1-2/+16
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more efficient.Trond Myklebust1-4/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+151