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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-23
NFS: decode_dirent should use an xdr_stream
Bryan Schumaker
7
-40
/
+202
2010-10-23
SUNRPC: Add a helper function xdr_inline_peek
Trond Myklebust
2
-0
/
+22
2010-10-23
NFS: remove readdir plus limit
Bryan Schumaker
1
-5
/
+1
2010-10-23
NFS: re-add readdir plus
Bryan Schumaker
1
-0
/
+67
2010-10-23
NFS: Optimise the readdir searches
Trond Myklebust
1
-4
/
+2
2010-10-23
NFS: add readdir cache array
Bryan Schumaker
1
-323
/
+309
2010-10-23
nfs: include ratelimit.h, fix nfs4state build error
Randy Dunlap
1
-0
/
+1
2010-10-23
NFSv4: The state manager must ignore EKEYEXPIRED.
Trond Myklebust
2
-10
/
+40
2010-10-23
NFSv4: Don't ignore the error return codes from nfs_intent_set_file
Trond Myklebust
1
-12
/
+23
2010-10-20
NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID
Trond Myklebust
1
-5
/
+11
2010-10-20
NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlers
Trond Myklebust
1
-6
/
+0
2010-10-20
NFSv4: Fix open recovery
Trond Myklebust
1
-0
/
+3
2010-10-20
NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidation
Trond Myklebust
1
-9
/
+8
2010-10-08
NFS: new idmapper
Bryan Schumaker
8
-6
/
+329
2010-09-29
NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinker
Trond Myklebust
1
-2
/
+2
2010-09-29
NFS: don't use FLUSH_SYNC on WB_SYNC_NONE COMMIT calls (try #2)
Jeff Layton
1
-7
/
+9
2010-09-29
NFS: Really fix put_nfs_open_context()
Trond Myklebust
1
-2
/
+4
2010-09-24
NFSv4.1: keep seq_res.sr_slot as pointer rather than an index
Benny Halevy
6
-41
/
+25
2010-09-23
nfs: show "local_lock" mount option in /proc/mounts
Suresh Jayaraman
1
-0
/
+13
2010-09-23
NFS: handle inode==NULL in __put_nfs_open_context
Benny Halevy
1
-4
/
+7
2010-09-23
nfs: introduce mount option '-olocal_lock' to make locks local
Suresh Jayaraman
4
-16
/
+97
2010-09-22
lockd: Remove BKL from the client
Bryan Schumaker
2
-14
/
+14
2010-09-22
SUNRPC: Refactor logic to NUL-terminate strings in pages
Chuck Lever
5
-14
/
+21
2010-09-22
SUNRPC: Correct an rpcbind debugging message
Chuck Lever
1
-2
/
+3
2010-09-22
NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.c
Chuck Lever
1
-2
/
+3
2010-09-22
NFS: Convert nfsiod to use alloc_workqueue()
Trond Myklebust
1
-1
/
+1
2010-09-22
SUNRPC: Convert rpciod to use the alloc_workqueue() interface
Trond Myklebust
1
-1
/
+1
2010-09-22
NFSv4.1: Fix the slotid initialisation in nfs_async_rename()
Trond Myklebust
1
-0
/
+2
2010-09-22
NFS: Fix a use-after-free case in nfs_async_rename()
Trond Myklebust
1
-7
/
+2
2010-09-18
nfs: make sillyrename an async operation
Jeff Layton
5
-11
/
+263
2010-09-18
nfs: move nfs_sillyrename to unlink.c
Jeff Layton
3
-72
/
+85
2010-09-18
nfs: standardize the rename response container
Jeff Layton
5
-27
/
+22
2010-09-18
nfs: standardize the rename args container
Jeff Layton
7
-51
/
+32
2010-09-17
NFS: Add an 'open_context' element to struct nfs_rpc_ops
Trond Myklebust
4
-5
/
+10
2010-09-17
NFS: Clean up nfs4_proc_create()
Trond Myklebust
5
-51
/
+58
2010-09-17
NFSv4: Further cleanups for nfs4_open_revalidate()
Trond Myklebust
3
-35
/
+26
2010-09-17
NFSv4: Clean up nfs4_open_revalidate
Trond Myklebust
3
-19
/
+17
2010-09-17
NFSv4: Further minor cleanups for nfs4_atomic_open()
Trond Myklebust
3
-31
/
+20
2010-09-17
NFSv4: Clean up nfs4_atomic_open
Trond Myklebust
5
-36
/
+93
2010-09-17
SUNRPC: Remove rpcb_getport_sync()
Chuck Lever
2
-52
/
+0
2010-09-17
NFS: Allow NFSROOT debugging messages to be enabled dynamically
Chuck Lever
3
-7
/
+39
2010-09-17
NFS: Clean up nfsroot.c
Chuck Lever
1
-418
/
+1
2010-09-17
NFS: Use super.c for NFSROOT mount option parsing
Chuck Lever
3
-17
/
+187
2010-09-17
NFS: Clean up NFSROOT command line parsing
Chuck Lever
1
-9
/
+23
2010-09-17
NFS: Remove \t from mount debugging message
Chuck Lever
1
-1
/
+1
2010-08-29
SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen
Trond Myklebust
1
-1
/
+10
2010-08-29
sunrpc: simplify xdr_shrink_pagelen use of "copy"
Benny Halevy
1
-4
/
+3
2010-08-29
sunrpc: don't use the copy variable in nested block
Benny Halevy
1
-2
/
+1
2010-08-29
sunrpc: clean up xdr_shrink_pagelen use of temporary pointer
Benny Halevy
1
-2
/
+1
2010-08-29
sunrpc: don't shorten buflen twice in xdr_shrink_pagelen
Benny Halevy
1
-2
/
+1
[next]