summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
...
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-10/+10
* NFS: Don't mark a written page as uptodate until it is on diskTrond Myklebust2007-07-101-3/+11
* NFS: Avoid a deadlock situation on writeTrond Myklebust2007-05-241-2/+4
* NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-141-2/+2
* NFS: use zero_user_pageNate Diller2007-05-141-1/+1
* nfs: fix congestion control: use atomic_longsPeter Zijlstra2007-05-081-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2007-04-301-9/+9
* NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust2007-04-301-5/+1
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-04-301-6/+5
* NFS: Fix a race when doing NFS write coalescingTrond Myklebust2007-04-301-102/+47
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-04-301-33/+20
* NFS: Cleanup the coalescing codeTrond Myklebust2007-04-301-6/+5
* NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust2007-04-301-30/+0
* NFS: Fix nfs_set_page_dirty()Trond Myklebust2007-04-301-1/+11
* NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-201-3/+14
* NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-201-25/+22
* NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-201-3/+3
* NFS: clean up the unstable write codeTrond Myklebust2007-04-201-46/+71
* NFS: Fix a list corruption problemTrond Myklebust2007-04-151-1/+3
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-141-7/+15
* [PATCH] nfs: fix congestion controlPeter Zijlstra2007-03-161-42/+74
* NFS: Don't use ClearPageUptodate() when writeback failsTrond Myklebust2007-02-121-5/+10
* NFS: fix print format for tk_pidChuck Lever2007-02-031-4/+5
* NFS: Fixup some outdated comments...Trond Myklebust2007-02-031-41/+1
* NFS: nfs_writepages() cleanupTrond Myklebust2007-02-031-20/+1
* NFS: Micro-optimisation for nfs_wb_page()Trond Myklebust2007-02-031-0/+2
* NFS: Ensure that ->writepage() uses flush_stable() when reclaiming pagesTrond Myklebust2007-02-031-1/+1
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-3/+3
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
| * [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-2/+2
* | NFS: Clean up calls to mark_inode_dirty() part 2Trond Myklebust2006-12-061-2/+2
* | NFS: Fix up the dirty page accountingTrond Myklebust2006-12-061-1/+0
* | NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()Trond Myklebust2006-12-061-0/+3
* | NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust2006-12-061-10/+28
* | NFS: Make nfs_updatepage() mark the page as dirty.Trond Myklebust2006-12-061-17/+56
* | NFS: Ensure that nfs_wb_page() calls writepage when necessary.Trond Myklebust2006-12-061-4/+30
* | NFS: Add nfs_set_page_dirty()Trond Myklebust2006-12-061-13/+36
* | NFS: Remove nfs_writepage_sync()Trond Myklebust2006-12-061-96/+4
* | NFS: More cleanups of fs/nfs/write.cTrond Myklebust2006-12-061-44/+24
* | NFS: Remove call to igrab() from nfs_writepage()Trond Myklebust2006-12-061-15/+1
* | NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust2006-12-061-45/+10
* | NFS: Store pointer to the nfs_page in page->privateTrond Myklebust2006-12-061-33/+33
* | NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust2006-12-061-12/+81
* | NFS: Clean up nfs_scan_dirty()Trond Myklebust2006-12-061-38/+16
* | NFS: Clean up nfs_flush_inode()Trond Myklebust2006-12-061-10/+10
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-061-2/+0
* | NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)Trond Myklebust2006-12-061-2/+4
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-4/+16
|/
OpenPOWER on IntegriCloud