Change how we delete the semaphores to be more FreeBSD friendly.
[sahlberg/dbench.git] / libnfs.c
2012-07-03 Ronnie SahlbergRead all directory entries before we start invoking...
2012-06-12 Ronnie Sahlbergbump the xdr buffers to 17MB so we can send big nfs i/o
2010-11-20 Ronnie SahlbergMerge branch 'master' of git+ssh://git.samba.org/data...
2010-11-17 Jeremy BongioThe nfs read operation was not properly memcpying the...
2010-08-31 Ronnie SahlbergNFS backend:
2010-03-12 Ronnie Sahlbergdont try to modify offset if size is 0
2009-12-11 Ronnie SahlbergAdd support for writing to random 64 bit offsets for...
2009-12-11 Ronnie SahlbergAdd more advanced "random' number use for loadfiles.
2009-09-26 Ronnie Sahlbergadd an init function to the nfs backend to test we...
2009-09-26 Ronnie Sahlbergteach NFS READ3 operation about doing I/O to a random...
2008-09-09 Ronnie Sahlbergfix memory leak for reads
2008-09-09 Ronnie Sahlbergwe must explicitely release the memory where the fileha...
2008-09-08 Ronnie Sahlbergwhen we fail to lookup a handle, try doing a recursive...
2008-08-24 Ronnie SahlbergiWe dont really need the data sent back from the server...
2008-07-29 Ronnie Sahlbergdont forget to update the pointer to the parent node...
2008-07-29 Ronnie SahlbergCreate the TCP and UDP clients explicitely using clnttc...
2008-07-25 Andrew TridgellMerge branch 'ronnie-test'
2008-07-25 Ronnie Sahlbergadd nfs client library and the dbench nfsio backend