]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount
Support AD style kerberos automatically in rpc.gss
[nfs-utils.git] / utils / mount /
2010-11-22 Steve DicksonRemoved a couple warnings from utils/mount/stropts.c
2010-11-01 Chuck Levernfs(5): Document remount behavior nfs-utils-1-2-4-rc2
2010-11-01 Chuck Levernfs(5): Grammar and style fixes
2010-11-01 Chuck Levermount.nfs: mnt_freq and mnt_pass are always zero
2010-11-01 Chuck Levermount.nfs: Fix memory leak in nfs_sys_mount()
2010-11-01 Chuck Levermount: Fix compiler warning in nfs_parse_retry_option()
2010-11-01 Chuck Levernfs-utils: Remove all uses of AI_ADDRCONFIG
2010-10-14 Chuck Leverbehavior as file systems that use the monolithic /sbin...
2010-10-14 Chuck Leverumount.nfs: Distinguish between nfs4 and nfs mounts
2010-10-14 Chuck Levermount.nfs: mountproto does not support RDMA
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warnings in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warning in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warning in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warning in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warnings in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warning in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warnings in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warning in utils/mount...
2010-10-14 Chuck Levermount.nfs: Eliminate compiler warnings
2010-10-13 Steve Dicksonnfs-utils: Fixed typo in NFS man page
2010-09-29 Suresh JayaramanThe kernel 2.6.37 has a add new mount option: local_lock.
2010-09-27 Chuck Levernfs-utils: Fix source code character encoding
2010-09-16 Chuck Levermount.nfs: Don't do anything fancy if this is a remount
2010-09-16 Chuck Levermount.nfs: Refactor mount version and protocol autonego...
2010-09-09 Steve DicksonCleaned up a warning from commit 44f09b7
2010-09-09 Chuck Levermount.nfs: Prepare way for "vers=4,rdma" mounts
2010-09-09 Chuck Levermount.nfs: Support an "rdma" mount option
2010-09-09 Chuck Levermount.nfs: Use nfs_nfs_protocol() for checking for...
2010-09-09 Guillaume RousseClarification about options supported by different...
2010-08-17 Guillaume RousseFix the description of nfsversion mount option in the...
2010-08-09 Steve DicksonRemoved warnings from configfile.c
2010-08-09 Steve DicksonRemoved warnings from network.c
2010-08-09 Steve DicksonRemoved warnings from nfs4mount.c
2010-08-09 Steve DicksonRemoved warnings from nfsmount.c
2010-06-22 Steve Dicksonmount.nfs: silently fails when the network protocol...
2010-06-22 Steve Dicksonmount: silently fails when bad option values are given
2010-03-19 Chuck Levermount: Mount should retry unreachable hosts
2010-03-01 Jeff Laytonnfs-utils: add and use nfs_authsys_create
2010-02-18 Chuck Levermount: Set protocol family properly for "udp" and ...
2010-02-12 Jeff Laytonmount.nfs: make nfs_{nfs,mount}_proto set errno on...
2010-02-12 Jeff Laytonmount.nfs: return error if proto= option specified...
2010-02-12 Jeff LaytonThis is the second iteration of this patch. The only...
2010-02-12 Chuck Levertext-based mount: Support protocol family negotiation
2010-02-12 Chuck Levertext-based mount: Set addr= option in nfs_try_mount_foo()
2010-02-12 Chuck Levertext-based mount: Replace nfs_lookup() with getaddrinfo(3)
2010-02-12 Chuck Levertext-based mount: Retry when server can't be reached
2010-01-22 Steve DicksonAdded the sys/stat.h header file to a number of nfs-utils-1-2-2-rc9
2010-01-20 Steve Dicksonmount.nfs: Configuration file parser ignoring options
2010-01-15 Chuck Levernfs-utils: Collect socket address helpers into one...
2010-01-04 Jeff Laytonmount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
2009-12-11 Chuck LeverNFS man page: update nfs(5) with details about IPv6... nfs-utils-1-2-2-rc2
2009-12-11 Chuck Levermount.nfs: Remove nfs_name_to_address()
2009-12-11 Chuck Levermount.nfs: Teach umount.nfs to recognize netids in...
2009-12-11 Chuck Levermount.nfs: proto=netid forces address family when resol...
2009-12-11 Chuck Levermount.nfs: Fix sockaddr pointer aliasing in stropts.c
2009-12-11 Chuck Levermount.nfs: Add new API for getting protocol family...
2009-12-11 Chuck Levermount.nfs: make nfs_lookup() global
2009-12-11 Chuck Levermount.nfs: support netids in v2/v3 version/transport...
2009-12-11 Chuck Levermount.nfs: support netids in nfs_options2pmap()
2009-12-07 Neil Brownmount.nfs: Retry v4 mounts with v3 on ENOENT errors
2009-11-16 Harshula Jayasuriyanfs-utils: NFSv4: fix backgrounding
2009-11-16 Harshula Jayasuriyamount options can be lost when using bg option
2009-11-16 Chuck Levermount.nfs: Assume v2/v3 if mount-related options are...
2009-11-03 Chuck Levermount: Fix po_join() call site in nfs_try_mount_v4()
2009-11-03 Chuck Levermount.nfs: Assume v2/v3 if mount-related options are...
2009-11-03 Steve DicksonMade some aesthetic changes to the code that sets
2009-11-03 Steve DicksonRetry v4 mounts with a v3 mount when the version
2009-10-27 Steve DicksonAdded wrappers around the setting of default values
2009-10-22 Steve DicksonAdded the defaultproto and defaultvers variable to... nfs-utils-1-2-1-rc7
2009-10-22 Steve DicksonUse the default protocol and version values, when they
2009-10-22 Steve DicksonIntroducing the parsing of both 'defaultvers' and ...
2009-10-09 Steve DicksonMake sure all protocol version options are checked...
2009-10-09 Steve DicksonMake the network transports value in the mount
2009-10-09 Steve DicksonThere are a number of different mount options that...
2009-09-29 Chuck Levermount: Support negotiation between v4, v3, and v2 nfs-utils-1-2-1-rc6
2009-09-29 Chuck LeverThe user's mount options and the set of versions to...
2009-09-29 Chuck Levermount.nfs: Keep server's address in nfsmount_info
2009-09-29 Chuck Levermount.nfs: Add API to duplicate a mount option list
2009-09-14 Chuck Levermount.nfs: Support "-t nfs,vers=4" mounts in the kernel
2009-08-27 Steve DicksonCleaned up some warnings in the mount config file code.
2009-08-17 Steve DicksonCleaned up parsing errors to hopeful be more precise nfs-utils-1-2-1-rc4
2009-08-16 Steve DicksonNow that only the Section names are case-insensitive
2009-08-16 Steve DicksonThe example nfsmount.conf file
2009-08-16 Steve DicksonThe new nfsmount.conf(5) man page and the update to
2009-08-16 Steve DicksonAdded hooks to the mount command that allow
2009-08-16 Steve DicksonSupport routines used to read sections from the configu...
2009-08-16 Chuck Levernfs(5): Remove trailing blanks
2009-08-16 Chuck Levernfs(5): Add description of lookupcache mount option
2009-07-15 Steve Dicksonerrno not be set on RPC errors nfs-utils-1-2-1-rc2
2009-07-15 Steve DicksonDon't use initialized garbage for address lengths
2009-07-14 Chuck Levermount.nfs: Squelch compiler warnings in nfs_strerror()
2009-07-14 Chuck Levermount.nfs: Squelch unused parameter warnings on empty...
2009-07-14 Chuck Levermount.nfs: Fix compiler warning in stropts.c
2009-07-14 Chuck Leverumount.nfs: Use correct data type in nfsumount()
2009-07-14 Chuck Levermount.nfs: remove unused @addrlen argument from nfs_str...
2009-07-14 Chuck Levermount.nfs: Remove unused @salen parameter from nfs_ca_gai()
2009-07-14 Chuck Levermount.nfs: Fix some nfs_error() nits in network.c
2009-07-14 Chuck Levermount.nfs: Remove unused parameter in try_mount()
2009-07-14 Chuck Levermount.nfs: Use correct data type in discover_nfs_mount_...
2009-07-14 Chuck Leversupport: Introduce sockaddr helpers to get and set...
next