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
Commit message (
Expand
)
Author
Age
Files
Lines
*
text-based mount.nfs: Clean up helper functions that are no longer used
Chuck Lever
2007-09-29
1
-99
/
+0
*
text-based mount.nfs: start using new mount option parsing facility
Chuck Lever
2007-09-29
1
-17
/
+3
*
text-based mount.nfs: add parser init and destroy calls
Chuck Lever
2007-09-29
1
-0
/
+26
*
text-based mount.nfs: prepare for more complex error exit handling
Chuck Lever
2007-09-29
1
-15
/
+21
*
text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='
Chuck Lever
2007-09-29
1
-0
/
+55
*
text-based mount.nfs: parse option strings into lists
Chuck Lever
2007-09-29
3
-2
/
+478
*
mount.nfs: add new string tokenizer facility
Chuck Lever
2007-09-29
3
-2
/
+188
*
rpc.mountd: add new mode for handling netgroup-heavy configurations
Jeff Layton
2007-09-28
3
-19
/
+87
*
rpc.mountd: create client_resolve and change client_compose to take a hostent...
Jeff Layton
2007-09-28
2
-8
/
+6
*
rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated string
Jeff Layton
2007-09-28
1
-2
/
+7
*
rpc.mountd: fix memory leak and error handling in nfsd_fh
Jeff Layton
2007-09-28
1
-0
/
+3
*
Don't do_nfs_umount() for NFSv4 unmounts
Chuck Lever
2007-09-25
1
-1
/
+1
*
umount.nfs: umount doesn't recognize a busy file system
Chuck Lever
2007-09-25
1
-3
/
+7
*
umount.nfs: Refactor remount logic in umount.nfs
Chuck Lever
2007-09-25
1
-17
/
+26
*
umount.nfs: Fix white space damage in nfsumount.c
Chuck Lever
2007-09-25
1
-58
/
+58
*
mount.nfs: Add error messages for errors reported by text-based mount(2)
Chuck Lever
2007-09-25
1
-2
/
+18
*
text-based mount.nfs: Add text-based error reporting function
Chuck Lever
2007-09-25
2
-0
/
+57
*
mount.nfs: rename mount_errors()
Chuck Lever
2007-09-25
4
-10
/
+19
*
text-based mount.nfs: Use "child" instead of "bg" for nfsmount_s
Chuck Lever
2007-09-25
1
-3
/
+3
*
mount.nfs: Don't leak mount_opts
Chuck Lever
2007-09-25
1
-6
/
+11
*
mount.nfs: Don't leak extra_opts
Chuck Lever
2007-09-25
1
-0
/
+1
*
text-based mount.nfs: Fix memory leak in add_mtab()
Chuck Lever
2007-09-25
1
-0
/
+2
*
mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0
Chuck Lever
2007-09-25
5
-10
/
+10
*
mount.nfs: Provide comments for public network functions
Chuck Lever
2007-09-25
1
-5
/
+37
*
Fix the usage message for gssd to reflect new option
Kevin Coffman
2007-09-11
1
-1
/
+1
*
mount.nfs: Update description of clientaddr= in nfs(5)
Chuck Lever
2007-09-05
1
-5
/
+17
*
mount.nfs: restore admin-specified clientaddr option
Chuck Lever
2007-09-05
1
-7
/
+4
*
mount.nfs: Add a block comment before mount_error() and umount_error()
Chuck Lever
2007-08-25
1
-1
/
+11
*
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
[next]