index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFS: Optimise NFS close()
Trond Myklebust
2009-03-19
7
-21
/
+47
*
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
*
SVCRDMA: fix recent printk format warnings.
Tom Talpey
2009-03-19
1
-1
/
+1
*
SUNRPC: Ensure we close the socket on EPIPE errors too...
Trond Myklebust
2009-03-19
1
-1
/
+1
*
SUNRPC: xs_tcp_connect_worker{4,6}: merge common code
Trond Myklebust
2009-03-19
1
-68
/
+72
*
SUNRPC: Add a sysctl to control the duration of the socket linger timeout
Trond Myklebust
2009-03-19
1
-2
/
+11
*
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
Trond Myklebust
2009-03-19
2
-17
/
+82
*
SUNRPC: Ensure that xs_nospace return values are propagated
Trond Myklebust
2009-03-11
1
-4
/
+7
*
SUNRPC: Delay, then retry on connection errors.
Trond Myklebust
2009-03-11
1
-18
/
+16
*
SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending
Trond Myklebust
2009-03-11
3
-52
/
+41
*
SUNRPC: Handle socket errors correctly
Trond Myklebust
2009-03-11
1
-7
/
+5
*
SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
Trond Myklebust
2009-03-11
3
-37
/
+34
*
SUNRPC: Don't disconnect if a connection is still in progress.
Trond Myklebust
2009-03-11
1
-4
/
+14
*
SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...
Trond Myklebust
2009-03-11
1
-4
/
+1
*
SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN
Trond Myklebust
2009-03-11
1
-8
/
+18
*
NFS: load the rpc/rdma transport module automatically
Tom Talpey
2009-03-11
1
-1
/
+3
*
SUNRPC: dynamically load RPC transport modules on-demand
Tom Talpey
2009-03-11
2
-0
/
+32
*
XPRTRDMA: correct an rpc/rdma inline send marshaling error
Tom Talpey
2009-03-11
1
-12
/
+14
*
SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.
Tom Talpey
2009-03-11
1
-3
/
+5
*
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
7
-29
/
+43
*
NFS: cleanup - remove struct nfs_inode->ncommit
Trond Myklebust
2009-03-11
3
-12
/
+17
*
NFSv4: Simplify some cache consistency post-op GETATTRs
Trond Myklebust
2009-03-11
2
-5
/
+13
*
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
5
-47
/
+38
*
NFS: Shrink the struct nfs_fattr
Trond Myklebust
2009-03-11
2
-7
/
+3
*
NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr
Trond Myklebust
2009-03-11
5
-103
/
+202
*
NFSv4: Ignore errors on the post-op attributes in SETATTR calls
Trond Myklebust
2009-03-11
1
-3
/
+1
*
NFS: flush cached directory information slightly more readily.
NeilBrown
2009-03-11
1
-2
/
+13
*
NFS: Minor __nfs_revalidate_inode cleanup
Suresh Jayaraman
2009-03-11
1
-3
/
+0
*
SUNRPC: Avoid spurious wake-up during UDP connect processing
Chuck Lever
2009-03-11
1
-18
/
+26
*
SUNRPC: xprt_connect() don't abort the task if the transport isn't bound
Trond Myklebust
2009-03-11
2
-5
/
+10
*
SUNRPC: Fix an Oops due to socket not set up yet...
Trond Myklebust
2009-03-11
1
-1
/
+9
*
Bug 11061, NFS mounts dropped
Ian Dall
2009-03-10
1
-1
/
+62
*
NFS: Handle -ESTALE error in access()
Suresh Jayaraman
2009-03-10
1
-1
/
+7
*
NLM: Fix GRANT callback address comparison when IPv6 is enabled
Chuck Lever
2009-03-10
1
-1
/
+50
*
NLM: Shrink the IPv4-only version of nlm_cmp_addr()
Chuck Lever
2009-03-10
1
-0
/
+8
*
NFSv3: Fix posix ACL code
Trond Myklebust
2009-03-10
4
-27
/
+39
*
NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)
Trond Myklebust
2009-03-10
1
-7
/
+8
*
SUNRPC: Tighten up the task locking rules in __rpc_execute()
Trond Myklebust
2009-03-10
1
-13
/
+20
*
i810: fix kernel crash fix when struct fb_var_screeninfo is supplied
Samuel CUELLA
2009-03-10
1
-2
/
+3
*
m68knommu: m528x build fix
Steven King
2009-03-10
1
-228
/
+0
*
m68knommu: m5206e build fix
Steven King
2009-03-10
1
-0
/
+1
*
rcu: documentation 1Q09 update
Paul E. McKenney
2009-03-10
1
-0
/
+12
*
kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users
Dhaval Giani
2009-03-10
1
-7
/
+7
*
mtd: physmap: fix NULL pointer dereference in error path
Atsushi Nemoto
2009-03-10
1
-8
/
+11
*
intel-agp: fix a panic with 1M of shared memory, no GTT entries
Lubomir Rintel
2009-03-10
1
-3
/
+5
[next]