summaryrefslogtreecommitdiff
path: root/fatfs/pager.c
AgeCommit message (Expand)Author
2023-12-29Initialize a few error variables to avoid GCC warningsFlavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2022-08-10Do not cache the R/O proxySamuel Thibault
2022-08-10fatfs: Return read-only memory objects when appropriateSergey Bugaev
2022-08-10fatfs: Properly reference pagerSergey Bugaev
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-08-07libpager: provide 'pager_create_alloc'Justus Winter
2015-11-06Remove unused variablesJustus Winter
2015-09-06Fix race condition in ext2fs when remountingJames Clarke
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-11-03libpager: use a fixed number of threadsJustus Winter
2014-05-05fatfs: use two distinct pager buckets for the disk and file pagerJustus Winter
2014-04-30fatfs: simplify expressionJustus Winter
2013-09-16Handle notification on page evictionRichard Braun
2012-11-27Switch from cthreads to pthreadsRichard Braun
2011-08-20fix common misspellingsJonathan Neuschäfer
2005-07-12ext2fs/Marcus Brinkmann
2003-07-282003-07-17 Marcus Brinkmann <marcus@gnu.org>Jeff Bailey
2003-07-282003-07-14 Marco Gerards <metgerards@student.han.nl>Jeff Bailey
2002-12-03Initial check-in.Marcus Brinkmann