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.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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
NFS: nfs_write_end clean up
Chuck Lever
1
-1
/
+3
2008-01-30
NFS: Optimise nfs_vm_page_mkwrite()
Trond Myklebust
1
-22
/
+14
2007-10-20
NFSv4: Ensure that we wait for the CLOSE request to complete
Trond Myklebust
1
-1
/
+1
2007-10-16
nfs: convert to new aops
Nick Piggin
1
-20
/
+60
2007-10-16
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+1
2007-10-10
NFS: clean up explicit check for mandatory locks
Pavel Emelyanov
1
-2
/
+1
2007-10-10
NFS: Replace file->private_data with calls to nfs_file_open_context()
Trond Myklebust
1
-4
/
+4
2007-10-10
NFS: Fall back to synchronous writes when a background write errors...
Trond Myklebust
1
-20
/
+44
2007-10-10
NFS: Clean up write code...
Trond Myklebust
1
-1
/
+1
2007-10-10
NFS: Add the helper nfs_vm_page_mkwrite
Trond Myklebust
1
-2
/
+33
2007-09-01
NFS: Fix a write request leak in nfs_invalidate_page()
Trond Myklebust
1
-1
/
+1
2007-07-19
locks: make posix_test_lock() interface more consistent
J. Bruce Fields
1
-1
/
+3
2007-07-19
nfs: disable leases over NFS
J. Bruce Fields
1
-0
/
+12
2007-07-10
sendfile: convert nfs to using splice_read()
Jens Axboe
1
-6
/
+9
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-07
locks: give posix_test_lock same interface as ->lock
Marc Eshel
1
-6
/
+1
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
1
-2
/
+2
2007-01-31
[PATCH] Remove warning: VFS is out of sync with lock manager
Neil Brown
1
-2
/
+3
2007-01-12
[PATCH] NFS: Fix race in nfs_release_page()
Trond Myklebust
1
-8
/
+8
2006-12-08
[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-7
/
+7
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
1
-5
/
+1
2006-12-06
NFS: Add nfs_set_page_dirty()
Trond Myklebust
1
-1
/
+1
2006-12-06
NFS: Remove nfs_writepage_sync()
Trond Myklebust
1
-0
/
+6
2006-12-06
NFS: cleanup of nfs_sync_inode_wait()
Trond Myklebust
1
-3
/
+6
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
1
-16
/
+18
2006-09-23
NFS: Use SEEK_END instead of hardcoded value
Josef 'Jeff' Sipek
1
-1
/
+1
2006-09-23
NFS: Make better use of inode* dereferencing macros
David Howells
1
-1
/
+1
2006-08-24
NFS: Fix a potential deadlock in nfs_release_page
Nikita Danilov
1
-1
/
+7
2006-06-29
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-06-24
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
1
-2
/
+2
2006-06-23
[PATCH] vfs: add lock owner argument to flush operation
Miklos Szeredi
1
-2
/
+2
2006-06-09
NFS: Flesh out nfs_invalidate_page()
Trond Myklebust
1
-1
/
+5
2006-06-09
NFS: Separate metadata and page cache revalidation mechanisms
Trond Myklebust
1
-21
/
+3
2006-04-19
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
Trond Myklebust
1
-3
/
+2
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-03-26
[PATCH] Make address_space_operations->invalidatepage return void
NeilBrown
1
-2
/
+1
2006-03-20
NFS, NLM: Allow blocking locks to respect signals
Trond Myklebust
1
-6
/
+0
2006-03-20
NLM: Fix nlmclnt_test to not copy private part of locks
Trond Myklebust
1
-1
/
+4
2006-03-20
locks,lockd: fix race in nlmsvc_testlock
Andy Adamson
1
-4
/
+3
2006-03-20
NFS: add I/O performance counters
Chuck Lever
1
-11
/
+9
2006-03-20
NFS: Avoid races between writebacks and truncation
Trond Myklebust
1
-0
/
+13
2005-12-22
[PATCH] fix posix lock on NFS
ASANO Masahiro
1
-1
/
+2
2005-12-20
NFS: Fix another O_DIRECT race
Trond Myklebust
1
-19
/
+4
2005-10-28
NFS: Optimise attribute revalidation on close().
Trond Myklebust
1
-2
/
+2
2005-10-19
NFS: Fix up a race in the NFS implementation of GETLK
Trond Myklebust
1
-9
/
+18
2005-10-18
[PATCH] NFS: Fix cache consistency races
Trond Myklebust
1
-1
/
+2
2005-08-18
[PATCH] NFS: split nfsi->flags into two fields
Chuck Lever
1
-2
/
+3
2005-06-23
[PATCH] NFS: Ensure that fstat() always returns the correct mtime
Trond Myklebust
1
-6
/
+22
2005-06-23
[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.
Trond Myklebust
1
-3
/
+9
[next]