]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/nfs4mount.c
Removed warnings from nfs4mount.c
[nfs-utils.git] / utils / mount / nfs4mount.c
2010-08-09 Steve DicksonRemoved warnings from nfs4mount.c
2009-11-16 Harshula Jayasuriyanfs-utils: NFSv4: fix backgrounding
2008-07-15 Chuck LeverClean up: Include the bare minimum of legacy RPC headers in
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-03-11 Chuck LeverRecently #include directives for autoconf's config...
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 Leverlibnfs.a: move clnt_ping() to utils/mount
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: Create a common source module for reporting...
2007-07-10 J. Bruce Fieldsmove pseudoflavor information to common code
2007-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-05-11 Neil Brownmount.nfs4: Remove checks for idmapd and gssd running.
2007-03-16 Neil BrownSupport -s option to ignore unknown options (sloppy)
2006-07-03 Greg BanksMerge branch 'master' of git://linux-nfs.org/nfs-utils
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 -...