aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-09NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust1-2/+1
2010-01-26NFS: Make nfs_commitdata_release staticH Hartley Sweeten1-1/+1
2010-01-26NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust1-0/+1
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust1-4/+4
2009-12-10NFS: Fix nfs_migrate_page()Trond Myklebust1-2/+3
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust1-1/+1
2009-12-05NFSv41: Clean up slot table managementTrond Myklebust1-3/+1
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson1-1/+2
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang1-1/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-4/+2
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust1-4/+2
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust1-22/+69
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds1-1/+0
2009-07-10fuse: Fix build errorLarry Finger1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-3/+5
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson1-4/+4
2009-06-17nfs41 commit sequence setup done supportAndy Adamson1-0/+3
2009-06-17nfs41 write sequence setup done supportAndy Adamson1-0/+22
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson1-0/+2
2009-03-19NFS: Fix up a mismerged patchTrond Myklebust1-1/+1
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust1-9/+19
2009-03-11NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust1-9/+16
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