aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-07NFS: Don't use range_cyclic for data integrity syncsTrond Myklebust1-1/+2
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust1-5/+10
2008-07-09NFS: Allow redirtying of a completed unstable write.Trond Myklebust1-33/+32
2008-07-09NFS: Clean up nfs_update_request()Trond Myklebust1-98/+103
2008-07-09NFS: Fix trace debugging nits in write.cChuck Lever1-13/+14
2008-07-09NFS: Revert commit 44dd151dTrond Myklebust1-11/+2
2008-07-09NFS: Optimise append writes with holesTrond Myklebust1-9/+3
2008-07-09NFS: Fix a preemption count leak in nfs_update_requestTrond Myklebust1-7/+4
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust1-3/+4
2008-05-16nfs: fix race in nfs_dirty_requestFred Isaman1-1/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust1-14/+19
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust1-24/+43
2008-04-19NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust1-11/+12
2008-03-19nfs: nfs_redirty_requestFred1-9/+14
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust1-1/+7
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman1-1/+7
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust1-15/+19
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-14/+2
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust1-0/+2
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust1-3/+10
2008-02-25NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-02-13nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin1-15/+19
2008-02-07NFS: Fix a potential file corruption issue when writingTrond Myklebust1-3/+17
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-3/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+1
2008-01-30NFS: Fix minor mixed sign comparison in NFS client's write logicChuck Lever1-1/+1
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust1-14/+10
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust1-16/+35
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-7/+5
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-11/+19
2008-01-30NFS: Clean up the write request locking.Trond Myklebust1-9/+7
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-6/+1
2007-11-26NFS: make nfs_wb_page_priority() staticAdrian Bunk1-1/+2
2007-10-19NFS: Fix a writeback race...Trond Myklebust1-4/+13
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra1-0/+7
2007-10-17nfs: remove congestion_end()Peter Zijlstra1-3/+1
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust1-2/+0
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-2/+2
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust1-3/+10
2007-10-09NFS: Writeback optimisationTrond Myklebust1-10/+22
2007-10-09NFS: Clean up NFS writeback flush codeTrond Myklebust1-27/+14
2007-10-09NFS: Clean up nfs_writepages()Trond Myklebust1-24/+33
2007-10-09NFS: Clean up write code...Trond Myklebust1-64/+4
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust1-0/+44
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust1-44/+40
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust1-3/+0
2007-07-10NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust1-1/+5
2007-07-10NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust1-8/+8