History log of /haiku/src/add-ons/kernel/file_systems/nfs4/MetadataCache.cpp
Revision Date Author Comments
# 5676dce8 21-Apr-2018 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

memcmp on sizeof(x)==0 bytes fix


# 6f7fc220 07-Mar-2016 Axel Dörfler <axeld@pinc-software.de>

NodeMonitor: Added B_WATCH_CHILDREN flag.

* Added a directory argument for notify_{stat/attribute}_changed().
* This allows to watch only a directory, and get the notifications for
all of its files, not just add/remove entry notifications.


# b637b72e 20-Feb-2014 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Notify listeners when file grows


# 56efe80f 29-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

nfs4: fixed two warnings.

* warnings about comparison between signed and unsigned integer expressions.
* the use of max_c() was superflous anyway as the result is only used for a comparison
with the left value.


# 1e67a2cd 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add numerous assertion checks


# 8568341a 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix bugs when metadata cache is disabled


# 060a4636 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make the client more configurable


# 0e0d53c7 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fill struct stat st_blksize and st_blocks fields


# ad5adda8 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix assignment to temporary


# 20d1b02e 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add basic support for extended attributes


# 3ae5e813 07-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Implement node monitoring


# cde3994e 06-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Return delegation before open upgrade


# 7efb4c9b 03-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add ACCESS cache


# b637b72e15a14beb83c1df2b8194e3d502cb57df 20-Feb-2014 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Notify listeners when file grows


# 56efe80f8580cc91055ab5a0ada2a86237baad2c 29-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

nfs4: fixed two warnings.

* warnings about comparison between signed and unsigned integer expressions.
* the use of max_c() was superflous anyway as the result is only used for a comparison
with the left value.


# 1e67a2cdd9414d6f699f253161d19d4aa8fe35e6 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add numerous assertion checks


# 8568341ae61b9ecdd5f96b6167c5eb5589a20ed1 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix bugs when metadata cache is disabled


# 060a4636e4a286dd70b9cbf335d12ddc10924937 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make the client more configurable


# 0e0d53c7995f23e83364ec628c9623041e2b22bc 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fill struct stat st_blksize and st_blocks fields


# ad5adda8e7a704244a13beec503c41d16854e0ab 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix assignment to temporary


# 20d1b02eefc137b62fac748323e6747c7f9e6ef3 09-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add basic support for extended attributes


# 3ae5e813c43fe9602bbc5a06ee3821887f9e17cb 07-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Implement node monitoring


# cde3994e6907eaa3324ce4918b259b65da290c84 06-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Return delegation before open upgrade


# 7efb4c9b493ccd82c277f013238cfc78aa8ab62d 03-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add ACCESS cache