index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
1
-0
/
+2
*
switch follow_down()
Al Viro
2009-06-11
1
-1
/
+1
*
NFSv4: Fix the case where NFSv4 renewal fails
Trond Myklebust
2009-05-26
1
-6
/
+3
*
nfs: fix build error in nfsroot with initconst
Sam Ravnborg
2009-05-26
1
-1
/
+1
*
nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.
Frank Filz
2009-05-18
1
-1
/
+2
*
Convert obvious places to deactivate_locked_super()
Al Viro
2009-05-09
1
-10
/
+5
*
vfs: umount_begin BKL pushdown
Alessio Igor Bogani
2009-05-09
1
-1
/
+6
*
NFS: Close page_mkwrite() races
Trond Myklebust
2009-05-02
1
-3
/
+3
*
NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
Trond Myklebust
2009-04-21
1
-1
/
+2
*
NFS: Fix the return value in nfs_page_mkwrite()
Trond Myklebust
2009-04-07
1
-2
/
+0
*
NFS: Fix a double free in nfs_parse_mount_options()
Trond Myklebust
2009-04-06
1
-1
/
+1
*
NFS: Add mount options to enable local caching on NFS
David Howells
2009-04-03
3
-0
/
+28
*
NFS: Display local caching state
David Howells
2009-04-03
2
-3
/
+19
*
NFS: Store pages from an NFS inode into a local cache
David Howells
2009-04-03
3
-0
/
+49
*
NFS: Read pages from FS-Cache into an NFS inode
David Howells
2009-04-03
3
-0
/
+177
*
NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching
David Howells
2009-04-03
1
-2
/
+2
*
NFS: Add read context retention for FS-Cache to call back with
David Howells
2009-04-03
1
-0
/
+26
*
NFS: FS-Cache page management
David Howells
2009-04-03
3
-4
/
+101
*
NFS: Add some new I/O counters for FS-Cache doing things for NFS
David Howells
2009-04-03
2
-0
/
+29
*
NFS: Invalidate FsCache page flags when cache removed
David Howells
2009-04-03
1
-0
/
+40
*
NFS: Use local disk inode cache
David Howells
2009-04-03
3
-0
/
+181
*
NFS: Define and create inode-level cache objects
David Howells
2009-04-03
2
-0
/
+124
*
NFS: Define and create superblock-level objects
David Howells
2009-04-03
5
-2
/
+209
*
NFS: Define and create server-level objects
David Howells
2009-04-03
5
-1
/
+133
*
NFS: Register NFS for caching and retrieve the top-level index
David Howells
2009-04-03
4
-0
/
+93
*
NFS: Permit local filesystem caching to be enabled for NFS
David Howells
2009-04-03
1
-0
/
+8
*
NFS: Add comment banners to some NFS functions
David Howells
2009-04-03
1
-0
/
+26
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2009-04-02
2
-4
/
+4
|
\
|
*
New helper - current_umask()
Al Viro
2009-03-31
2
-4
/
+4
*
|
Merge branch 'devel' into for-linus
Trond Myklebust
2009-04-01
18
-343
/
+549
|
\
\
|
*
|
NFS: Simplify logic to compare socket addresses in client.c
Chuck Lever
2009-03-28
1
-64
/
+52
|
*
|
Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel
Trond Myklebust
2009-03-28
1
-29
/
+39
|
|
\
\
|
*
|
|
NFS: Start PF_INET6 callback listener only if IPv6 support is available
Chuck Lever
2009-03-28
3
-2
/
+21
|
*
|
|
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
Chuck Lever
2009-03-28
1
-12
/
+2
|
*
|
|
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
Chuck Lever
2009-03-28
1
-2
/
+1
|
*
|
|
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
2009-03-28
1
-2
/
+2
|
*
|
|
NFS: Optimise NFS close()
Trond Myklebust
2009-03-19
6
-21
/
+46
|
*
|
|
NFS: Fix the notifications when renaming onto an existing file
Trond Myklebust
2009-03-19
1
-5
/
+4
|
*
|
|
NFS: Fix up a mismerged patch
Trond Myklebust
2009-03-19
1
-1
/
+1
|
*
|
|
NFS: load the rpc/rdma transport module automatically
Tom Talpey
2009-03-11
1
-1
/
+3
|
*
|
|
NFS: Kill the "defined but not used" compile error on nommu machines
Trond Myklebust
2009-03-11
1
-7
/
+5
|
*
|
|
NFS: Throttle page dirtying while we're flushing to disk
Trond Myklebust
2009-03-11
6
-29
/
+42
|
*
|
|
NFS: cleanup - remove struct nfs_inode->ncommit
Trond Myklebust
2009-03-11
2
-10
/
+16
|
*
|
|
NFSv4: Simplify some cache consistency post-op GETATTRs
Trond Myklebust
2009-03-11
1
-5
/
+8
|
*
|
|
NFSv4: A referral is assumed to always point to a directory.
Trond Myklebust
2009-03-11
1
-0
/
+14
|
*
|
|
NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decoded
Trond Myklebust
2009-03-11
1
-19
/
+73
|
*
|
|
NFSv4: Clean up decode_getfattr()
Trond Myklebust
2009-03-11
1
-21
/
+57
|
*
|
|
NFS: Fix the type of struct nfs_fattr->mode
Trond Myklebust
2009-03-11
4
-45
/
+37
|
*
|
|
NFS: Shrink the struct nfs_fattr
Trond Myklebust
2009-03-11
1
-3
/
+0
|
*
|
|
NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr
Trond Myklebust
2009-03-11
4
-96
/
+161
[next]