index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
mon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-21
lockd: use rpc client's cl_nodename for id encoding
Stanislav Kinsbursky
1
-1
/
+3
2012-02-15
LockD: make NSM network namespace aware
Stanislav Kinsbursky
1
-6
/
+7
2012-01-31
SUNRPC: constify the rpc_program
Trond Myklebust
1
-4
/
+4
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-15
/
+15
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-17
/
+9
2010-12-16
NSM: Avoid return code checking in NSM XDR encoder functions
Chuck Lever
1
-43
/
+25
2010-10-01
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-08
lockd: don't clear sm_monitored on nsm_reboot_lookup
Jeff Layton
1
-9
/
+3
2009-08-21
sunrpc: add routine for comparing addresses
Jeff Layton
1
-1
/
+1
2009-08-09
lockd: Replace nsm_display_address() with rpc_ntop()
Chuck Lever
1
-39
/
+5
2009-06-17
lockd: Don't bother with RPC ping for NSM upcalls
Chuck Lever
1
-0
/
+1
2009-06-17
lockd: Update NSM state from SM_MON replies
Chuck Lever
1
-6
/
+12
2009-04-01
NSM: Fix unaligned accesses in nsm_init_private()
Mans Rullgard
1
-2
/
+6
2009-01-06
NSM: Move nsm_create()
Chuck Lever
1
-31
/
+20
2009-01-06
NSM: Move nsm_use_hostnames to mon.c
Chuck Lever
1
-1
/
+2
2009-01-06
NSM: Move nsm_addr() to fs/lockd/mon.c
Chuck Lever
1
-0
/
+5
2009-01-06
NSM: Remove include/linux/lockd/sm_inter.h
Chuck Lever
1
-2
/
+0
2009-01-06
NSM: Replace IP address as our nlm_reboot lookup key
Chuck Lever
1
-9
/
+19
2009-01-06
NSM: More clean up of nsm_get_handle()
Chuck Lever
1
-27
/
+35
2009-01-06
NSM: Refactor nsm_handle creation into a helper function
Chuck Lever
1
-12
/
+26
2009-01-06
NLM: Remove "create" argument from nsm_find()
Chuck Lever
1
-14
/
+9
2009-01-06
NSM: Add nsm_lookup() function
Chuck Lever
1
-0
/
+64
2009-01-06
NSM: Encode the new "priv" cookie for NSMPROC_MON requests
Chuck Lever
1
-9
/
+3
2009-01-06
NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created
Chuck Lever
1
-0
/
+16
2009-01-06
NSM: Remove !nsm check from nsm_release()
Chuck Lever
1
-2
/
+0
2009-01-06
NSM: Remove NULL pointer check from nsm_find()
Chuck Lever
1
-3
/
+0
2009-01-06
NSM: Add dprintk() calls in nsm_find and nsm_release
Chuck Lever
1
-0
/
+7
2009-01-06
NSM: Move nsm_find() to fs/lockd/mon.c
Chuck Lever
1
-0
/
+133
2009-01-06
NSM: move to xdr_stream-based XDR encoders and decoders
Chuck Lever
1
-52
/
+78
2009-01-06
NSM: Move NSM program and procedure numbers to fs/lockd/mon.c
Chuck Lever
1
-15
/
+27
2009-01-06
NSM: Move NSM-related XDR data structures to lockd's xdr.h
Chuck Lever
1
-0
/
+14
2009-01-06
NSM: Check result of SM_UNMON upcall
Chuck Lever
1
-0
/
+2
2009-01-06
NLM: Move the public declaration of nsm_unmonitor() to lockd.h
Chuck Lever
1
-6
/
+9
2009-01-06
NSM: Release nsmhandle in nlm_destroy_host
Chuck Lever
1
-5
/
+0
2009-01-06
NLM: Move the public declaration of nsm_monitor() to lockd.h
Chuck Lever
1
-4
/
+11
2009-01-06
NSM: Make sure to return an error if the SM_MON call result is not zero
Chuck Lever
1
-2
/
+3
2009-01-06
NSM: Remove BUG_ON() in nsm_monitor()
Chuck Lever
1
-1
/
+0
2009-01-06
NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()
Chuck Lever
1
-4
/
+4
2009-01-06
NSM: Support IPv6 version of mon_name
Chuck Lever
1
-19
/
+8
2009-01-06
NSM: convert printk(KERN_DEBUG) to a dprintk()
Chuck Lever
1
-2
/
+4
2009-01-06
NSM: Use C99 structure initializer to initialize nsm_args
Chuck Lever
1
-7
/
+7
2008-10-31
fs: replace NIPQUAD()
Harvey Harrison
1
-1
/
+1
2008-09-29
NSM: Use sockaddr_storage for sm_addr field
Chuck Lever
1
-1
/
+1
2008-03-19
lockd: introduce new function to encode private argument in SM_MON requests
Chuck Lever
1
-6
/
+24
2008-03-19
lockd: Fix up incorrect RPC buffer size calculations.
Chuck Lever
1
-31
/
+8
2008-03-19
lockd: document use of mon_id argument in SM_MON requests
Chuck Lever
1
-0
/
+13
2008-03-19
lockd: refactor SM_MON my_id argument encoder
Chuck Lever
1
-0
/
+19
2008-03-19
lockd: refactor SM_MON mon_name argument encoder
Chuck Lever
1
-0
/
+25
[next]