summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix a writeback race...Trond Myklebust2007-10-191-4/+13
* mm: count reclaimable pages per BDIPeter Zijlstra2007-10-171-0/+7
* nfs: remove congestion_end()Peter Zijlstra2007-10-171-3/+1Star
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-091-2/+0Star
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-2/+2
* NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust2007-10-091-3/+10
* NFS: Writeback optimisationTrond Myklebust2007-10-091-10/+22
* NFS: Clean up NFS writeback flush codeTrond Myklebust2007-10-091-27/+14Star
* NFS: Clean up nfs_writepages()Trond Myklebust2007-10-091-24/+33
* NFS: Clean up write code...Trond Myklebust2007-10-091-64/+4Star
* NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust2007-09-011-0/+44
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-111-44/+40Star
* NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-111-3/+0Star
* NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust2007-07-111-1/+5
* NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust2007-07-111-8/+8
* NFS: Convert struct nfs_page to use krefsTrond Myklebust2007-07-111-3/+3
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-111-10/+10
* NFS: Don't mark a written page as uptodate until it is on diskTrond Myklebust2007-07-111-3/+11
* NFS: Avoid a deadlock situation on writeTrond Myklebust2007-05-241-2/+4
* NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-151-2/+2
* NFS: use zero_user_pageNate Diller2007-05-151-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/+0Star
* NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2007-05-011-9/+9
* NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust2007-05-011-5/+1Star
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-05-011-6/+5Star
* NFS: Fix a race when doing NFS write coalescingTrond Myklebust2007-05-011-102/+47Star
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-05-011-33/+20Star
* NFS: Cleanup the coalescing codeTrond Myklebust2007-05-011-6/+5Star
* NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust2007-05-011-30/+0Star
* NFS: Fix nfs_set_page_dirty()Trond Myklebust2007-05-011-1/+11
* NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-211-3/+14
* NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-211-25/+22Star
* NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-211-3/+3
* NFS: clean up the unstable write codeTrond Myklebust2007-04-211-46/+71
* NFS: Fix a list corruption problemTrond Myklebust2007-04-161-1/+3
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-151-7/+15
* [PATCH] nfs: fix congestion controlPeter Zijlstra2007-03-171-42/+74
* NFS: Don't use ClearPageUptodate() when writeback failsTrond Myklebust2007-02-131-5/+10
* NFS: fix print format for tk_pidChuck Lever2007-02-041-4/+5
* NFS: Fixup some outdated comments...Trond Myklebust2007-02-041-41/+1Star
* NFS: nfs_writepages() cleanupTrond Myklebust2007-02-041-20/+1Star
* NFS: Micro-optimisation for nfs_wb_page()Trond Myklebust2007-02-041-0/+2
* NFS: Ensure that ->writepage() uses flush_stable() when reclaiming pagesTrond Myklebust2007-02-041-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