#
bade75a5 |
| 14-Mar-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Added prototype for the new function publish_vnode().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11718 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
98f9f2bf |
| 02-Feb-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Added parameters to notify_{stat,attribute}_change() that will give more information on what actually happened.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11218 a95241bf-73f2-0310-859d-f
Added parameters to notify_{stat,attribute}_change() that will give more information on what actually happened.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11218 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
5207cc7a |
| 30-Jan-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Proposal for a replacement of the notify_listener() and send_notification() interface, which I personally find quite ugly. Each notification type gets its own function, which makes very clear, which
Proposal for a replacement of the notify_listener() and send_notification() interface, which I personally find quite ugly. Each notification type gets its own function, which makes very clear, which parameters are to be supplied. Also note the addition of the `name' parameter for the `entry removed' notification and `fromName' for `entry moved'.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11145 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
58e12c8d |
| 12-Nov-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Changed fs_mount() function: "args" is now const char instead of void, added flags parameter (for example for B_MOUNT_READ_ONLY).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9939 a95241bf
Changed fs_mount() function: "args" is now const char instead of void, added flags parameter (for example for B_MOUNT_READ_ONLY).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9939 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
4ee37a6c |
| 29-Oct-2004 |
Axel Dörfler <axeld@pinc-software.de> |
fs_read_link() returns status_t, not ssize_t anymore (ie. the size of the link is not returned anymore).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9651 a95241bf-73f2-0310-859d-f6bbb57e9
fs_read_link() returns status_t, not ssize_t anymore (ie. the size of the link is not returned anymore).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9651 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
752c2e98 |
| 05-Oct-2004 |
Axel Dörfler <axeld@pinc-software.de> |
The set_flags() call was missing from the FS interface.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9198 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
be4e2191 |
| 02-Oct-2004 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Added small note. BTW shouldn't those constants have the B_ prefix now that they are in a public header?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9160 a95241bf-73f2-0310-859d-f6bbb57e9
Added small note. BTW shouldn't those constants have the B_ prefix now that they are in a public header?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9160 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8384cc5c |
| 01-Oct-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Moved the select stuff into its own header file for now which is now included from both, Drivers.h, and fs_interface.h. The latter no longer includes vfs_types.h for iovecs, but <sys/uio.h> for iovec
Moved the select stuff into its own header file for now which is now included from both, Drivers.h, and fs_interface.h. The latter no longer includes vfs_types.h for iovecs, but <sys/uio.h> for iovec.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9140 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ba84415a |
| 06-Sep-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Added a "cookie" parameter to the fs_read|write|has_page[s](). Changed the fs_get_file_map() call a bit - the requested file offset and size were missing.
git-svn-id: file:///srv/svn/repos/haiku/tr
Added a "cookie" parameter to the fs_read|write|has_page[s](). Changed the fs_get_file_map() call a bit - the requested file offset and size were missing.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8869 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7af4ca8a |
| 04-Sep-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Changed the VM hooks a bit to better match the corresponding driver hooks. Added file cache hook function that gets the extents of a file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8842
Changed the VM hooks a bit to better match the corresponding driver hooks. Added file cache hook function that gets the extents of a file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8842 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
61b8f5f2 |
| 02-Jul-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Fixed some return types.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8255 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
34c763c9 |
| 07-Jun-2004 |
Axel Dörfler <axeld@pinc-software.de> |
File systems are modules now. Added prototype for unremove_vnode(), some other minor changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7805 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
d0da374b |
| 07-Jun-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Moved the public fs functions from vfs.h to this file. Renamed them to match other exported BeOS functions as well (removed the vfs_ prefix).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7
Moved the public fs functions from vfs.h to this file. Renamed them to match other exported BeOS functions as well (removed the vfs_ prefix).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7801 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
80a9c4f4 |
| 02-Aug-2003 |
shatty <shatty@nowhere.fake> |
include OS.h directly from fs_interface.h in prep for removal from sys/stat.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4203 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
136805bc |
| 27-Jun-2003 |
Axel Dörfler <axeld@pinc-software.de> |
The C++ "C" export now contains the send_notification() and notify_listener() prototypes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3672 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
6d16fb1d |
| 18-Jan-2003 |
Axel Dörfler <axeld@pinc-software.de> |
Added some file system private function prototypes (for node monitoring/live queries).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2480 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
8f0cd8cd |
| 17-Jan-2003 |
Axel Dörfler <axeld@pinc-software.de> |
Added header for node monitor calls for kernel add-ons. Moved fs_interface.h to this location.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2472 a95241bf-73f2-0310-859d-f6bbb57e9c96
|