Tags: crusader-mike/libnfs
Tags
new version 4.0.0 Fix the versioning in makerpms.sh Fix some compile issues in the test programs. NFSv3: skip commit on close if the file has not been written to. Add nfs_umount() to NFSv3 Add nfs_statvfs64() Fix invalid shift of pid_t when generating rpc->xid Compile fixes for Mac OSX Fix for dup2() on Windows NFSv4 fix for directory handling Improvements to configure/bulding Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version: 3.0.0 NFSv4 support. lockf() support (NFSv4 only). fcntl() support for locking (NFSv4 only). Add CMake support. URL arguments to select NFS version. URL argument to set nfsport. This allows NFSv4 to work for servers without portmapper support. URL argument to set he mount port. NFSv4: use getpwnam to map NFSv4 (Ganesha) when passing uid/gid as a user/group name insead of as a uid/gid. Added nfs-fh: a simle utility to print the filehandle for a nfs file. Win32 build fixes. Add a new open2() function that takes a mode argument. Add a testsuite for libnfs. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version : 2.0.0 The main changes since 1.11.0: BUGS ==== Fix NULL pointer crash in nfs_link(). Clamp read/write size for servers (Ganesha) that offer very large io sizes instead of failing to connect to the export. Tell the server to commit all data to stable storage when we close files. Double free fix: don't call rpc_free_pdu() after rpc_queue_pdu() failure. Fix for memory leak in rpc_allocate_*(). Fixes to build nfs-ls and nfs-cp on win32. Abort the mount process correctly if MOUNT/MNT returns error or is cancelled. Fix memory leak in error path in nfs_create_2_cb(). Fix leak of rpc->inbuf if we destroy the context while we still have PDUs in flight. FEATURES ======== Add O_NOFOLLOW support for nfs_open() Add a new mkdir2 command that also takes a mode argument. Add a new readlink2 command that avoids having to preallocate the buffer. Add support for RPC timeouts for both the sync and async interfaces. Build fixes for Mingw and Cygwin Update README to document two new Windows builds Use SOCK_CLOEXEC for the sockets Make rpc_set{g|u}id() public Performance optimization: socket: Batch pdu read in rpc_read_from_socket Low level support for NFSv4 and some examples Support for building RPC servers Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version 1.11.0 - Reduce the number of memory allocations in the ZDR layer. - Check both seconds and nanoseconds field when validating dir cache. - Invalidate the dir cache immediately if we do something that would cause it to become stale, such as adding/removing objects from the cache. - Add options to enable/disable dir caching. - Discard readahead cache on [p]write and truncate. - Android fixes - Windows fixes - Support timeouts for sync functions - Add an internal pagecache - Add nfs_rewinddir(), nfs_seekdir() and nfs_telldir() - Fix crash in nfs_truncate() - Fix segfault that can trigger if we rpc_disconnect() during the mount. - Add support to bind to a specific interface (linux only) Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version 1.10.0 The biggest changes in this release are: - Fix a leak where we leaked one rdpe_cb_data structure on each open_dir() - Make building the utils optional - Android: the correct define is __ANDROID__ not ANDROID - Win32: Use _U_ instead of ATTRIBURE((unused)) - Win32: Fix nfs_stat declaration for Win32 - Various fixes for mingw builds - Make rpc->connect_cb a one shot callback and improve documentation - Remove the FUSE module. It now lives in its own repo - Fix POLLERR/POLLHUP handling to properly handle session failures and to try to auto-reconnect Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version 1.9.8 - Disable multithreading in fuse_nfs - Add -Wall and -Werror compiler flags (and fix issues found by it) - Add nfs-cat utility - Switch to using nfs_[f]stat64 instead of the deprecated nfs_[f]stat call in all examples - If the server does not return any atttributes for entries in READDIRPLUS then try to fetch them using lookup instead. - Reconnection fixes - Enforce the max pdu size and add sanity checks when reading PDUs from the socket. - Stop using ioctl(FIONREAD) to find out how many bytes to read, and treat 0 as an indication of a problem. Some applications call their POLLIN handlers spuriosly even when there is no data to read, which breaks this check in libnfs. - Add basic support to do logging. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
new version 1.9.7 - Auto-traverse mounts. With this option (default to on) libnfs will autodiscover and handle any nested submounts. - Remove nfs_get_current_offset. Applications should use seek instead of this function. - Add umask() support. - Change set_tcp_sockopt() to be static. - Android fix for nfs-ls - Make S_IFLNK available on windows. - Fix a use after free. - Fix a bug where truncate() treated offset as 32bit. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
PreviousNext