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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-31
[PATCH] Remove warning: VFS is out of sync with lock manager
Neil Brown
1
-2
/
+3
2007-01-24
[PATCH] NFS: Fix races in nfs_revalidate_mapping()
Trond Myklebust
3
-32
/
+71
2007-01-12
[PATCH] NFS: Fix race in nfs_release_page()
Trond Myklebust
1
-8
/
+8
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
1
-1
/
+1
2006-12-08
[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
8
-29
/
+29
2006-12-08
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
5
-12
/
+12
2006-12-07
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
4
-8
/
+9
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
5
-6
/
+6
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
3
-3
/
+3
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
2
-3
/
+3
2006-12-06
NFS: Clean up calls to mark_inode_dirty() part 2
Trond Myklebust
1
-2
/
+2
2006-12-06
NFS: Fix up writeback_control->nr_to_write accounting
Trond Myklebust
1
-9
/
+1
2006-12-06
NFS: Fix up the dirty page accounting
Trond Myklebust
2
-2
/
+0
2006-12-06
NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()
Trond Myklebust
1
-0
/
+3
2006-12-06
NFS: Fix nfs_release_page
Trond Myklebust
1
-6
/
+7
2006-12-06
NFS: Ensure we only call set_page_writeback() under the page lock
Trond Myklebust
2
-15
/
+29
2006-12-06
NFS: Make nfs_updatepage() mark the page as dirty.
Trond Myklebust
1
-17
/
+56
2006-12-06
NFS: Ensure that nfs_wb_page() calls writepage when necessary.
Trond Myklebust
1
-4
/
+30
2006-12-06
NFS: Add nfs_set_page_dirty()
Trond Myklebust
2
-14
/
+37
2006-12-06
NFS: Remove nfs_writepage_sync()
Trond Myklebust
5
-256
/
+10
2006-12-06
NFS: More cleanups of fs/nfs/write.c
Trond Myklebust
1
-44
/
+24
2006-12-06
NFS: Remove call to igrab() from nfs_writepage()
Trond Myklebust
1
-15
/
+1
2006-12-06
NFS: Cleanup: add common helper nfs_page_length()
Trond Myklebust
3
-63
/
+31
2006-12-06
NFS: Store pointer to the nfs_page in page->private
Trond Myklebust
1
-33
/
+33
2006-12-06
NFS: cleanup of nfs_sync_inode_wait()
Trond Myklebust
3
-16
/
+88
2006-12-06
NFS: Clean up nfs_scan_dirty()
Trond Myklebust
2
-63
/
+67
2006-12-06
NFS: Clean up nfs_flush_inode()
Trond Myklebust
1
-10
/
+10
2006-12-06
NFS: Remove use of the Big Kernel Lock around nfs calls to readlink
Frank Filz
1
-2
/
+0
2006-12-06
NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync
Frank Filz
3
-8
/
+0
2006-12-06
NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
Frank Filz
3
-10
/
+0
2006-12-06
NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)
Trond Myklebust
1
-2
/
+4
2006-12-06
NFS: Fix missing page_unlock() in nfs_readpage
Trond Myklebust
1
-4
/
+6
2006-12-06
NFS: Fix asynchronous read error handling
Trond Myklebust
1
-71
/
+69
2006-12-06
NFS Exclusive open not supported bug
Andy Ryan
1
-1
/
+1
2006-12-06
SUNRPC: Fix a potential race in rpc_wake_up_task()
Trond Myklebust
2
-5
/
+23
2006-12-06
Fix a second potential rpc_wakeup race...
Trond Myklebust
1
-6
/
+6
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-7
/
+6
2006-12-03
[NET]: ipconfig and nfsroot annotations
Al Viro
1
-7
/
+6
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
4
-9
/
+9
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
2
-2
/
+3
2006-11-06
[PATCH] sysctl: implement CTL_UNNUMBERED
Eric W. Biederman
1
-5
/
+0
2006-10-22
[PATCH] NFS: Cache invalidation fixup
Trond Myklebust
1
-0
/
+6
2006-10-22
[PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness
Trond Myklebust
1
-1
/
+6
2006-10-20
[PATCH] xdr annotations: mount_clnt
Al Viro
1
-3
/
+3
2006-10-20
[PATCH] nfs: verifier is network-endian
Al Viro
2
-4
/
+4
2006-10-20
[PATCH] xdr annotations: fs/nfs/callback*
Al Viro
2
-24
/
+24
2006-10-20
[PATCH] fs/nfs/callback* passes error values big-endian
Al Viro
3
-36
/
+36
2006-10-20
[PATCH] xdr annotations: NFS readdir entries
Al Viro
7
-14
/
+14
2006-10-20
[PATCH] xdr annotations: NFSv4
Al Viro
1
-177
/
+181
[next]