summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever9-12/+0
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever1-9/+19
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever1-27/+35
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever1-12/+26
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever2-16/+11
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever1-18/+2
2009-01-06NSM: Add nsm_lookup() functionChuck Lever1-0/+64
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever3-5/+6
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever3-34/+19
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever1-9/+3
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever1-0/+16
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever1-2/+0
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever1-3/+0
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever1-0/+7
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever2-128/+133
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever1-52/+78
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever1-15/+27
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever1-0/+14
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever1-0/+2
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever1-6/+9
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2-10/+3
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever1-4/+11
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever1-2/+3
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever1-4/+2
2009-01-06NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever1-4/+4
2009-01-06NSM: Support IPv6 version of mon_nameChuck Lever1-19/+8
2009-01-06NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever1-2/+4
2009-01-06NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever1-7/+7
2009-01-06NLM: Add helper to handle IPv4 addressesChuck Lever1-3/+8
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever1-6/+15
2009-01-06NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever1-3/+0
2009-01-06NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever1-7/+3
2009-01-06lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton1-0/+8
2009-01-06nfsd: Fix leaked memory in nfs4_make_rec_clidnameKrishna Kumar1-1/+1
2009-01-06nfsd: Minor cleanup of find_stateidKrishna Kumar1-3/+4
2009-01-06nfsd: update fh_verify descriptionJ. Bruce Fields1-6/+24
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds12-130/+316
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds42-1084/+961
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds63-3046/+9587
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds37-169/+115
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2009-01-05vfs: remove duplicate code in get_fs_type()Li Zefan1-10/+13
2009-01-05add a vfs_fsync helperChristoph Hellwig4-65/+45
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-05zero i_uid/i_gid on inode allocationAl Viro18-43/+2
2009-01-05inode->i_op is never NULLAl Viro7-29/+22
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0