]> git.decadent.org.uk Git - nfs-utils.git/shortlog
nfs-utils.git
2007-08-24 Chuck Levermount.nfs: Fix nfs4mount_s prototype.
2007-08-24 Chuck Levermount.nfs: Combine two verbose messages into one
2007-08-24 Chuck Levermount.nfs: getport() should avoid modifying passed...
2007-08-24 Chuck Levermount.nfs: Replace fork() with daemon() for backgroundi...
2007-08-24 Neil Brownmount: Small tidy up.
2007-08-15 david m. richternfsstat: Add -S/--since flag.
2007-08-15 david m. richternfsstat: #define stat header labels.
2007-08-15 david m. richternfsstat: Remove some pointer comparisons against global...
2007-08-15 david m. richternfsstat: Obviate and remove copy_stats().
2007-08-15 david m. richternfsstat: rename *_tmp variables to *_old.
2007-08-10 Neil BrownRestrict -i option to root.
2007-08-10 Chuck Levermount.nfs: Enable mount.nfs to do text-based mount...
2007-08-10 Chuck Levermount.nfs: Add new files for supporting string-ified...
2007-08-10 Chuck Levermount.nfs: Replace a "return 0; " that should be an...
2007-08-10 Chuck Levermount.nfs: Treat another UDP/TCP pair of strings like...
2007-08-10 Chuck Leverumount.nfs: Update umount.nfs(8)
2007-08-10 Chuck Levermount.nfs: Update the mount.nfs(8) man page
2007-08-09 Jeff Laytonnfs-utils: specify a create mode with open(...O_CREAT...
2007-08-09 Neil BrownRemove ARCH-specific compile flags for ALPHA.
2007-08-09 david m. richternfsstat: include -Z/--sleep in the manpage
2007-08-09 david m. richternfsstat: rename --diff-stat to --sleep
2007-08-09 david m. richternfsstat: fix a bug in diff_stats()
2007-08-09 david m. richternfsstat: add a comment to has_stats()
2007-08-09 david m. richternfsstat: display 3 additional NFSv4 client op counters
2007-08-06 Jeff Laytonfix regression with rmtab handling in newer nfs-utils...
2007-08-03 Chuck Levermount.nfs: Fix background mounts
2007-08-03 Chuck Levermount.nfs: Refactor mount logic to allow support for...
2007-08-03 Chuck Levermount.nfs: restore bg argument to nfsmount() and nfs4mo...
2007-08-03 Chuck Levermount.nfs: get_socket() may clobber errno, but preserve...
2007-08-03 Chuck Levermount.nfs: Always close the socket at the end of getport()
2007-08-03 Chuck Levermount.nfs: Shorter timeout for TCP connects
2007-08-03 Chuck Levermount.nfs: Remove a redundant port assignment
2007-08-03 Chuck Levermount.nfs: umount needs to pick up transport option...
2007-08-03 Chuck Levermount.nfs: fix printf's normally hidden behind NFS_MOUN...
2007-08-03 Chuck Levermount.nfs: Support double-wide characters in printed...
2007-08-01 david m. richternfsstat: add -D/--diff-stat
2007-08-01 david m. richternfsstat: just declare -D/--diff-stat's variables
2007-08-01 david m. richternfsstat: use macros to declare struct statinfo arrays
2007-08-01 david m. richternfsstat: standardize naming of opcount arrays
2007-08-01 david m. richternfsstat: standardize naming of server variables
2007-08-01 david m. richternfsstat: add get_stats()
2007-08-01 david m. richternfsstat: add has_stats()
2007-07-30 Neil BrownFix more 'prototype' warnings and other warnings.
2007-07-30 Chuck Levermount.nfs: clean up a couple of printfs in fstab.c
2007-07-30 Chuck Leverlibnfs.a: eliminate another dependency on a global...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Levermount.nfs: use nfs_error instead of fprintf in get_socket()
2007-07-30 Chuck Leverlibnfs.a: move get_socket() function to utils/mount...
2007-07-30 Chuck Leverlibnfs.a: move clnt_ping() to utils/mount
2007-07-30 Chuck Leverlibnfs.a: move more mount-only functions out of libnfs.a
2007-07-30 Chuck Leverlibnfs.a: move mnt_{open, close}clnt calls to utils...
2007-07-30 Chuck Levermount.nfs: clean up getport() function
2007-07-30 Chuck Levermount.nfs: fix hang when getport() uses TCP against...
2007-07-30 Chuck Leverumount.nfs: eliminate a nearly empty header file.
2007-07-30 Chuck Leverumount.nfs: Pass return codes from do_nfs_umount back
2007-07-30 Chuck Leverumount.nfs: Make do_nfs_mount use conventional EX_...
2007-07-30 Chuck Leverumount.nfs: make _nfsumount() static
2007-07-30 Chuck Leverumount.nfs: make del_mtab() a static function
2007-07-30 Chuck LeverMake sure nfs_call_umount's callers are handling its...
2007-07-30 Chuck Leverumount.nfs: move nfs_call_umount to network.c
2007-07-30 Chuck Leverumount.nfs: make umount_usage() static
2007-07-30 Chuck Leverumount.nfs: make umount.nfs use UDP by default
2007-07-30 Chuck Leverumount.nfs: some umount.nfs error return codes are...
2007-07-30 Chuck Levermount.nfs: fix more nits with error messages
2007-07-29 Neil BrownAdd -Wstrict-prototypes to compiler args, and fix warni...
2007-07-27 J. Bruce FieldsUse __fpurge to ensure single-line writes to cache...
2007-07-21 J. Bruce Fieldsfix broken compile due to missing pseudoflavors.h
2007-07-20 Chuck Levermount.nfs: White space clean up
2007-07-20 Chuck Levermount.nfs: Use nfs_error in nfsmount.c, nfsumount.c...
2007-07-20 Chuck Levermount.nfs: Error handling clean-up
2007-07-20 Chuck Levermount.nfs: When -v is set and the mount succeeds, print...
2007-07-20 Chuck LeverRemove the running_bg parameter
2007-07-20 Chuck Levermount.nfs: Change *flags to flags
2007-07-20 Chuck Levermount.nfs: No need to return nfs_mount_data structs
2007-07-20 Chuck Levermount.nfs: Move MS_DUMMY and friends to header file
2007-07-20 Chuck Levermount.nfs: Move start_statd into nfs_mount
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Eliminate some C macros that use implicit...
2007-07-20 Chuck Levermount.nfs: Always preset nfs_mount_version
2007-07-20 Chuck Levermount.nfs: Create a common source module for reporting...
2007-07-20 Chuck Levermount.nfs: clean-up add_mtab
2007-07-20 Chuck Levermount.nfs: /bin/mount already handles --bind & friends
2007-07-20 Chuck Levermount.nfs: Remove support for "-t" option
2007-07-20 Chuck Levermount.nfs: Simplify generation of progname
2007-07-20 Chuck Leverrpcdebug: Update 'rpcdebug' tool with recently added...
2007-07-16 Steinar H.... Fix umount.nfs exit status
2007-07-16 Steve DicksonAdded missing unlock_mtab() call in the add_mtab()
2007-07-16 Steve DicksonThe wrong bit field is being passed to NFSCTL_TCPISSET()
2007-07-10 J. Bruce Fieldsdocument the sec= option
2007-07-10 J. Bruce FieldsSupport sec= option to specify export security
2007-07-10 J. Bruce Fieldsmove pseudoflavor information to common code
2007-07-10 J. Bruce Fieldsfix warnings in mount.c
2007-07-10 J. Bruce Fieldsgitignore updates
2007-07-10 Flavio Leitnermount.nfs: Fix retry= to handle lack of reserved port...
2007-07-10 Neil Brownconfigure changed to corrently report the default for...
2007-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-05-17 Steve Dicksonmount.nfs - NFSv4 mounts give wrong error message when...
2007-05-11 Steinar H.... Memory leak in mountd
2007-05-11 Neil BrownRelease 1.1.0 nfs-utils-1-1-0
2007-05-11 Jeff Laytonnfs-utils: have mountd hold open etab file to force...
next