index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-20
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
1
-6
/
+7
2012-05-09
NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release
Trond Myklebust
1
-6
/
+6
2012-05-09
NFS: Clean up - simplify nfs_lock_request()
Trond Myklebust
1
-5
/
+6
2012-05-09
NFS: nfs_set_page_writeback no longer needs to reference the page
Trond Myklebust
1
-8
/
+3
2012-05-09
NFS: Prevent a deadlock in the new writeback code
Trond Myklebust
1
-2
/
+4
2012-05-01
NFS: Always trust the PageUptodate flag when we have a delegation
Trond Myklebust
1
-3
/
+7
2012-05-01
NFS: Clean up nfs read and write error paths
Trond Myklebust
1
-23
/
+23
2012-04-30
NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()
Bryan Schumaker
1
-0
/
+11
2012-04-27
NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c
Trond Myklebust
1
-1
/
+1
2012-04-27
NFS: rewrite directio write to use async coalesce code
Fred Isaman
1
-18
/
+18
2012-04-27
NFS: avoid some stat gathering for direct io
Fred Isaman
1
-6
/
+12
2012-04-27
NFS: add dreq to nfs_commit_info
Fred Isaman
1
-0
/
+2
2012-04-27
NFS: create nfs_commit_completion_ops
Fred Isaman
1
-10
/
+21
2012-04-27
NFS: create struct nfs_commit_info
Fred Isaman
1
-65
/
+93
2012-04-27
NFS: create nfs_generic_commit_list
Fred Isaman
1
-3
/
+12
2012-04-27
NFS: remove unused wb_complete field from struct nfs_page
Fred Isaman
1
-1
/
+0
2012-04-27
NFS: create completion structure to pass into page_init functions
Fred Isaman
1
-15
/
+26
2012-04-27
NFS: merge _full and _partial write rpc_ops
Fred Isaman
1
-209
/
+174
2012-04-27
NFS: create struct nfs_page_array
Fred Isaman
1
-14
/
+8
2012-04-27
NFS: create common nfs_pgio_header for both read and write
Fred Isaman
1
-46
/
+58
2012-04-27
NFS: reverse arg order in nfs_initiate_[read|write]
Fred Isaman
1
-3
/
+3
2012-04-27
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
Fred Isaman
1
-20
/
+30
2012-04-20
NFS: put open context on error in nfs_flush_multi
Fred Isaman
1
-1
/
+1
2012-04-18
NFS: check for req==NULL in nfs_try_to_update_request cleanup
Fred Isaman
1
-1
/
+2
2012-03-21
NFS: Remove nfs4_setup_sequence from generic write code
Bryan Schumaker
1
-14
/
+1
2012-03-20
NFS: Use cond_resched_lock() to reduce latencies in the commit scans
Trond Myklebust
1
-3
/
+8
2012-03-20
NFS: ncommit count is being double decremented
Fred Isaman
1
-4
/
+1
2012-03-17
NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code
Trond Myklebust
1
-47
/
+77
2012-03-11
NFS: remove nfs_inode radix tree
Fred Isaman
1
-53
/
+67
2012-03-11
NFS: remove NFS_PAGE_TAG_LOCKED
Fred Isaman
1
-11
/
+9
2012-02-01
NFSv41: Add a new helper nfs4_init_sequence()
Trond Myklebust
1
-1
/
+1
2012-01-13
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
1
-2
/
+2
2012-01-13
mm: compaction: determine if dirty pages can be migrated without blocking wit...
Mel Gorman
1
-2
/
+2
2012-01-06
NFS: Remove pNFS bloat from the generic write path
Trond Myklebust
1
-25
/
+2
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-03
nfs: Remove unused variable from write.c
Rakib Mullick
1
-2
/
+1
2011-11-01
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
1
-0
/
+1
2011-10-20
NFS: Get rid of unnecessary calls to ClearPageError() in read code
Trond Myklebust
1
-1
/
+0
2011-10-20
NFS: Get rid of nfs_restart_rpc()
Trond Myklebust
1
-1
/
+1
2011-10-18
NFS: Use the inode->i_version to cache NFSv4 change attribute information
Trond Myklebust
1
-1
/
+1
2011-10-18
pnfs: recoalesce when ld write pagelist fails
Peng Tao
1
-1
/
+24
2011-10-18
nfs: don't try to migrate pages with active requests
Jeff Layton
1
-25
/
+11
2011-10-18
nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pages
Jeff Layton
1
-0
/
+4
2011-10-18
Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...
Trond Myklebust
1
-1
/
+2
2011-09-14
NFS: Fix a typo in nfs_flush_multi
Trond Myklebust
1
-1
/
+1
2011-07-28
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-64
/
+92
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
1
-2
/
+1
2011-07-25
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
Stephen Rothwell
1
-12
/
+12
2011-07-20
nfs_open_context doesn't need struct path either
Al Viro
1
-11
/
+11
2011-07-15
NFS: Clean up - simplify the switch to read/write-through-MDS
Trond Myklebust
1
-2
/
+2
[next]