index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-09-29
NFS: Fix fdatasync/fsync() when confronted with a server reboot
Trond Myklebust
1
-0
/
+1
2012-09-29
NFS: Clean up helper function nfs4_select_rw_stateid()
Trond Myklebust
1
-3
/
+7
2012-08-03
nfs: tear down caches in nfs_init_writepagecache when allocation fails
Jeff Layton
1
-3
/
+12
2012-08-01
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-34
/
+55
2012-08-01
nfs: prevent page allocator recursions with swap over NFS.
Mel Gorman
1
-2
/
+2
2012-08-01
nfs: disable data cache revalidation for swapfiles
Mel Gorman
1
-14
/
+35
2012-08-01
nfs: teach the NFS client how to treat PG_swapcache pages
Mel Gorman
1
-18
/
+18
2012-07-31
NFS: Convert v4 into a module
Bryan Schumaker
1
-4
/
+9
2012-07-31
NFS: Convert v3 into a module
Bryan Schumaker
1
-4
/
+4
2012-07-31
NFS: Convert v2 into a module
Bryan Schumaker
1
-0
/
+2
2012-07-31
NFS: Split out remaining NFS v4 inode functions
Bryan Schumaker
1
-20
/
+0
2012-06-29
NFS: Create custom NFS v4 write_inode() function
Bryan Schumaker
1
-2
/
+8
2012-06-29
NFS: Create an write_pageio_init() function
Bryan Schumaker
1
-12
/
+6
2012-06-29
NFS: Create a have_delegation rpc_op
Bryan Schumaker
1
-1
/
+1
2012-06-29
NFS: Cleanup - only store the write verifier in struct nfs_page
Trond Myklebust
1
-2
/
+2
2012-06-06
NFS: Fix a commit bug
Trond Myklebust
1
-3
/
+4
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
[next]