summaryrefslogtreecommitdiff
path: root/lib/ntdb/io.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-22ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell1-14/+45
2012-06-22ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell1-21/+59
2012-06-22ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell1-1/+1
2012-06-19ntdb: remove hash table trees.Rusty Russell1-1/+0
2012-06-19ntdb: special accessor functions for read/write of an offset.Rusty Russell1-43/+73
2012-06-19ntdb: inline oob checkRusty Russell1-7/+6
2012-06-19ntdb: allocator attribute.Rusty Russell1-11/+13
2012-06-19ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell1-0/+1
2012-06-19TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell1-0/+650