]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount
Clean up: remove unused IPv4-only functions used by the text-based mount
[nfs-utils.git] / utils / mount /
2008-07-15 Chuck LeverClean up: remove unused IPv4-only functions used by...
2008-07-15 Chuck LeverTraditionally the mount command has looked for a "...
2008-07-15 Chuck LeverChange the fix_mounthost_option() function to support...
2008-07-15 Chuck LeverChange the append_clientaddr_option() function to suppo...
2008-07-15 Chuck LeverChange the append_addr_option() function to support...
2008-07-15 Chuck LeverThere are three helpers that convert sockaddr-style...
2008-07-15 Chuck LeverIntroduce IPv6-enabled version of get_client_address...
2008-07-15 Chuck LeverIntroduce two new functions to convert a sockaddr to...
2008-07-15 Chuck LeverAdd #include directives for additional header files...
2008-07-15 Chuck LeverCurrently the "-s" option is ignored by the text-based...
2008-07-15 Chuck LeverClean up: add the traditional pre-processor safety...
2008-07-15 Chuck LeverMoved the kernel version-ing code into a new version.h
2008-07-15 Chuck LeverIntroduce a new DNS resolver function in utils/mount...
2008-07-15 Chuck LeverThe text-based mount command displays the rather inexpl...
2008-07-15 Christiaan WelvaartPorted the create_mtab() routine from util-linux-ng...
2008-06-06 Chuck LeverFix error reporting when probe_bothports() fails while...
2008-06-06 Chuck LeverClean up: instead of passing so many arguments to all...
2008-06-06 Chuck LeverSteinar Gunderson reports:
2008-06-06 Neil BrownMake the text-based mount path check whether statd...
2008-05-08 NeilBrownIf mount.nfs is not installed setuid, an attempt to...
2008-05-07 Jeff LaytonThe prev_bg_host stuff made sense when NFS didn't have...
2008-05-07 Jeff LaytonThe bg option is essentially ignored with nfs4 currentl...
2008-05-07 Jeff LaytonCurrently nfs4mount() sets the retry value to 10000...
2008-04-14 Jeff LaytonChange how mount.nfs handles EACCES errors. Currently,
2008-04-09 Li YewangCorrect a spelling error in a mount.nfs error message
2008-03-18 bc WongThere were 2 things wrong with auth flavour ordering:
2008-03-11 Chuck LeverRecently #include directives for autoconf's config...
2008-03-10 Steinar H. GundersonFixed a segfault in the mount.nfs command
2008-03-10 Steinar H. GundersonThe mount(5) man page states that the noquota, quota...
2008-03-05 Chuck LeverAs part of migrating from nfs@lists.sf.net to linux...
2008-01-24 Steve DicksonAdded in relatime mount option so mount.nfs stays
2008-01-16 Steve DicksonThe kernel doesn't support the underlying parts needed...
2008-01-16 Steve DicksonThe kernel hasn't supported the underlying parts needed...
2008-01-16 Steve DicksonAddress an inconsistency: the mount.nfs command uses...
2008-01-16 Steve Dicksonadd_mtab() calls unlock_mtab() twice in one of its...
2008-01-16 Steve DicksonWhen mount.nfs reports that statd isn't running, it...
2008-01-09 Steve DicksonRedress some nits in the description of the timeo option
2008-01-04 Steve DicksonGet rid of the "-i" option for mount.nfs[4] and always...
2008-01-04 Steve DicksonIncorporated Chuck Lever's and Don Domingo's changes...
2007-11-03 Steve DicksonWhen following a list of mount versions to probe -
2007-11-03 Steve DicksonThis means that if mountd is run with "--no-nfs-version 3",
2007-10-11 Chuck Levertext-based mount.nfs: Fix po_rightmost() enum return...
2007-10-11 Neil BrownFix version fallback for unmount.
2007-10-11 Neil BrownDon't fail an unmount just because we couldn't contact...
2007-10-11 Chuck Levertext-based mount.nfs: Plug "fg" and "bg" processing...
2007-10-11 Chuck Levertext-based mount.nfs: Add functions to handle backgroun...
2007-10-11 Chuck Levertext-based mount.nfs: add function to do foreground...
2007-10-11 Chuck Levertext-based mount.nfs: sort between permanent and tempor...
2007-10-11 Chuck Levertext-based mount.nfs: Use helpers for invoking mount...
2007-10-11 Chuck Levertext-based mount.nfs: Implement falling back to NFSv2...
2007-10-11 Chuck Levertext-based mount.nfs: Add rewrite_mount_options() function
2007-10-11 Chuck Levertext-based mount.nfs: add a few useful parser return...
2007-10-09 Chuck Levertext-based mount.nfs: Create helpers for invoking mount...
2007-10-09 Chuck Levertext-based mount.nfs: Remove unused top level functions
2007-10-09 Chuck Levertext-based mount.nfs: combine nfsmount_s() and nfs4moun...
2007-10-09 Chuck Levertext-based mount.nfs: refactor mandatory mount option...
2007-10-09 Chuck Levertext-based mount.nfs: rename fix_up_mounthost_opt()
2007-09-28 Chuck Levertext-based mount.nfs: Fix mounthost= processing
2007-09-28 Chuck Levertext-based mount.nfs: Clean up helper functions that...
2007-09-28 Chuck Levertext-based mount.nfs: start using new mount option...
2007-09-28 Chuck Levertext-based mount.nfs: add parser init and destroy calls
2007-09-28 Chuck Levertext-based mount.nfs: prepare for more complex error...
2007-09-28 Chuck Levertext-based mount.nfs: Use new parser to handle 'addr...
2007-09-28 Chuck Levertext-based mount.nfs: parse option strings into lists
2007-09-28 Chuck Levermount.nfs: add new string tokenizer facility
2007-09-25 Chuck LeverDon't do_nfs_umount() for NFSv4 unmounts
2007-09-25 Chuck Leverumount.nfs: umount doesn't recognize a busy file system
2007-09-25 Chuck Leverumount.nfs: Refactor remount logic in umount.nfs
2007-09-25 Chuck Leverumount.nfs: Fix white space damage in nfsumount.c
2007-09-25 Chuck Levermount.nfs: Add error messages for errors reported by...
2007-09-25 Chuck Levertext-based mount.nfs: Add text-based error reporting...
2007-09-25 Chuck Levermount.nfs: rename mount_errors()
2007-09-25 Chuck Levertext-based mount.nfs: Use "child" instead of "bg" for...
2007-09-25 Chuck Levermount.nfs: Don't leak mount_opts
2007-09-25 Chuck Levermount.nfs: Don't leak extra_opts
2007-09-25 Chuck Levertext-based mount.nfs: Fix memory leak in add_mtab()
2007-09-25 Chuck Levermount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCES...
2007-09-25 Chuck Levermount.nfs: Provide comments for public network functions
2007-09-05 Chuck Levermount.nfs: Update description of clientaddr= in nfs(5)
2007-09-05 Chuck Levermount.nfs: restore admin-specified clientaddr option
2007-08-24 Chuck Levermount.nfs: Add a block comment before mount_error(...
2007-08-24 Chuck Levermount.nfs: Remove get_my_ipv4addr() from utils/mount...
2007-08-24 Chuck Levermount.nfs: Use get_client_addr() to build clientaddr...
2007-08-24 Chuck Levermount.nfs: Create a new API to find out client's address
2007-08-24 Chuck Levermount.nfs: Refactor parse_devname and fill_ipv4_addr
2007-08-24 Chuck Levermount.nfs: Use dynamically allocated character buffers
2007-08-24 Chuck Levermount.nfs: Remove get_my_ipv4addr() from append_addr_opt()
2007-08-24 Chuck Levermount.nfs: Don't allow the user to specify addr= or...
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-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
next