index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
mon.c
Commit message (
Expand
)
Author
Age
*
sunrpc: add routine for comparing addresses
Jeff Layton
2009-08-21
*
lockd: Replace nsm_display_address() with rpc_ntop()
Chuck Lever
2009-08-09
*
lockd: Don't bother with RPC ping for NSM upcalls
Chuck Lever
2009-06-17
*
lockd: Update NSM state from SM_MON replies
Chuck Lever
2009-06-17
*
NSM: Fix unaligned accesses in nsm_init_private()
Mans Rullgard
2009-04-01
*
NSM: Move nsm_create()
Chuck Lever
2009-01-06
*
NSM: Move nsm_use_hostnames to mon.c
Chuck Lever
2009-01-06
*
NSM: Move nsm_addr() to fs/lockd/mon.c
Chuck Lever
2009-01-06
*
NSM: Remove include/linux/lockd/sm_inter.h
Chuck Lever
2009-01-06
*
NSM: Replace IP address as our nlm_reboot lookup key
Chuck Lever
2009-01-06
*
NSM: More clean up of nsm_get_handle()
Chuck Lever
2009-01-06
*
NSM: Refactor nsm_handle creation into a helper function
Chuck Lever
2009-01-06
*
NLM: Remove "create" argument from nsm_find()
Chuck Lever
2009-01-06
*
NSM: Add nsm_lookup() function
Chuck Lever
2009-01-06
*
NSM: Encode the new "priv" cookie for NSMPROC_MON requests
Chuck Lever
2009-01-06
*
NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created
Chuck Lever
2009-01-06
*
NSM: Remove !nsm check from nsm_release()
Chuck Lever
2009-01-06
*
NSM: Remove NULL pointer check from nsm_find()
Chuck Lever
2009-01-06
*
NSM: Add dprintk() calls in nsm_find and nsm_release
Chuck Lever
2009-01-06
*
NSM: Move nsm_find() to fs/lockd/mon.c
Chuck Lever
2009-01-06
*
NSM: move to xdr_stream-based XDR encoders and decoders
Chuck Lever
2009-01-06
*
NSM: Move NSM program and procedure numbers to fs/lockd/mon.c
Chuck Lever
2009-01-06
*
NSM: Move NSM-related XDR data structures to lockd's xdr.h
Chuck Lever
2009-01-06
*
NSM: Check result of SM_UNMON upcall
Chuck Lever
2009-01-06
*
NLM: Move the public declaration of nsm_unmonitor() to lockd.h
Chuck Lever
2009-01-06
*
NSM: Release nsmhandle in nlm_destroy_host
Chuck Lever
2009-01-06
*
NLM: Move the public declaration of nsm_monitor() to lockd.h
Chuck Lever
2009-01-06
*
NSM: Make sure to return an error if the SM_MON call result is not zero
Chuck Lever
2009-01-06
*
NSM: Remove BUG_ON() in nsm_monitor()
Chuck Lever
2009-01-06
*
NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()
Chuck Lever
2009-01-06
*
NSM: Support IPv6 version of mon_name
Chuck Lever
2009-01-06
*
NSM: convert printk(KERN_DEBUG) to a dprintk()
Chuck Lever
2009-01-06
*
NSM: Use C99 structure initializer to initialize nsm_args
Chuck Lever
2009-01-06
*
fs: replace NIPQUAD()
Harvey Harrison
2008-10-31
*
NSM: Use sockaddr_storage for sm_addr field
Chuck Lever
2008-09-29
*
lockd: introduce new function to encode private argument in SM_MON requests
Chuck Lever
2008-03-19
*
lockd: Fix up incorrect RPC buffer size calculations.
Chuck Lever
2008-03-19
*
lockd: document use of mon_id argument in SM_MON requests
Chuck Lever
2008-03-19
*
lockd: refactor SM_MON my_id argument encoder
Chuck Lever
2008-03-19
*
lockd: refactor SM_MON mon_name argument encoder
Chuck Lever
2008-03-19
*
lockd: Ensure NSM strings aren't longer than protocol allows
Chuck Lever
2008-03-19
*
NFS/SUNRPC: use transport protocol naming
\"Talpey, Thomas\
2007-10-09
*
SUNRPC: Kill rpc_clnt->cl_oneshot
Trond Myklebust
2007-07-10
*
SUNRPC: RPC buffer size estimates are too large
Chuck Lever
2007-05-01
*
[PATCH] lockd endianness annotations
Al Viro
2006-10-20
*
[PATCH] knfsd: export nsm_local_state to user space via sysctl
Olaf Kirch
2006-10-04
*
[PATCH] knfsd: lockd: optionally use hostnames for identifying peers
Olaf Kirch
2006-10-04
*
[PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle
Olaf Kirch
2006-10-04
*
[PATCH] knfsd: lockd: introduce nsm_handle
Olaf Kirch
2006-10-04
*
[PATCH] knfsd: hide use of lockd's h_monitored flag
Olaf Kirch
2006-10-04
[next]