History log of /dovecot/src/lib-fs/fs-wrapper.h
Revision Date Author Comments Expand
4d71d712b42285afbd2a997f3408142ef0d5f899 13-Dec-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-fs: Split allocation from fs.iter_init() to a separate fs.iter_alloc()

a63cd84128875485e40ed804dbf0b0945526989c 02-Aug-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-fs: Added fs_get_nlinks() Although fs_stat() could return this, its caller can't indicate whether it actually wants the link count. Usually fs_stat() is used only to get the file's size. In some backends it's not cheap to get the link count, so adding this function allows the caller to explicitly ask for it.

edfd009103881de283e146609f691281aba150ae 06-Jul-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-fs: Implement all lib-fs functions as wrappers to parent stream.