index
:
nfs-utils.git
fixrootccache
gss-fixes
gss-proxy-mods
master
NFS utils related patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mount.nfs: Remove get_my_ipv4addr() from utils/mount/stropts.c
Chuck Lever
2007-08-25
1
-25
/
+0
*
mount.nfs: Use get_client_addr() to build clientaddr= option
Chuck Lever
2007-08-25
1
-9
/
+9
*
mount.nfs: Create a new API to find out client's address
Chuck Lever
2007-08-25
2
-0
/
+47
*
mount.nfs: Refactor parse_devname and fill_ipv4_addr
Chuck Lever
2007-08-25
1
-32
/
+34
*
mount.nfs: Use dynamically allocated character buffers
Chuck Lever
2007-08-25
1
-27
/
+58
*
mount.nfs: Remove get_my_ipv4addr() from append_addr_opt()
Chuck Lever
2007-08-25
1
-3
/
+1
*
mount.nfs: Don't allow the user to specify addr= or clientaddr=.
Chuck Lever
2007-08-25
1
-8
/
+24
*
mount.nfs: Fix nfs4mount_s prototype.
Chuck Lever
2007-08-25
1
-2
/
+3
*
mount.nfs: Combine two verbose messages into one
Chuck Lever
2007-08-24
1
-10
/
+2
*
mount.nfs: getport() should avoid modifying passed-in arguments
Chuck Lever
2007-08-24
1
-5
/
+9
*
mount.nfs: Replace fork() with daemon() for backgrounding mounts
Chuck Lever
2007-08-24
1
-3
/
+8
*
mount: Small tidy up.
Neil Brown
2007-08-24
1
-3
/
+1
*
nfsstat: Add -S/--since flag.
david m. richter
2007-08-16
1
-18
/
+134
*
nfsstat: #define stat header labels.
david m. richter
2007-08-16
1
-20
/
+35
*
nfsstat: Remove some pointer comparisons against global statinfos.
david m. richter
2007-08-16
1
-12
/
+15
*
nfsstat: Obviate and remove copy_stats().
david m. richter
2007-08-16
1
-25
/
+18
*
nfsstat: rename *_tmp variables to *_old.
david m. richter
2007-08-16
1
-19
/
+19
*
Restrict -i option to root.
Neil Brown
2007-08-11
1
-0
/
+5
*
mount.nfs: Enable mount.nfs to do text-based mount support
Chuck Lever
2007-08-11
1
-8
/
+30
*
mount.nfs: Add new files for supporting string-ified mount options
Chuck Lever
2007-08-11
3
-2
/
+358
*
mount.nfs: Replace a "return 0; " that should be an "exit(0); "
Chuck Lever
2007-08-11
1
-1
/
+1
*
mount.nfs: Treat another UDP/TCP pair of strings like the rest
Chuck Lever
2007-08-11
1
-1
/
+1
*
umount.nfs: Update umount.nfs(8)
Chuck Lever
2007-08-10
1
-4
/
+3
*
mount.nfs: Update the mount.nfs(8) man page
Chuck Lever
2007-08-10
2
-21
/
+10
*
nfs-utils: specify a create mode with open(...O_CREAT) call in xflock
Jeff Layton
2007-08-09
1
-1
/
+1
*
Remove ARCH-specific compile flags for ALPHA.
Neil Brown
2007-08-09
1
-2
/
+2
*
nfsstat: include -Z/--sleep in the manpage
david m. richter
2007-08-09
1
-1
/
+11
*
nfsstat: rename --diff-stat to --sleep
david m. richter
2007-08-09
1
-7
/
+7
*
nfsstat: fix a bug in diff_stats()
david m. richter
2007-08-09
1
-4
/
+25
*
nfsstat: add a comment to has_stats()
david m. richter
2007-08-09
1
-1
/
+7
*
nfsstat: display 3 additional NFSv4 client op counters
david m. richter
2007-08-09
1
-4
/
+5
*
fix regression with rmtab handling in newer nfs-utils code
Jeff Layton
2007-08-07
1
-3
/
+1
*
mount.nfs: Fix background mounts
Chuck Lever
2007-08-04
1
-1
/
+23
*
mount.nfs: Refactor mount logic to allow support for "bg" option
Chuck Lever
2007-08-04
1
-16
/
+27
*
mount.nfs: restore bg argument to nfsmount() and nfs4mount()
Chuck Lever
2007-08-04
5
-7
/
+9
*
mount.nfs: get_socket() may clobber errno, but preserves .re_errno
Chuck Lever
2007-08-04
1
-12
/
+4
*
mount.nfs: Always close the socket at the end of getport()
Chuck Lever
2007-08-04
1
-5
/
+4
*
mount.nfs: Shorter timeout for TCP connects
Chuck Lever
2007-08-04
1
-5
/
+59
*
mount.nfs: Remove a redundant port assignment
Chuck Lever
2007-08-04
1
-1
/
+0
*
mount.nfs: umount needs to pick up transport option from /etc/mtab
Chuck Lever
2007-08-04
1
-0
/
+12
*
mount.nfs: fix printf's normally hidden behind NFS_MOUNT_DEBUG
Chuck Lever
2007-08-04
2
-20
/
+18
*
mount.nfs: Support double-wide characters in printed strings
Chuck Lever
2007-08-04
5
-44
/
+54
*
nfsstat: add -D/--diff-stat
david m. richter
2007-08-01
1
-2
/
+91
*
nfsstat: just declare -D/--diff-stat's variables
david m. richter
2007-08-01
1
-49
/
+51
*
nfsstat: use macros to declare struct statinfo arrays
david m. richter
2007-08-01
1
-22
/
+30
*
nfsstat: standardize naming of opcount arrays
david m. richter
2007-08-01
1
-30
/
+30
*
nfsstat: standardize naming of server variables
david m. richter
2007-08-01
1
-40
/
+40
*
nfsstat: add get_stats()
david m. richter
2007-08-01
1
-21
/
+17
*
nfsstat: add has_stats()
david m. richter
2007-08-01
1
-6
/
+14
*
Fix more 'prototype' warnings and other warnings.
Neil Brown
2007-07-30
5
-21
/
+21
[next]