nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / lockd /
2009-03-11 Chuck LeverNLM: Fix GRANT callback address comparison when IPv6...
2009-02-09 J. Bruce Fieldslockd: fix regression in lockd's handling of blocked...
2009-01-07 Chuck LeverNLM: Clean up flow of control in make_socks() function
2009-01-07 Chuck LeverNLM: Refactor make_socks() function
2009-01-06 Chuck Leverlockd: Enable NLM use of AF_INET6
2009-01-06 Chuck LeverNSM: Move nsm_create()
2009-01-06 Chuck LeverNSM: Move nsm_use_hostnames to mon.c
2009-01-06 Chuck LeverNSM: Move nsm_addr() to fs/lockd/mon.c
2009-01-06 Chuck LeverNSM: Remove include/linux/lockd/sm_inter.h
2009-01-06 Chuck LeverNSM: Replace IP address as our nlm_reboot lookup key
2009-01-06 Chuck LeverNSM: More clean up of nsm_get_handle()
2009-01-06 Chuck LeverNSM: Refactor nsm_handle creation into a helper function
2009-01-06 Chuck LeverNLM: Remove "create" argument from nsm_find()
2009-01-06 Chuck LeverNLM: Call nsm_reboot_lookup() instead of nsm_find()
2009-01-06 Chuck LeverNSM: Add nsm_lookup() function
2009-01-06 Chuck LeverNLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as...
2009-01-06 Chuck LeverNLM: Change nlm_host_rebooted() to take a single nlm_re...
2009-01-06 Chuck LeverNSM: Encode the new "priv" cookie for NSMPROC_MON requests
2009-01-06 Chuck LeverNSM: Generate NSMPROC_MON's "priv" argument when nsm_ha...
2009-01-06 Chuck LeverNSM: Remove !nsm check from nsm_release()
2009-01-06 Chuck LeverNSM: Remove NULL pointer check from nsm_find()
2009-01-06 Chuck LeverNSM: Add dprintk() calls in nsm_find and nsm_release
2009-01-06 Chuck LeverNSM: Move nsm_find() to fs/lockd/mon.c
2009-01-06 Chuck LeverNSM: move to xdr_stream-based XDR encoders and decoders
2009-01-06 Chuck LeverNSM: Move NSM program and procedure numbers to fs/lockd...
2009-01-06 Chuck LeverNSM: Move NSM-related XDR data structures to lockd...
2009-01-06 Chuck LeverNSM: Check result of SM_UNMON upcall
2009-01-06 Chuck LeverNLM: Move the public declaration of nsm_unmonitor(...
2009-01-06 Chuck LeverNSM: Release nsmhandle in nlm_destroy_host
2009-01-06 Chuck LeverNLM: Move the public declaration of nsm_monitor() to...
2009-01-06 Chuck LeverNSM: Make sure to return an error if the SM_MON call...
2009-01-06 Chuck LeverNSM: Remove BUG_ON() in nsm_monitor()
2009-01-06 Chuck LeverNLM: Remove redundant printk() in nlmclnt_lock()
2009-01-06 Chuck LeverNSM: Use sm_name instead of h_name in nsm_monitor(...
2009-01-06 Chuck LeverNSM: Support IPv6 version of mon_name
2009-01-06 Chuck LeverNSM: convert printk(KERN_DEBUG) to a dprintk()
2009-01-06 Chuck LeverNSM: Use C99 structure initializer to initialize nsm_args
2009-01-06 Chuck LeverNLM: Add helper to handle IPv4 addresses
2009-01-06 Chuck LeverNLM: Support IPv6 scope IDs in nlm_display_address()
2009-01-06 Chuck LeverNLM: Remove AF_UNSPEC arm in nlm_display_address()
2009-01-06 Chuck LeverNLM: Remove address eye-catcher buffers from nlm_host
2009-01-06 Jeff Laytonlockd: set svc_serv->sv_maxconn to a more reasonable...
2008-12-30 Trond MyklebustMerge branch 'devel' into next
2008-12-23 Chuck LeverNLM: allow lockd requests from an unprivileged port
2008-12-23 Jeff Laytonlockd: convert reclaimer thread to kthread interface
2008-12-23 Trond MyklebustLOCKD: Make lockd_up() and lockd_down() exported GPL...
2008-12-16 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-24 Chuck LeverNLM: client-side nlm_lookup_host() should avoid matchin...
2008-11-24 J. Bruce Fieldsnfsd: clean up grace period on early exit
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-31 Harvey Harrisonfs: replace NIPQUAD()
2008-10-30 Chuck LeverNLM: Set address family before calling nlm_host_rebooted()
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-28 Harvey Harrisonmisc: replace NIP6_FMT with %p6 format specifier
2008-10-04 Chuck LeverNLM: Remove "proto" argument from lockd_up()
2008-10-04 Chuck LeverNLM: Always start both UDP and TCP listeners
2008-10-03 Chuck Leverlockd: Remove unused fields in the nlm_reboot structure
2008-10-03 Chuck Leverlockd: Add helper to sanity check incoming NOTIFY requests
2008-10-03 Chuck Leverlockd: change nlmclnt_grant() to take a "struct sockaddr *"
2008-10-03 Chuck Leverlockd: Adjust nlmsvc_lookup_host() to accomodate AF_INE...
2008-10-03 Chuck Leverlockd: Adjust nlmclnt_lookup_host() signature to accomo...
2008-10-03 Chuck Leverlockd: Support non-AF_INET addresses in nlm_lookup_host()
2008-10-03 Chuck LeverNLM: Convert nlm_lookup_host() to use a single argument
2008-10-03 J. Bruce Fieldslockd: reject reclaims outside the grace period
2008-10-03 J. Bruce Fieldslockd: move grace period checks to common code
2008-10-03 J. Bruce Fieldsnfsd: common grace period control
2008-09-29 Chuck Leverlockd: Update nsm_find() to support non-AF_INET addresses
2008-09-29 Chuck Leverlockd: Combine __nsm_find() and nsm_find().
2008-09-29 Chuck Leverlockd: Support AF_INET6 when hashing addresses in nlm_l...
2008-09-29 Chuck Leverlockd: Teach nlm_cmp_addr() to support AF_INET6 addresses
2008-09-29 Chuck LeverNSM: Use sockaddr_storage for sm_addr field
2008-09-29 Chuck Leverlockd: Use sockaddr_storage for h_saddr field
2008-09-29 Chuck Leverlockd: Use sockaddr_storage + length for h_addr field
2008-09-29 Chuck Leverlockd: Add address family-agnostic helper for zeroing...
2008-09-29 Chuck Leverlockd: Specify address family for source address
2008-09-29 Chuck Leverlockd: address-family independent printable addresses
2008-09-29 Chuck LeverNLM: Clean up before introducing new debugging messages
2008-09-29 J. Bruce Fieldslockd: don't depend on lockd main loop to end grace
2008-09-29 J. Bruce Fieldslocks: allow lockd to process blocked locks during...
2008-09-29 Chuck LeverSUNRPC: Add address family field to svc_serv data structure
2008-08-12 Linus TorvaldsMerge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel...
2008-07-25 Miklos Szeredilocks: add special return value for asynchronous locks
2008-07-25 Miklos Szeredilockd: dont return EAGAIN for a permanent error
2008-07-23 Harvey Harrisonlockd: trivial sparse endian annotations
2008-07-21 Linus TorvaldsMerge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel...
2008-07-15 Trond MyklebustSUNRPC: Remove the BKL from the callback functions
2008-07-15 Felix Blyakhernfs: set correct fl_len in nlmclnt_test()
2008-07-15 Chuck Leverlockd: Pass "struct sockaddr *" to new failover-by...
2008-07-15 J. Bruce Fieldslockd: get host reference in nlmsvc_create_block()...
2008-07-15 J. Bruce Fieldslockd: minor svclock.c style fixes
2008-07-15 Jeff Laytonlockd: eliminate duplicate nlmsvc_lookup_host call...
2008-07-15 Jeff Laytonlockd: eliminate duplicate nlmsvc_lookup_host call...
2008-07-15 Jeff Laytonlockd: nlm_release_host() checks for NULL, caller needn't
2008-06-23 Jeff Laytonlockd: close potential race with rapid lockd_up/lockd_d...
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-25 J. Bruce Fieldslocks: don't call ->copy_lock methods on return of...
2008-04-25 Wendy Chenglockd: unlock lockd locks held for a certain filesystem
2008-04-25 Wendy Chenglockd: unlock lockd locks associated with a given server ip
2008-04-24 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2008-04-23 Jeff LaytonNLM: don't let lockd exit on unexpected svc_recv errors...
next