Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6b436fb67e1fe5f8a1839145e68001492467fca0
/
fs
/
lockd
/
svc.c
117dd21
lockd: lost rollback of set_grace_period() in lockd_down_net()
by Vasily Averin
· 7 years ago
75d34f1
lockd: fix lockd shutdown race
by J. Bruce Fields
· 8 years ago
3df3127
lockd: double unregister of inetaddr notifiers
by Vasily Averin
· 7 years ago
cb7d224f
lockd: unregister notifier blocks if the service fails to come up completely
by Scott Mayhew
· 8 years ago
2a29745
lockd: constify nlmsvc_binding structure
by Julia Lawall
· 9 years ago
ea44463
lockd: use to_delayed_work
by Geliang Tang
· 9 years ago
0751ddf
lockd: Register callbacks on the inetaddr_chain and inet6addr_chain
by Scott Mayhew
· 9 years ago
0d0f4aa
lockd: get rid of reference-counted NSM RPC clients
by Andrey Ryabinin
· 9 years ago
0ad9547
lockd: create NSM handles per net namespace
by Andrey Ryabinin
· 9 years ago
c87fb4a
lockd: NLM grace period shouldn't block NFSv4 opens
by J. Bruce Fields
· 9 years ago
b9e13cd
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
by Jeff Layton
· 9 years ago
ea126e7
nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
by Jeff Layton
· 9 years ago
06bed7d
LOCKD: Fix a race when initialising nlmsvc_timeout
by Trond Myklebust
· 10 years ago
0b5707e
sunrpc: require svc_create callers to pass in meaningful shutdown routine
by Jeff Layton
· 10 years ago
6dea073
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
d68e3c4
lockd: add a /proc/fs/lockd/nlm_end_grace file
by Jeff Layton
· 10 years ago
f779002
lockd: move lockd's grace period handling into its own module
by Jeff Layton
· 10 years ago
7c17705
lockd: fix rpcbind crash on lockd startup failure
by J. Bruce Fields
· 10 years ago
d4e8990
lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task
by Trond Myklebust
· 10 years ago
d6a7ce4
lockd: Ensure that lockd_start_svc sets the server rq_task...
by Trond Myklebust
· 10 years ago
5b174fd
Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
7ac9fe5
lockd: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
12dd7ec
lockd: avoid warning when CONFIG_SYSCTL undefined
by Kees Cook
· 11 years ago
679b033
lockd: ensure we tear down any live sockets when socket creation fails during lockd_up
by Jeff Layton
· 11 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
bd81cce
Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
e9406db
lockd: per-net NSM client creation and destruction helpers introduced
by Stanislav Kinsbursky
· 12 years ago
5b444cc
svcrpc: remove handling of unknown errors from svc_recv
by J. Bruce Fields
· 12 years ago
5630f7f
Lockd: move grace period management from lockd() to per-net functions
by Stanislav Kinsbursky
· 12 years ago
5ccb006
LockD: pass actual network namespace to grace period management functions
by Stanislav Kinsbursky
· 12 years ago
db9c455
LockD: manage grace list per network namespace
by Stanislav Kinsbursky
· 12 years ago
08d44a3
LockD: make lockd manager allocated per network namespace
by Stanislav Kinsbursky
· 12 years ago
66547b0
LockD: manage grace period per network namespace
by Stanislav Kinsbursky
· 12 years ago
8dbf28e
LockD: add debug message to start and stop functions
by Stanislav Kinsbursky
· 13 years ago
3d1221d
LockD: service start function introduced
by Stanislav Kinsbursky
· 13 years ago
7d13ec7
LockD: move global usage counter manipulation from error path
by Stanislav Kinsbursky
· 13 years ago
2445223
LockD: service creation function introduced
by Stanislav Kinsbursky
· 13 years ago
dbf9b5d7
LockD: use existing per-net data function on service creation
by Stanislav Kinsbursky
· 13 years ago
4db7769
LockD: pass service to per-net up and down functions
by Stanislav Kinsbursky
· 13 years ago
786185b
SUNRPC: move per-net operations from svc_destroy()
by Stanislav Kinsbursky
· 13 years ago
9793f7c
SUNRPC: new svc_bind() routine introduced
by Stanislav Kinsbursky
· 13 years ago
e3f70ea
Lockd: pass network namespace to creation and destruction routines
by Stanislav Kinsbursky
· 13 years ago
1df0064
Merge nfs containerization work from Trond's tree
by J. Bruce Fields
· 13 years ago
de5b8e8
lockd: fix arg parsing for grace_period and timeout.
by NeilBrown
· 13 years ago
3b64739
Lockd: shutdown NLM hosts in network namespace context
by Stanislav Kinsbursky
· 13 years ago
bb2224d
Lockd: per-net up and down routines introduced
by Stanislav Kinsbursky
· 13 years ago
a9c5d73
Lockd: pernet usage counter introduced
by Stanislav Kinsbursky
· 13 years ago
c228fa2
Lockd: create permanent lockd sockets in current network namespace
by Stanislav Kinsbursky
· 13 years ago
4cb54ca
SUNRPC: search for service transports in network namespace context
by Stanislav Kinsbursky
· 13 years ago
11fd165
sunrpc: use better NUMA affinities
by Eric Dumazet
· 13 years ago
763641d
lockd: push lock_flocks down
by Arnd Bergmann
· 14 years ago
fc5d00b
sunrpc: Add net argument to svc_create_xprt
by Pavel Emelyanov
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d6783b2
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
by Chuck Lever
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
ab09203
sysctl fs: Remove dead binary sysctl support
by Eric W. Biederman
· 15 years ago
89996df
lockd: fix list corruption on lockd restart
by J. Bruce Fields
· 16 years ago
eb16e90
lockd: Start PF_INET6 listener only if IPv6 support is available
by Chuck Lever
· 16 years ago
26298ca
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
by Chuck Lever
· 16 years ago
49a9072
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
by Chuck Lever
· 16 years ago
9652ada
SUNRPC: Change svc_create_xprt() to take a @family argument
by Chuck Lever
· 16 years ago
0dba7c2
NLM: Clean up flow of control in make_socks() function
by Chuck Lever
· 16 years ago
d3fe5ea
NLM: Refactor make_socks() function
by Chuck Lever
· 16 years ago
b064ec0
lockd: Enable NLM use of AF_INET6
by Chuck Lever
· 16 years ago
b7ba597
NSM: Move nsm_use_hostnames to mon.c
by Chuck Lever
· 16 years ago
e6765b8
NSM: Remove include/linux/lockd/sm_inter.h
by Chuck Lever
· 16 years ago
c72a476
lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)
by Jeff Layton
· 16 years ago
2de5987
LOCKD: Make lockd_up() and lockd_down() exported GPL-only
by Trond Myklebust
· 16 years ago
2c5e761
nfsd: clean up grace period on early exit
by J. Bruce Fields
· 16 years ago
26a4140
NLM: Remove "proto" argument from lockd_up()
by Chuck Lever
· 16 years ago
8c3916f
NLM: Always start both UDP and TCP listeners
by Chuck Lever
· 16 years ago
af558e3
nfsd: common grace period control
by J. Bruce Fields
· 17 years ago
c8ab5f2
lockd: don't depend on lockd main loop to end grace
by J. Bruce Fields
· 17 years ago
8fafa90
locks: allow lockd to process blocked locks during grace period
by J. Bruce Fields
· 17 years ago
e851db5
SUNRPC: Add address family field to svc_serv data structure
by Chuck Lever
· 16 years ago
abd1ec4
lockd: close potential race with rapid lockd_up/lockd_down cycle
by Jeff Layton
· 16 years ago
563307b
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 17 years ago
f97c650
NLM: don't let lockd exit on unexpected svc_recv errors (try #2)
by Jeff Layton
· 17 years ago
d751a7c
NLM: Convert lockd to use kthreads
by Jeff Layton
· 17 years ago
90d5b18
NLM: LOCKD fails to load if CONFIG_SYSCTL is not set
by Chuck Lever
· 17 years ago
5216a8e
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
by Pavel Emelyanov
· 17 years ago
a217813
knfsd: Support adding transports by writing portlist file
by Tom Tucker
· 17 years ago
7fcb98d
svc: Add svc API that queries for a transport instance
by Tom Tucker
· 17 years ago
7a18208
svc: Make close transport independent
by Tom Tucker
· 17 years ago
d7c9f1e
svc: Change services to use new svc_create_xprt service
by Tom Tucker
· 17 years ago
9a8db97
knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4
by Marc Eshel
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
f61534d
SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
by Trond Myklebust
· 17 years ago
405ae7d
Replace remaining references to "driverfs" with "sysfs".
by Robert P. J. Day
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
ad06e4b
[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing
by Chuck Lever
· 18 years ago
482fb94
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper
by Chuck Lever
· 18 years ago
7cc13ed
[PATCH] sysctl: implement CTL_UNNUMBERED
by Eric W. Biederman
· 18 years ago
460f5ca
[PATCH] knfsd: export nsm_local_state to user space via sysctl
by Olaf Kirch
· 18 years ago
abd1f50
[PATCH] knfsd: lockd: optionally use hostnames for identifying peers
by Olaf Kirch
· 18 years ago
4a3ae42
[PATCH] knfsd: Correctly handle error condition from lockd_up
by NeilBrown
· 18 years ago
7dcf91e
[PATCH] knfsd: Move makesock failed warning into make_socks.
by NeilBrown
· 18 years ago
6fb2b47
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
by NeilBrown
· 18 years ago
24e3666
[PATCH] knfsd: be more selective in which sockets lockd listens on
by NeilBrown
· 18 years ago
bc591cc
[PATCH] knfsd: add a callback for when last rpc thread finishes
by NeilBrown
· 18 years ago
Next »