]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/nfsmount.c
Moved the kernel version-ing code into a new version.h
[nfs-utils.git] / utils / mount / nfsmount.c
2008-07-15 Chuck LeverMoved the kernel version-ing code into a new version.h
2008-05-07 Jeff LaytonThe prev_bg_host stuff made sense when NFS didn't have...
2008-05-07 Jeff LaytonCurrently nfs4mount() sets the retry value to 10000...
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-01-16 Steve DicksonWhen mount.nfs reports that statd isn't running, it...
2007-09-25 Chuck Levermount.nfs: rename mount_errors()
2007-09-25 Chuck Levermount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCES...
2007-08-03 Chuck Levermount.nfs: restore bg argument to nfsmount() and nfs4mo...
2007-08-03 Chuck Levermount.nfs: fix printf's normally hidden behind NFS_MOUN...
2007-08-03 Chuck Levermount.nfs: Support double-wide characters in printed...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Leverumount.nfs: eliminate a nearly empty header file.
2007-07-30 Chuck Levermount.nfs: fix more nits with error messages
2007-07-29 Neil BrownAdd -Wstrict-prototypes to compiler args, and fix warni...
2007-07-20 Chuck Levermount.nfs: White space clean up
2007-07-20 Chuck Levermount.nfs: Use nfs_error in nfsmount.c, nfsumount.c...
2007-07-20 Chuck LeverRemove the running_bg parameter
2007-07-20 Chuck Levermount.nfs: Change *flags to flags
2007-07-20 Chuck Levermount.nfs: No need to return nfs_mount_data structs
2007-07-20 Chuck Levermount.nfs: Move start_statd into nfs_mount
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Eliminate some C macros that use implicit...
2007-07-20 Chuck Levermount.nfs: Always preset nfs_mount_version
2007-07-20 Chuck Levermount.nfs: Create a common source module for reporting...
2007-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-03-29 Steve Dicksonmount.nfs - nordirplus option
2007-03-29 Neil Brownmount.nfs - require statd to be running to mount withou...
2007-03-20 Karel ZakAdd support for quoted mount options
2007-03-16 Neil BrownRemove some incorrect version matching code.
2007-03-16 Neil BrownSupport -s option to ignore unknown options (sloppy)
2007-03-16 Neil BrownAutomatically start statd when mounting an nfs filesystem.
2007-03-14 Neil BrownIf -o sec= is not specified for mount, allow either...
2007-03-13 Talpey, Thomasnfs-utils patch for mount-reserved-port
2007-03-13 Neil BrownRestore use of un-connected socket for UDP mount requests.
2007-03-13 Neil BrownAdd support for "mount -o sec=none"
2006-07-03 Greg BanksMerge branch 'master' of git://linux-nfs.org/nfs-utils
2006-06-23 Amit GudMerge nfsmount.x and mount.x into mount.x
2006-06-23 Neil BrownTry to make sure that clientid used for NFSv4 is reliable.
2006-06-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...