summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Expand)AuthorAgeFilesLines
* Handle -o remount betterNeil Brown2007-03-201-2/+11
* Fix another warning: error -> nfs_errorNeil Brown2007-03-161-2/+2
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-162-5/+5
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-161-0/+58
* Make mtab_head staticNeil Brown2007-03-161-1/+1
* Remove "maptype" supportJ. Bruce Fields2007-03-151-37/+0
* Restore use of un-connected socket for UDP mount requests.Neil Brown2007-03-131-27/+35
* Merge branch 'branch-1-0'Neil Brown2007-02-271-0/+4
|\
| * Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-271-0/+4
* | Remove rpc.lockdNeil Brown2007-02-222-23/+1
* | Change default from subtree_check to no_subtree_checkNeil Brown2007-02-221-3/+3
|/
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-221-1/+36
* Support group-id looks for kernels that ask for them.Neil Brown2007-02-121-0/+1
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-122-7/+29
* Correct spelling errorNeil Brown2007-02-121-2/+2
* Make UDP sockets not blockingNeil Brown2007-02-051-4/+15
* Use memset instead of __bzero.Steinar H. Gunderson2007-02-051-1/+1
* Allow default options in /etc/exportsSteinar H. Gunderson2007-02-051-28/+54
* Never set flushtime for a cache in the future.Neil Brown2007-02-051-1/+4
* Error check messages sent to the kernel.Neil Brown2007-01-112-6/+7
* "rpc.nfsd XX" should not fail if ports are already open.Neil Brown2006-08-071-1/+15
* Remove warning if neither 'sync' or 'async' present.Neil Brown2006-08-071-13/+13
* Call nfssvc_versbits before nfssvc_setfdsSteve Dickson2006-07-081-2/+5
* Use 65534 for anon uid/gid rather than -2Steinar H. Gunderson2006-07-051-4/+4
* Remove some files that old, unused, unneeded.Neil Brown2006-07-054-493/+0
* Use socklen_t some more to avoid warnings.Greg Banks2006-07-031-1/+6
* Fix warning about pointer signedness differing.Greg Banks2006-07-031-2/+3
* Merge branch 'master' of git://linux-nfs.org/nfs-utilsGreg Banks2006-07-035-15/+140
|\
| * Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.Steve Dickson2006-07-031-3/+90
| * Add support for suppressing different NFS versions.Steve Dickson2006-06-261-1/+32
| * Fix various issues discovered by CoverityNeil Brown2006-06-232-4/+4
| * Fix comment parsing (again)Neil Brown2006-06-231-6/+6
| * Try to make sure that clientid used for NFSv4 is reliable.Neil Brown2006-06-231-3/+10
* | Detect if glibc provides socklen_t and use that insteadGreg Banks2006-06-271-2/+6
* | Fix a number of the easier compile warnings: unused variables,Greg Banks2006-06-222-1/+4
|/
* multiple threads for mountdGreg Banks2006-06-161-0/+21
* Move NFS mount code from util-linux to nfs-utils - part 2Amit Gud2006-06-166-52/+1111
* Only treat '#' as starting a comment when at the start of a tokenNeil Brown2006-06-051-2/+5
* escape hashes in exportsNeil Brown2006-06-051-1/+1
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-171-497/+0
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-0/+4
* Remove all the Makefilesneilbrown2005-12-201-14/+0
* More automake stuffneilbrown2005-12-201-0/+489
* Autogen updateneilbrown2005-12-2015-15/+57
* Set default hostname to '*' rather than leaving it emptyneilbrown2005-12-201-4/+8
* Fix rpc_init so it isn't confused by sshneilbrown2005-12-121-4/+11
* Assorted changes from Steve Dicksonneilbrown2005-10-064-3/+34
* Added TOP, as needed, for easier compile in subdirectoriesgmorris2005-04-121-1/+1