projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author
Commit
2010-10-25
J. Bruce Fields
svcrpc: svc_tcp_sendto XPT_DEAD check is redundant
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-25
J. Bruce Fields
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-25
J. Bruce Fields
svcrpc: assume svc_delete_xprt() called only once
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-25
J. Bruce Fields
svcrpc: never clear XPT_BUSY on dead xprt
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-25
J. Bruce Fields
nfsd4: fix connection allocation in sequence()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: only require krb5 principal for NFSv4.0 callbacks
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: move minorversion to client
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: delay session removal till free_client
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: separate callback change and callback probe
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: callback program number is per-session
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: track backchannel connections
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: confirm only on succesful create_session
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: make backchannel sequence number per-session
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: use client pointer to backchannel session
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: move callback setup into session init code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
J. Bruce Fields
nfsd4: don't cache seq_misordered replies
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
Chuck Lever
SUNRPC: Properly initialize sock_xprt.srcaddr in all...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
Chuck Lever
SUNRPC: Use conventional switch statement when reclassi...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-21
Tejun Heo
sunrpc/xprtrdma: clean up workqueue usage
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Turn list_for_each-s into the ..._entry-s
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove dead "else" branch from bc xprt creation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Don't return NULL from rpcb_create
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove useless if (task == NULL) from xprt_rese...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove UDP worker wrappers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove TCP worker wrappers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Pass family to setup_socket calls
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Merge xs_create_sock code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Merge the xs_bind code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Call xs_create_sockX directly from setup_socket
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Factor out v6 sockets creation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Factor out v4 sockets creation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Factor out udp sockets creation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove duplicate xprt/transport arguments from...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove unused sock arg from xs_next_srcport
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-19
Pavel Emelyanov
sunrpc: Remove unused sock arg from xs_get_srcport
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-18
Tom Tucker
svcrdma: Cleanup DMA unmapping in error paths.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-18
Tom Tucker
svcrdma: Change DMA mapping logic to avoid the page_add...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-12
J. Bruce Fields
nfsd4: expire clients more promptly
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-12
Pavel Emelyanov
sunrpc: Use helper to set v4 mapped addr in ip_map_parse
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-11
NeilBrown
sunrpc/cache: centralise handling of size limit on...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-11
NeilBrown
sunrpc: Simplify cache_defer_req and related functions.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-02
J. Bruce Fields
nfsd4: return expired on unfound stateid's
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: add new connections to session
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: refactor connection allocation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: use callbacks on svc_xprt_deletion
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd: provide callbacks on svc_xprt deletion
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: keep per-session list of connections
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: clean up session allocation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: fix alloc_init_session return type
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: fix alloc_init_session BUILD_BUG_ON()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: Move callback setup to callback queue
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: remove separate cb_args struct
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: use generic callback code in null case
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: generic callback code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: minor variable renaming (cb -> conn)
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
J. Bruce Fields
nfsd4: remove spkm3
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
NeilBrown
sunrpc: fix race in new cache_wait code.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Create sockets in net namespaces
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
net: Export __sock_create
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Tag rpc_xprt with net
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Add net to xprt_create
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Add net to rpc_create_args
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Pull net argument downto svc_create_socket
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Add net argument to svc_create_xprt
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Factor out rpc_xprt freeing
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Pavel Emelyanov
sunrpc: Factor out rpc_xprt allocation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-10-01
Benny Halevy
nfsd4: adjust buflen for encoded attrs bitmap based...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-29
Stephen Rothwell
sunrpc: fix up rpcauth_remove_module section mismatch
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Make the ip_map_cache be per-net
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Make the /proc/net/rpc appear in net namespaces
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: The per-net skeleton
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Tag svc_xprt with net
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Add routines that allow registering per-net...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Add net to pure API calls
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Pass xprt to cached get/put routines
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Make xprt auth cache release work with the...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-27
Pavel Emelyanov
sunrpc: Pass the ip_map_parse's cd to lower calls
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-26
J. Bruce Fields
nfsd: fix /proc/net/rpc/nfsd.export/content display
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-23
Pavel Emelyanov
nfsd: Export get_task_comm for nfsd
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
NeilBrown
nfsd: allow deprecated interface to be compiled out.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
NeilBrown
nfsd: formally deprecate legacy nfsd syscall interface
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
NeilBrown
sunrpc/cache: fix recent breakage of cache_clean_deferred
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
Bryan Schumaker
lockd: Mostly remove BKL from the server
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
Andy Shevchenko
sunrpc/cache: don't use custom hex_to_bin() converter
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-22
NeilBrown
sunrpc/cache: change deferred-request hash table to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-21
NeilBrown
svcauth_gss: replace a trivial 'switch' with an 'if'
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-21
NeilBrown
nfsd/idmap: drop special request deferal in favour...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-21
NeilBrown
nfsd: disable deferral for NFSv4
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-21
NeilBrown
sunrpc: close connection when a request is irretrievabl...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-20
J. Bruce Fields
nfsd4: fix hang on fast-booting nfs servers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-20
J. Bruce Fields
Merge remote branch 'trond/bugfixes' into for-2.6.37
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Trond Myklebust
SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Menyhart Zoltan
statfs() gives ESTALE error
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Trond Myklebust
NFS: Fix a typo in nfs_sockaddr_match_ipaddr6
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Miquel van...
sunrpc: increase MAX_HASHTABLE_BITS to 14
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Bian Naimeng
gss:spkm3 miss returning error to caller when import...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2010-09-12
Bian Naimeng
gss:krb5 miss returning error to caller when import...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next