haiku/headers/os/storage
Axel Dörfler 351b7a2d24 * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to
NodeMonitor.h.
* The latter will be set in "statFields" for interim updates when you have
  asked to get them via the former.
* BFS now uses the B_STAT_INTERIM_UPDATE flag for sending updates to actively
  written files.
* This makes us more compatible with BeOS again; if you only asked for
  B_WATCH_STAT, you will now only receive a notification if the file in
  question has been closed.
* Tracker now uses B_WATCH_INTERIM_STAT to always get all updates (ie.
  downloading a file will update its size and modification time in Tracker
  periodically during the download).
* Wether "needsTrimming" was true or not has no influence on wether or not
  the size index needs to be updated in BFS - only the actual file size is
  stored there, not the on-disk size.
* Added a TODO comment in Inode::WriteAt() that it would actually need to
  update the size index when changing the file size, not when the file has
  been closed (but that's probably too slow).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-25 13:54:30 +00:00
..
AppFileInfo.h * integration of vector icons with the registrar and the mime data base 2006-08-29 17:06:23 +00:00
Directory.h fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
DiskDeviceDefs.h * Got rid of the B_PARTITION_DESCENDANT_BUSY flag. 2007-11-02 00:29:46 +00:00
Entry.h
EntryList.h
File.h * include StorageDefs.h for convenience, otherwise stuff like B_READ_ONLY 2008-01-20 14:44:02 +00:00
FilePanel.h Rewrote FilePanel.h, cleanup. 2005-11-14 15:53:46 +00:00
FindDirectory.h
Mime.h Finally fixed update_mime_info(). As Be's version it understands two 2006-01-28 19:41:07 +00:00
MimeType.h Somehow the vector icon version of GetIconForType() was missing. 2006-11-15 17:37:26 +00:00
Node.h fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
NodeInfo.h * added new icon specific verions of GetIcon and SetIcon 2006-11-16 00:12:15 +00:00
NodeMonitor.h * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to 2008-02-25 13:54:30 +00:00
Path.h
Query.h
ResourceStrings.h
Resources.h Added a few more constructors and initialization methods. Among them two 2006-02-01 00:15:01 +00:00
Statable.h Fixed binary compatibility problem I introduced yesterday. 2007-05-05 05:46:08 +00:00
StorageDefs.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00
SymLink.h * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
Volume.h
VolumeRoster.h