1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
|
/*
* Copyright (c) 2009, Rambler media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY Rambler media ''AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL Rambler BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
#include "statfile.h"
#include "main.h"
#define RSPAMD_STATFILE_VERSION {'1', '2'}
#define BACKUP_SUFFIX ".old"
/* Maximum number of statistics files */
#define STATFILES_MAX 255
static void statfile_pool_set_block_common (
statfile_pool_t * pool, stat_file_t * file,
guint32 h1, guint32 h2,
time_t t, double value,
gboolean from_now);
static gint
cmpstatfile (const void *a, const void *b)
{
const stat_file_t *s1 = a, *s2 = b;
return g_ascii_strcasecmp (s1->filename, s2->filename);
}
/* Convert statfile version 1.0 to statfile version 1.2, saving backup */
struct stat_file_header_10 {
u_char magic[3]; /**< magic signature ('r' 's' 'd') */
u_char version[2]; /**< version of statfile */
u_char padding[3]; /**< padding */
guint64 create_time; /**< create time (time_t->guint64) */
};
static gboolean
convert_statfile_10 (stat_file_t * file)
{
gchar *backup_name;
struct stat st;
struct stat_file_header header = {
.magic = {'r', 's', 'd'},
.version = RSPAMD_STATFILE_VERSION,
.padding = {0, 0, 0},
.revision = 0,
.rev_time = 0
};
/* Format backup name */
backup_name = g_strdup_printf ("%s.%s", file->filename, BACKUP_SUFFIX);
msg_info ("convert old statfile %s to version %c.%c, backup in %s", file->filename,
header.version[0], header.version[1], backup_name);
if (stat (backup_name, &st) != -1) {
msg_info ("replace old %s", backup_name);
unlink (backup_name);
}
rename (file->filename, backup_name);
g_free (backup_name);
/* XXX: maybe race condition here */
unlock_file (file->fd, FALSE);
close (file->fd);
if ((file->fd = open (file->filename, O_RDWR | O_TRUNC | O_CREAT, S_IWUSR | S_IRUSR)) == -1) {
msg_info ("cannot create file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
lock_file (file->fd, FALSE);
/* Now make new header and copy it to new file */
if (write (file->fd, &header, sizeof (header)) == -1) {
msg_info ("cannot write to file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
/* Now write old map to new file */
if (write (file->fd, ((u_char *)file->map + sizeof (struct stat_file_header_10)),
file->len - sizeof (struct stat_file_header_10)) == -1) {
msg_info ("cannot write to file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
/* Unmap old memory and map new */
munmap (file->map, file->len);
file->len = file->len + sizeof (struct stat_file_header) - sizeof (struct stat_file_header_10);
#ifdef HAVE_MMAP_NOCORE
if ((file->map = mmap (NULL, file->len, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NOCORE, file->fd, 0)) == MAP_FAILED) {
#else
if ((file->map = mmap (NULL, file->len, PROT_READ | PROT_WRITE, MAP_SHARED, file->fd, 0)) == MAP_FAILED) {
#endif
msg_info ("cannot mmap file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
return TRUE;
}
/* Check whether specified file is statistic file and calculate its len in blocks */
static gint
statfile_pool_check (stat_file_t * file)
{
struct stat_file *f;
gchar *c;
static gchar valid_version[] = RSPAMD_STATFILE_VERSION;
if (!file || !file->map) {
return -1;
}
if (file->len < sizeof (struct stat_file)) {
msg_info ("file %s is too short to be stat file: %z", file->filename, file->len);
return -1;
}
f = (struct stat_file *)file->map;
c = f->header.magic;
/* Check magic and version */
if (*c++ != 'r' || *c++ != 's' || *c++ != 'd') {
msg_info ("file %s is invalid stat file", file->filename);
return -1;
}
/* Now check version and convert old version to new one (that can be used for sync */
if (*c == 1 && *(c + 1) == 0) {
if (!convert_statfile_10 (file)) {
return -1;
}
f = (struct stat_file *)file->map;
}
else if (memcmp (c, valid_version, sizeof (valid_version)) != 0) {
/* Unknown version */
msg_info ("file %s has invalid version %c.%c", file->filename, '0' + *c, '0' + *(c + 1));
return -1;
}
/* Check first section and set new offset */
file->cur_section.code = f->section.code;
file->cur_section.length = f->section.length;
if (file->cur_section.length * sizeof (struct stat_file_block) > file->len) {
msg_info ("file %s is truncated: %z, must be %z", file->filename, file->len, file->cur_section.length * sizeof (struct stat_file_block));
return -1;
}
file->seek_pos = sizeof (struct stat_file) - sizeof (struct stat_file_block);
return 0;
}
struct expiration_data {
statfile_pool_t *pool;
guint64 oldest;
gchar *filename;
};
static gint
statfile_pool_expire (statfile_pool_t * pool)
{
struct expiration_data exp;
stat_file_t *file;
gint i;
if (pool->opened == 0) {
return -1;
}
exp.pool = pool;
exp.oldest = ULLONG_MAX;
exp.filename = NULL;
for (i = 0; i < pool->opened; i++) {
file = &pool->files[i];
if ((guint64) file->access_time < exp.oldest) {
exp.oldest = file->access_time;
exp.filename = file->filename;
}
}
if (exp.filename) {
statfile_pool_close (pool, file, TRUE);
}
return 0;
}
statfile_pool_t *
statfile_pool_new (memory_pool_t *pool, size_t max_size)
{
statfile_pool_t *new;
new = memory_pool_alloc0 (pool, sizeof (statfile_pool_t));
new->pool = memory_pool_new (memory_pool_get_size ());
new->max = max_size;
new->files = memory_pool_alloc0 (new->pool, STATFILES_MAX * sizeof (stat_file_t));
new->lock = memory_pool_get_mutex (new->pool);
return new;
}
static stat_file_t *
statfile_pool_reindex (statfile_pool_t * pool, gchar *filename, size_t old_size, size_t size)
{
gchar *backup;
gint fd;
stat_file_t *new;
u_char *map, *pos;
struct stat_file_block *block;
/* First of all rename old file */
memory_pool_lock_mutex (pool->lock);
backup = g_strconcat (filename, ".old", NULL);
if (rename (filename, backup) == -1) {
msg_err ("cannot rename %s to %s: %s", filename, backup, strerror (errno));
g_free (backup);
memory_pool_unlock_mutex (pool->lock);
return NULL;
}
memory_pool_unlock_mutex (pool->lock);
/* Now create new file with required size */
if (statfile_pool_create (pool, filename, size) != 0) {
msg_err ("cannot create new file");
g_free (backup);
return NULL;
}
/* Now open new file and start copying */
fd = open (backup, O_RDONLY);
new = statfile_pool_open (pool, filename, size, TRUE);
if (fd == -1 || new == NULL) {
msg_err ("cannot open file: %s", strerror (errno));
g_free (backup);
return NULL;
}
/* Now start reading blocks from old statfile */
if ((map = mmap (NULL, old_size, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAILED) {
msg_err ("cannot mmap file: %s", strerror (errno));
close (fd);
g_free (backup);
return NULL;
}
pos = map + (sizeof (struct stat_file) - sizeof (struct stat_file_block));
while (pos - map < (gint)old_size) {
block = (struct stat_file_block *)pos;
if (block->hash1 != 0 && block->value != 0) {
statfile_pool_set_block_common (pool, new, block->hash1, block->hash2, 0, block->value, FALSE);
}
pos += sizeof (block);
}
munmap (map, old_size);
close (fd);
unlink (backup);
g_free (backup);
return new;
}
/*
* Pre-load mmaped file into memory
*/
static void
statfile_preload (stat_file_t *file)
{
guint8 *pos, *end;
volatile guint8 t;
gsize size;
pos = (guint8 *)file->map;
end = (guint8 *)file->map + file->len;
if (madvise (pos, end - pos, MADV_SEQUENTIAL) == -1) {
msg_info ("madvise failed: %s", strerror (errno));
}
else {
/* Load pages of file */
#ifdef HAVE_GETPAGESIZE
size = getpagesize ();
#else
size = sysconf (_SC_PAGESIZE);
#endif
while (pos < end) {
t = *pos;
(void)t;
pos += size;
}
}
}
stat_file_t *
statfile_pool_open (statfile_pool_t * pool, gchar *filename, size_t size, gboolean forced)
{
struct stat st;
stat_file_t *new_file;
if ((new_file = statfile_pool_is_open (pool, filename)) != NULL) {
return new_file;
}
if (pool->opened >= STATFILES_MAX - 1) {
msg_err ("reached hard coded limit of statfiles opened: %d", STATFILES_MAX);
return NULL;
}
if (stat (filename, &st) == -1) {
msg_info ("cannot stat file %s, error %s, %d", filename, strerror (errno), errno);
return NULL;
}
if (!forced && (gsize)st.st_size > pool->max) {
msg_info ("cannot attach file to pool, too large: %Hz", (size_t) st.st_size);
return NULL;
}
memory_pool_lock_mutex (pool->lock);
if (!forced && abs (st.st_size - size) > (gint)sizeof (struct stat_file)) {
memory_pool_unlock_mutex (pool->lock);
msg_warn ("need to reindex statfile old size: %Hz, new size: %Hz", st.st_size, size);
return statfile_pool_reindex (pool, filename, st.st_size, size);
}
memory_pool_unlock_mutex (pool->lock);
while (!forced && (pool->max + pool->opened * sizeof (struct stat_file) * 2 < pool->occupied + st.st_size)) {
if (statfile_pool_expire (pool) == -1) {
/* Failed to find any more free space in pool */
msg_info ("expiration for pool failed, opening file %s failed", filename);
return NULL;
}
}
memory_pool_lock_mutex (pool->lock);
new_file = &pool->files[pool->opened++];
bzero (new_file, sizeof (stat_file_t));
if ((new_file->fd = open (filename, O_RDWR)) == -1) {
msg_info ("cannot open file %s, error %d, %s", filename, errno, strerror (errno));
memory_pool_unlock_mutex (pool->lock);
pool->opened--;
return NULL;
}
if ((new_file->map = mmap (NULL, st.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, new_file->fd, 0)) == MAP_FAILED) {
close (new_file->fd);
memory_pool_unlock_mutex (pool->lock);
msg_info ("cannot mmap file %s, error %d, %s", filename, errno, strerror (errno));
pool->opened--;
return NULL;
}
rspamd_strlcpy (new_file->filename, filename, sizeof (new_file->filename));
new_file->len = st.st_size;
/* Aqquire lock for this operation */
lock_file (new_file->fd, FALSE);
if (statfile_pool_check (new_file) == -1) {
pool->opened--;
memory_pool_unlock_mutex (pool->lock);
unlock_file (new_file->fd, FALSE);
munmap (new_file->map, st.st_size);
return NULL;
}
unlock_file (new_file->fd, FALSE);
pool->occupied += st.st_size;
new_file->open_time = time (NULL);
new_file->access_time = new_file->open_time;
new_file->lock = memory_pool_get_mutex (pool->pool);
statfile_preload (new_file);
memory_pool_unlock_mutex (pool->lock);
return statfile_pool_is_open (pool, filename);
}
gint
statfile_pool_close (statfile_pool_t * pool, stat_file_t * file, gboolean keep_sorted)
{
stat_file_t *pos;
if ((pos = statfile_pool_is_open (pool, file->filename)) == NULL) {
msg_info ("file %s is not opened", file->filename);
return -1;
}
memory_pool_lock_mutex (pool->lock);
if (file->lock) {
memory_pool_lock_mutex (file->lock);
}
if (file->map) {
msg_info ("syncing statfile %s", file->filename);
msync (file->map, file->len, MS_INVALIDATE | MS_SYNC);
munmap (file->map, file->len);
}
if (file->fd != -1) {
close (file->fd);
}
/* Move the remain statfiles */
memmove (pos, ((guint8 *)pos) + sizeof (stat_file_t),
(--pool->opened - (pos - pool->files)) * sizeof (stat_file_t));
pool->occupied -= file->len;
memory_pool_unlock_mutex (pool->lock);
return 0;
}
gint
statfile_pool_create (statfile_pool_t * pool, gchar *filename, size_t size)
{
struct stat_file_header header = {
.magic = {'r', 's', 'd'},
.version = RSPAMD_STATFILE_VERSION,
.padding = {0, 0, 0},
.revision = 0,
.rev_time = 0,
.used_blocks = 0
};
struct stat_file_section section = {
.code = STATFILE_SECTION_COMMON,
};
struct stat_file_block block = { 0, 0, 0 };
gint fd;
guint buflen = 0, nblocks;
gchar *buf = NULL;
if (statfile_pool_is_open (pool, filename) != NULL) {
msg_info ("file %s is already opened", filename);
return 0;
}
memory_pool_lock_mutex (pool->lock);
nblocks = (size - sizeof (struct stat_file_header) - sizeof (struct stat_file_section)) / sizeof (struct stat_file_block);
header.total_blocks = nblocks;
if ((fd = open (filename, O_RDWR | O_TRUNC | O_CREAT, S_IWUSR | S_IRUSR)) == -1) {
msg_info ("cannot create file %s, error %d, %s", filename, errno, strerror (errno));
memory_pool_unlock_mutex (pool->lock);
return -1;
}
header.create_time = (guint64) time (NULL);
if (write (fd, &header, sizeof (header)) == -1) {
msg_info ("cannot write header to file %s, error %d, %s", filename, errno, strerror (errno));
close (fd);
memory_pool_unlock_mutex (pool->lock);
return -1;
}
section.length = (guint64) nblocks;
if (write (fd, §ion, sizeof (section)) == -1) {
msg_info ("cannot write section header to file %s, error %d, %s", filename, errno, strerror (errno));
close (fd);
memory_pool_unlock_mutex (pool->lock);
return -1;
}
/* Buffer for write 256 blocks at once */
if (nblocks > 256) {
buflen = sizeof (block) * 256;
buf = g_malloc0 (buflen);
}
while (nblocks) {
if (nblocks > 256) {
/* Just write buffer */
if (write (fd, buf, buflen) == -1) {
msg_info ("cannot write blocks buffer to file %s, error %d, %s", filename, errno, strerror (errno));
close (fd);
memory_pool_unlock_mutex (pool->lock);
g_free (buf);
return -1;
}
nblocks -= 256;
}
else {
if (write (fd, &block, sizeof (block)) == -1) {
msg_info ("cannot write block to file %s, error %d, %s", filename, errno, strerror (errno));
close (fd);
if (buf) {
g_free (buf);
}
memory_pool_unlock_mutex (pool->lock);
return -1;
}
nblocks --;
}
}
close (fd);
memory_pool_unlock_mutex (pool->lock);
if (buf) {
g_free (buf);
}
return 0;
}
void
statfile_pool_delete (statfile_pool_t * pool)
{
gint i;
for (i = 0; i < pool->opened; i++) {
statfile_pool_close (pool, &pool->files[i], FALSE);
}
memory_pool_delete (pool->pool);
}
void
statfile_pool_lock_file (statfile_pool_t * pool, stat_file_t * file)
{
memory_pool_lock_mutex (file->lock);
}
void
statfile_pool_unlock_file (statfile_pool_t * pool, stat_file_t * file)
{
memory_pool_unlock_mutex (file->lock);
}
double
statfile_pool_get_block (statfile_pool_t * pool, stat_file_t * file, guint32 h1, guint32 h2, time_t now)
{
struct stat_file_block *block;
guint i, blocknum;
u_char *c;
file->access_time = now;
if (!file->map) {
return 0;
}
blocknum = h1 % file->cur_section.length;
c = (u_char *) file->map + file->seek_pos + blocknum * sizeof (struct stat_file_block);
block = (struct stat_file_block *)c;
for (i = 0; i < CHAIN_LENGTH; i++) {
if (i + blocknum >= file->cur_section.length) {
break;
}
if (block->hash1 == h1 && block->hash2 == h2) {
return block->value;
}
c += sizeof (struct stat_file_block);
block = (struct stat_file_block *)c;
}
return 0;
}
static void
statfile_pool_set_block_common (statfile_pool_t * pool, stat_file_t * file, guint32 h1, guint32 h2, time_t t, double value, gboolean from_now)
{
struct stat_file_block *block, *to_expire = NULL;
struct stat_file_header *header;
guint i, blocknum;
u_char *c;
double min = G_MAXDOUBLE;
if (from_now) {
file->access_time = t;
}
if (!file->map) {
return;
}
blocknum = h1 % file->cur_section.length;
header = (struct stat_file_header *)file->map;
c = (u_char *) file->map + file->seek_pos + blocknum * sizeof (struct stat_file_block);
block = (struct stat_file_block *)c;
for (i = 0; i < CHAIN_LENGTH; i++) {
if (i + blocknum >= file->cur_section.length) {
/* Need to expire some block in chain */
msg_debug ("chain %u is full, starting expire", blocknum);
break;
}
/* First try to find block in chain */
if (block->hash1 == h1 && block->hash2 == h2) {
block->value = value;
return;
}
/* Check whether we have a free block in chain */
if (block->hash1 == 0 && block->hash2 == 0) {
/* Write new block here */
msg_debug ("found free block %u in chain %u, set h1=%u, h2=%u", i, blocknum, h1, h2);
block->hash1 = h1;
block->hash2 = h2;
block->value = value;
header->used_blocks ++;
return;
}
/* Expire block with minimum value otherwise */
if (block->value < min) {
to_expire = block;
min = block->value;
}
c += sizeof (struct stat_file_block);
block = (struct stat_file_block *)c;
}
/* Try expire some block */
if (to_expire) {
block = to_expire;
}
else {
/* Expire first block in chain */
c = (u_char *) file->map + file->seek_pos + blocknum * sizeof (struct stat_file_block);
block = (struct stat_file_block *)c;
}
block->hash1 = h1;
block->hash2 = h2;
block->value = value;
}
void
statfile_pool_set_block (statfile_pool_t * pool, stat_file_t * file, guint32 h1, guint32 h2, time_t now, double value)
{
statfile_pool_set_block_common (pool, file, h1, h2, now, value, TRUE);
}
stat_file_t *
statfile_pool_is_open (statfile_pool_t * pool, gchar *filename)
{
static stat_file_t f, *ret;
rspamd_strlcpy (f.filename, filename, sizeof (f.filename));
ret = lfind (&f, pool->files, (size_t *)&pool->opened, sizeof (stat_file_t), cmpstatfile);
return ret;
}
guint32
statfile_pool_get_section (statfile_pool_t * pool, stat_file_t * file)
{
return file->cur_section.code;
}
gboolean
statfile_pool_set_section (statfile_pool_t * pool, stat_file_t * file, guint32 code, gboolean from_begin)
{
struct stat_file_section *sec;
off_t cur_offset;
/* Try to find section */
if (from_begin) {
cur_offset = sizeof (struct stat_file_header);
}
else {
cur_offset = file->seek_pos - sizeof (struct stat_file_section);
}
while (cur_offset < (off_t)file->len) {
sec = (struct stat_file_section *)((gchar *)file->map + cur_offset);
if (sec->code == code) {
file->cur_section.code = code;
file->cur_section.length = sec->length;
file->seek_pos = cur_offset + sizeof (struct stat_file_section);
return TRUE;
}
cur_offset += sec->length;
}
return FALSE;
}
gboolean
statfile_pool_add_section (statfile_pool_t * pool, stat_file_t * file, guint32 code, guint64 length)
{
struct stat_file_section sect;
struct stat_file_block block = { 0, 0, 0 };
if (lseek (file->fd, 0, SEEK_END) == -1) {
msg_info ("cannot lseek file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
sect.code = code;
sect.length = length;
if (write (file->fd, §, sizeof (sect)) == -1) {
msg_info ("cannot write block to file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
while (length--) {
if (write (file->fd, &block, sizeof (block)) == -1) {
msg_info ("cannot write block to file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
}
/* Lock statfile to remap memory */
statfile_pool_lock_file (pool, file);
munmap (file->map, file->len);
fsync (file->fd);
file->len += length;
if (file->len > pool->max) {
msg_info ("cannot attach file to pool, too large: %z", file->len);
return FALSE;
}
while (pool->max <= pool->occupied + file->len) {
if (statfile_pool_expire (pool) == -1) {
/* Failed to find any more free space in pool */
msg_info ("expiration for pool failed, opening file %s failed", file->filename);
return FALSE;
}
}
if ((file->map = mmap (NULL, file->len, PROT_READ | PROT_WRITE, MAP_SHARED, file->fd, 0)) == NULL) {
msg_info ("cannot mmap file %s, error %d, %s", file->filename, errno, strerror (errno));
return FALSE;
}
statfile_pool_unlock_file (pool, file);
return TRUE;
}
guint32
statfile_get_section_by_name (const gchar *name)
{
if (g_ascii_strcasecmp (name, "common") == 0) {
return STATFILE_SECTION_COMMON;
}
else if (g_ascii_strcasecmp (name, "header") == 0) {
return STATFILE_SECTION_HEADERS;
}
else if (g_ascii_strcasecmp (name, "url") == 0) {
return STATFILE_SECTION_URLS;
}
else if (g_ascii_strcasecmp (name, "regexp") == 0) {
return STATFILE_SECTION_REGEXP;
}
return 0;
}
gboolean
statfile_set_revision (stat_file_t *file, guint64 rev, time_t time)
{
struct stat_file_header *header;
if (file == NULL || file->map == NULL) {
return FALSE;
}
header = (struct stat_file_header *)file->map;
header->revision = rev;
header->rev_time = time;
return TRUE;
}
gboolean
statfile_inc_revision (stat_file_t *file)
{
struct stat_file_header *header;
if (file == NULL || file->map == NULL) {
return FALSE;
}
header = (struct stat_file_header *)file->map;
header->revision ++;
return TRUE;
}
gboolean
statfile_get_revision (stat_file_t *file, guint64 *rev, time_t *time)
{
struct stat_file_header *header;
if (file == NULL || file->map == NULL) {
return FALSE;
}
header = (struct stat_file_header *)file->map;
if (rev != NULL) {
*rev = header->revision;
}
if (time != NULL) {
*time = header->rev_time;
}
return TRUE;
}
guint64
statfile_get_used_blocks (stat_file_t *file)
{
struct stat_file_header *header;
if (file == NULL || file->map == NULL) {
return (guint64)-1;
}
header = (struct stat_file_header *)file->map;
return header->used_blocks;
}
guint64
statfile_get_total_blocks (stat_file_t *file)
{
struct stat_file_header *header;
if (file == NULL || file->map == NULL) {
return (guint64)-1;
}
header = (struct stat_file_header *)file->map;
/* If total blocks is 0 we have old version of header, so set total blocks correctly */
if (header->total_blocks == 0) {
header->total_blocks = file->cur_section.length;
}
return header->total_blocks;
}
static void
statfile_pool_invalidate_callback (gint fd, short what, void *ud)
{
statfile_pool_t *pool = ud;
stat_file_t *file;
gint i;
msg_info ("invalidating %d statfiles", pool->opened);
for (i = 0; i < pool->opened; i ++) {
file = &pool->files[i];
msync (file->map, file->len, MS_ASYNC);
}
}
void
statfile_pool_plan_invalidate (statfile_pool_t *pool, time_t seconds, time_t jitter)
{
if (pool->invalidate_event == NULL || ! evtimer_pending (pool->invalidate_event, NULL)) {
if (pool->invalidate_event == NULL) {
pool->invalidate_event = memory_pool_alloc (pool->pool, sizeof (struct event));
}
pool->invalidate_tv.tv_sec = seconds + g_random_int_range (0, jitter);
pool->invalidate_tv.tv_usec = 0;
evtimer_set (pool->invalidate_event, statfile_pool_invalidate_callback, pool);
evtimer_add (pool->invalidate_event, &pool->invalidate_tv);
msg_info ("invalidate of statfile pool is planned in %d seconds", (gint)pool->invalidate_tv.tv_sec);
}
}
|