add readahead support
[deb_libnfs.git] / lib / libnfs.c
2014-06-23  Peter Lievenadd readahead support
2014-04-18  Ronnie Sahlbergnfs_open: add support for O_APPEND
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-04  Arne RedlichFix the file position handling of the read and write...
2014-04-04  Arne Redlichnfs_lseek{,_async}: allow negative offsets and guard...
2014-03-20  Arne Redlichnfs_normalize_path: don't strip trailing slash from "/"
2014-03-20  Arne Redlichnfs_opendir2_cb: plug potential memory leak
2014-03-20  Ronnie SahlbergPORTMAP: Rename pmap3_getaddr_result to pmap3_string_result
2014-03-20  Ronnie SahlbergIPv6: If we use IPv6 then we need to use PMAP v3 GETADDR
2014-03-20  Ronnie SahlbergGETEXPORT: Use rpc_connect_program_async() flow during...
2014-03-20  Ronnie SahlbergRPC_CONNECT: Use the rpc_connect_program_async() flow...
2014-03-20  Ronnie SahlbergPORTMAP: Rename the functions in PMAP to PMAP2 to desri...
2014-03-18  Ronnie SahlbergMerge pull request #69 from plieven/for-1.9.3
2014-03-18  Peter Lievennfs_{pread,pwrite}_async: fix oom handling and comments
2014-03-16  Ronnie SahlbergMerge pull request #67 from plieven/for-1.9.3
2014-03-16  Peter Lieven{pread,pwrite}_async: fix potential segfault in out...
2014-03-16  Peter Lievennfs_pread_async: handle short reads
2014-03-16  Peter Lievennfs_pwrite_async: handle short writes
2014-03-16  Peter Lievenfix possible wrong cast to 32-bit unsigned
2014-03-16  Peter Lievenintroduce nfs_fill_{READ,WRITE}3args
2014-03-16  Peter Lievenfix potential overflow in nfs_pread_mcb
2014-03-13  Ronnie SahlbergImprove error messages when READDIRPLUS emulation fails.
2014-03-13  Ronnie SahlbergDont check for NFS errors in the LOOKUP during READDIRP...
2014-03-05  Ronnie SahlbergAdd a new nfs_stat64() function that operates on a...
2014-02-20  Arne Redlichnfs_pread_async: plug potential memleaks
2014-02-20  Arne Redlichnfs_write_async: plug potential memory leaks
2014-02-20  Arne Redlichnfs_rename_continue_1_internal: fix use-after-free
2014-02-20  Arne Redlichnfs_unlink_async: plug potential memory leak
2014-02-20  Arne Redlichnfs_rmdir_async: fix potential memory leak
2014-02-20  Arne Redlichnfs_mkdir_async: fix potential memory leak
2014-02-20  Arne Redlichnfs_mknod_async: fix use-after-free
2014-02-20  Arne Redlichnfs_fchown_async: fix use-after-free
2014-02-20  Arne Redlichnfs_fchmod_async: fix use-after-free
2014-02-20  Arne Redlichnfs_opendir2_cb: plug potential memleaks
2014-02-20  Arne Redlichfree_nfs_cb_data: make static and drop superfluous...
2014-02-20  Arne Redlichfree_nfs_cb_data: add assert(data->free_continue_data)
2014-02-20  Arne Redlichnfs_fchown_async: fix nullptr dereference
2014-02-20  Arne Redlichnfs_fchown_async: plug potential memleak
2014-02-20  Arne Redlichnfs_creat_async: plug potential memleak
2014-02-20  Arne Redlichnfs_mknod_async: plug potential memory leak
2014-02-20  Arne Redlichnfs_lookuppath_async: plug potential memleak
2014-02-20  Arne Redlichnfs_opendir_cb: plug potential memory leak
2014-02-20  Arne Redlichnfs_normalize_path: fix using the results of assignment...
2014-02-03  Ronnie SahlbergWe need to pass a filehandle back for open(O_TRUNC...
2014-02-02  Ronnie SahlbergAdd support for O_TRUNC with nfs_open()
2014-02-02  Ronnie SahlbergRename the nfs_open() argument from mode to flags
2014-02-01  Ronnie SahlbergEmpty paths are no longer an error. Translate it to...
2014-01-31  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-31  Ronnie SahlbergRevert "Add support for chdir and getcwd"
2014-01-28  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-13  Ronnie SahlbergMake sure cookie is initialized before we use it.
2014-01-13  Ronnie SahlbergMerge pull request #48 from plieven/master
2014-01-13  Peter Lievenmake adjustments for v6 of the qemu NFS driver
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2014-01-12  Memphiz[win32] - fixed bad number casting when using libnfs...
2014-01-01  Ronnie SahlbergAdd uid/gid to the stat data returned in the readdir...
2014-01-01  Ronnie SahlbergAssign the whole nfs_fh3 structure instead of element...
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdirplus to rpc_nfs3_readdirplus
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdir to rpc_nfs3_readir
2013-12-31  Ronnie SahlbergChange rpc_nfs_readlink to rpc_nfs3_readlink
2013-12-31  Ronnie SahlbergChange rpc_nfs_symlink to rpc_nfs3_symlink
2013-12-31  Ronnie SahlbergChane rpc_nfs_link to rpc_nfs3_link
2013-12-31  Ronnie SahlbergChange rpc_nfs_rename to rpc_nfs3_rename
2013-12-31  Ronnie SahlbergChange rpc_nfs_mknod to rpc_nfs3_mknod
2013-12-31  Ronnie SahlbergChange rpc_nfs_remove to rpc_nfs3_remove
2013-12-31  Ronnie SahlbergChange rpc_nfs_create to rpc_nfs3_create
2013-12-31  Ronnie SahlbergChange rpc_nfs_rmdir to rpc_nfs3_rmdir
2013-12-31  Ronnie SahlbergChange rpc_nfs_mkdir to rpc_nfs3_mkdir
2013-12-31  Ronnie SahlbergChange rpc_nfs_commit to rpc_nfs3_commit
2013-12-31  Ronnie SahlbergChange rpc_nfs_setattr to rpc_nfs3_setattr
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsstat to rpc_nfs3_fsstat
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsinfo to rpc_nfs3_fsinfo
2013-12-26  Ronnie SahlbergMerge pull request #44 from plieven/master
2013-12-26  Ronnie SahlbergFix some compiler warnings and bugs
2013-12-26  Ronnie SahlbergChange rpc_mount_* to rpc_mount3_* and make it explicit...
2013-12-26  Ronnie SahlbergChange rpc_set_context_args to nfs_set_context_args...
2013-12-26  Peter Lievennfs_parse_url: initialize memory
2013-12-26  Peter Lievennfs_parse_url_incomplete: fix use after free in param...
2013-12-26  Ronnie SahlbergCreate a new function rpc_set_context_args where we...
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-24  Ronnie SahlbergNFS: Add new function signatures for rpc_nfs3_ that...
2013-12-23  Peter Lievenexamples: add nfs-io example
2013-12-23  Peter Lievenadd uid and gid URL param to specify alternate uid...
2013-12-23  Peter Lievenadd tcp-syncnt URL param to adjust TCP_SYNCNT sockopt
2013-12-23  Peter Lievenadd URL parsing functions
2013-12-17  Ronnie SahlbergMerge pull request #40 from plieven/master
2013-12-17  Peter Lievennfs_creat1_cb: fix memleak
2013-10-26  Ronnie SahlbergAdd an async helper function to connect an rpc context...
2013-10-24  Ronnie SahlbergDon't clamp write3 max to 32k
2013-10-24  Volker LendeckeFix typos
2013-05-29  Ronnie SahlbergMore AROS fixes. AROS compiles and works again.
2013-05-29  Ronnie SahlbergAROS fixes
2013-05-29  Ronnie SahlbergSome more configure checks for headers
2013-05-29  Ronnie SahlbergAdd configure checks for whether netinet/in.h is availa...
2013-05-28  Ronnie SahlbergWIN32 fixes
2013-04-16  Ronnie SahlbergFix a bug when returning the filehandle in creat()...
2013-04-16  Ronnie SahlbergAllow nfs_lookuppath_async to have path[0]=='\0' this...
2013-04-14  Ronnie Sahlbergmore include cleanups it starts to look almost decent now
2013-04-14  Ronnie Sahlbergmore header include cleanups
2013-04-14  Ronnie SahlbergWIN32: More ifdef cleanups
next