aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
2010-02-23NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust
2009-12-18NFS: Fix nfs_migrate_page()Trond Myklebust
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds
2009-07-10fuse: Fix build errorLarry Finger
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson
2009-06-17nfs41 commit sequence setup done supportAndy Adamson
2009-06-17nfs41 write sequence setup done supportAndy Adamson
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson
2009-03-19NFS: Fix up a mismerged patchTrond Myklebust
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust
2008-10-07NFS: Don't use range_cyclic for data integrity syncsTrond Myklebust
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust
2008-07-09NFS: Allow redirtying of a completed unstable write.Trond Myklebust
2008-07-09NFS: Clean up nfs_update_request()Trond Myklebust
2008-07-09NFS: Fix trace debugging nits in write.cChuck Lever
2008-07-09NFS: Revert commit 44dd151dTrond Myklebust
2008-07-09NFS: Optimise append writes with holesTrond Myklebust
2008-07-09NFS: Fix a preemption count leak in nfs_update_requestTrond Myklebust
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust
2008-05-16nfs: fix race in nfs_dirty_requestFred Isaman
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust
2008-04-19NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust
2008-03-19nfs: nfs_redirty_requestFred
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust
2008-02-25NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust
2008-02-13nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin
2008-02-07NFS: Fix a potential file corruption issue when writingTrond Myklebust
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30NFS: Fix minor mixed sign comparison in NFS client's write logicChuck Lever
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2008-01-30NFS: Clean up the write request locking.Trond Myklebust
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox
2007-11-26NFS: make nfs_wb_page_priority() staticAdrian Bunk