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
path:
root
/
utils
/
mount
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
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
*
Fix more 'prototype' warnings and other warnings.
Neil Brown
2007-07-30
1
-1
/
+2
*
mount.nfs: clean up a couple of printfs in fstab.c
Chuck Lever
2007-07-30
1
-9
/
+12
*
libnfs.a: eliminate another dependency on a global variable
Chuck Lever
2007-07-30
3
-2
/
+587
*
libnfs.a: eliminate conn.c and conn.h
Chuck Lever
2007-07-30
5
-5
/
+20
*
mount.nfs: use nfs_error instead of fprintf in get_socket()
Chuck Lever
2007-07-30
1
-47
/
+53
*
libnfs.a: move get_socket() function to utils/mount/network.c
Chuck Lever
2007-07-30
1
-0
/
+73
*
libnfs.a: move clnt_ping() to utils/mount
Chuck Lever
2007-07-30
3
-0
/
+83
*
libnfs.a: move more mount-only functions out of libnfs.a
Chuck Lever
2007-07-30
2
-0
/
+36
*
libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.c
Chuck Lever
2007-07-30
2
-0
/
+53
*
mount.nfs: clean up getport() function
Chuck Lever
2007-07-30
1
-19
/
+28
*
mount.nfs: fix hang when getport() uses TCP against unavailable servers
Chuck Lever
2007-07-30
1
-2
/
+17
*
umount.nfs: eliminate a nearly empty header file.
Chuck Lever
2007-07-30
6
-14
/
+2
*
umount.nfs: Pass return codes from do_nfs_umount back
Chuck Lever
2007-07-30
1
-3
/
+4
*
umount.nfs: Make do_nfs_mount use conventional EX_ style return codes
Chuck Lever
2007-07-30
1
-12
/
+26
*
umount.nfs: make _nfsumount() static
Chuck Lever
2007-07-30
1
-3
/
+3
*
umount.nfs: make del_mtab() a static function
Chuck Lever
2007-07-30
1
-1
/
+1
*
Make sure nfs_call_umount's callers are handling its return code correctly
Chuck Lever
2007-07-30
1
-7
/
+20
*
umount.nfs: move nfs_call_umount to network.c
Chuck Lever
2007-07-30
4
-44
/
+36
*
umount.nfs: make umount_usage() static
Chuck Lever
2007-07-30
3
-8
/
+7
*
umount.nfs: make umount.nfs use UDP by default
Chuck Lever
2007-07-30
1
-1
/
+0
*
umount.nfs: some umount.nfs error return codes are confusing
Chuck Lever
2007-07-30
1
-5
/
+5
*
mount.nfs: fix more nits with error messages
Chuck Lever
2007-07-30
3
-11
/
+16
*
Add -Wstrict-prototypes to compiler args, and fix warnings caused.
Neil Brown
2007-07-29
4
-4
/
+4
*
mount.nfs: White space clean up
Chuck Lever
2007-07-20
5
-32
/
+42
*
mount.nfs: Use nfs_error in nfsmount.c, nfsumount.c, and nfs4mount.c
Chuck Lever
2007-07-20
3
-64
/
+56
*
mount.nfs: Error handling clean-up
Chuck Lever
2007-07-20
2
-24
/
+33
*
mount.nfs: When -v is set and the mount succeeds, print the mount info
Chuck Lever
2007-07-20
1
-0
/
+15
*
Remove the running_bg parameter
Chuck Lever
2007-07-20
5
-7
/
+7
*
mount.nfs: Change *flags to flags
Chuck Lever
2007-07-20
5
-9
/
+9
*
mount.nfs: No need to return nfs_mount_data structs
Chuck Lever
2007-07-20
5
-31
/
+24
[prev]
[next]