]> git.decadent.org.uk Git - nfs-utils.git/shortlog
nfs-utils.git
2008-09-26 Chuck Leversm-notify command: replace nsm_address typedef
2008-09-26 Chuck Leversm-notify command: clean up error logging
2008-09-26 Chuck Leversm-notify command: getaddrinfo(3) addrinfo leak
2008-09-26 Chuck Leversm-notify command: include <config.h>
2008-09-26 Chuck Levershowmount command: clean up error returns from connect_nb()
2008-09-26 Chuck Leverrpc.statd: eliminate --secure_statd
2008-09-26 Chuck Leverrpc.tatd: refactor check to see if call is from loopbac...
2008-08-28 Neil Brownmount: enable retry for nfs23 to set the correct protoc...
2008-08-28 J. Bruce FieldsRemove idmapd.conf
2008-08-28 J. Bruce FieldsDetermine supported pseudoflavors from export
2008-08-28 J. Bruce FieldsMinor mountd.c cleanup
2008-08-28 J. Bruce FieldsRemove redundant m_path field
2008-08-28 David WoodhouseStop exportfs warning about needing fsid, when we actua...
2008-08-28 David WoodhouseUse fsid from statfs for UUID if blkid can't cope ...
2008-08-28 David WoodhouseExplicit UUID handling doesn't require blkid; factor...
2008-08-28 David WoodhouseFix handling of explicit uuid
2008-08-27 Neil Brownmount issue with Mac OSX and --manage-gids, client...
2008-07-31 Chuck Levermount.nfs command: old glibc missing some flags
2008-07-27 Steve DicksonRelease 1.1.3 nfs-utils-1-1-3
2008-07-25 Martin Leisnershowmount issues
2008-07-25 Chuck Levernfs(5) man page: Add documentation for the "mountproto...
2008-07-25 Steve Dicksonsm-notify: perform DNS lookup in the background.
2008-07-16 Neil BrownIf portmap is not listening on UDP (as apparently happe...
2008-07-16 Neil BrownIf an NFS server is only listening on TCP for portmap...
2008-07-15 Steve DicksonIt appears that a recent glibc update now enforces...
2008-07-15 Chuck LeverClean up: Include the bare minimum of legacy RPC headers in
2008-07-15 Chuck LeverClean up: remove unneeded headers from utils/mount...
2008-07-15 Chuck LeverClean up: rename a couple of functions in utils/mount...
2008-07-15 Chuck LeverClean up: remove unused IPv4-only functions used by...
2008-07-15 Chuck LeverTraditionally the mount command has looked for a "...
2008-07-15 Chuck LeverChange the fix_mounthost_option() function to support...
2008-07-15 Chuck LeverChange the append_clientaddr_option() function to suppo...
2008-07-15 Chuck LeverChange the append_addr_option() function to support...
2008-07-15 Chuck LeverThere are three helpers that convert sockaddr-style...
2008-07-15 Chuck LeverIntroduce IPv6-enabled version of get_client_address...
2008-07-15 Chuck LeverIntroduce two new functions to convert a sockaddr to...
2008-07-15 Chuck LeverAdd #include directives for additional header files...
2008-07-15 Chuck LeverWe want to continue to support building nfs-utils on...
2008-07-15 Chuck LeverCurrently the "-s" option is ignored by the text-based...
2008-07-15 Chuck LeverLots of parts of nfs-utils already depend on getaddrinf...
2008-07-15 Chuck LeverClean up: add the traditional pre-processor safety...
2008-07-15 Chuck LeverMoved the kernel version-ing code into a new version.h
2008-07-15 Chuck LeverIntroduce a new DNS resolver function in utils/mount...
2008-07-15 Chuck LeverThe text-based mount command displays the rather inexpl...
2008-07-15 Chuck LeverUpdated both the mountstats and nfs-iostat scripts...
2008-07-15 Christiaan... Ported the create_mtab() routine from util-linux-ng...
2008-07-15 Lukas HejtmanekThe rpc.gssd scans for any suitable kerberos ticket...
2008-07-15 Lukas HejtmanekThe default expiration of kernel gss contexts is the...
2008-07-15 Lukas Hejtmanekgssd_setup_krb5_user_gss_ccache must return an error...
2008-06-25 Steve DicksonWhen a FQDN exists in /var/lib/nfs/rmtab it causes
2008-06-23 Tom TalpeyAdd RDMA as a supported transport for reporting
2008-06-23 Chuck LeverThe "nfs-iostat" utility is a Python program that extra...
2008-06-23 Tom TalpeyAdd RDMA as a supported transport for reporting the
2008-06-23 Chuck LeverThe "mountstats" utility is a Python program that extra...
2008-06-23 Jeff LaytonThe nfsstat program reads /proc/net/rpc/* files to...
2008-06-06 Steve DicksonRemoved the initialization of args2 in xlog_backend. It
2008-06-06 Neil Brownnfsstat -m lists all current nfs mounts, with the mount...
2008-06-06 Chuck LeverFix error reporting when probe_bothports() fails while...
2008-06-06 Chuck LeverClean up: instead of passing so many arguments to all...
2008-06-06 Chuck LeverSteinar Gunderson reports:
2008-06-06 Neil BrownMake the text-based mount path check whether statd...
2008-06-06 Steve DicksonCleaned up warnings in rmtab.c and xlog.c
2008-05-08 Oren HeldFixed smail typo in exportfs man page
2008-05-08 NeilBrownIf mount.nfs is not installed setuid, an attempt to...
2008-05-07 Vince BusamKerberos credentials may be stored in multiple places...
2008-05-07 Kevin CoffmanAdd a new function to retrieve the current verbosity...
2008-05-07 Kevin CoffmanAdd the other two DES encryption types to the default...
2008-05-07 Olga KornievskaiaCheck the info file nfs/rpc_pipefs/nfs/clnt?/info to
2008-05-07 Jeff LaytonThe prev_bg_host stuff made sense when NFS didn't have...
2008-05-07 Jeff LaytonThe bg option is essentially ignored with nfs4 currentl...
2008-05-07 Jeff LaytonCurrently nfs4mount() sets the retry value to 10000...
2008-05-05 Sten SpansFixed arguments to the hosts_ctl() call in the good_cli...
2008-04-14 Jeff LaytonChange how mount.nfs handles EACCES errors. Currently,
2008-04-09 Li YewangCorrect a spelling error in a mount.nfs error message
2008-03-18 Steve DicksonMake sure showmount fails when rpc.mountd is not registered
2008-03-18 Steve DicksonUpdated exportfs man to talk about /var/lib/nfs/etab
2008-03-18 bc WongThere were 2 things wrong with auth flavour ordering:
2008-03-14 Steve DicksonRelease 1.1.2 nfs-utils-1-1-2
2008-03-13 Timo AaltonenTurn down gssd's syslog verbosity
2008-03-13 Steinar H.... Stop rpc.mountd from probing all known devices which...
2008-03-11 Chuck LeverRecently #include directives for autoconf's config...
2008-03-11 Filipus KlutieroFixed typo in nfsd man page
2008-03-10 Steinar H.... Fixed a segfault in the mount.nfs command
2008-03-10 Steinar H.... Fixed a couple typos that effected the '--mounts' nfsst...
2008-03-10 Steinar H.... Fixed typo in gssd manpage
2008-03-10 Steinar H.... The mount(5) man page states that the noquota, quota...
2008-03-10 Steve DicksonBe explicit on how to update exports in the man page.
2008-03-05 Chuck LeverAs part of migrating from nfs@lists.sf.net to linux...
2008-03-04 Neil BrownStop the kernel export table from being flushed
2008-03-04 Drew MiddlesworthIncrease the number of concurrent krb5 mounts by increasing
2008-02-26 NeilBrownIf validateascii is passed a string containing only...
2008-02-26 Peng HaitaoFixed typo in the nfsstat command line arugments.
2008-02-26 Vince BusamStop gssd from ignoring the machine credential cache
2008-02-12 Harshula JayasuriyaIn mountd, if get_exportlist() (utils/mountd/mountd...
2008-02-09 Frank FilzCleaned up some typos that were found in the various
2008-01-24 Steve DicksonAdded in relatime mount option so mount.nfs stays
2008-01-19 Steve DicksonFix bug when both crossmnt and fsid are set.
2008-01-17 Steve DicksonStop segfaults on amd64 during warnings messages by...
2008-01-16 Steve DicksonThe kernel doesn't support the underlying parts needed...
2008-01-16 Steve DicksonThe kernel hasn't supported the underlying parts needed...
next