aboutsummaryrefslogtreecommitdiff
path: root/fatfs/pager.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize a few error variables to avoid GCC warningsFlavio Cruz2023-12-291-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-7/+7
* Do not cache the R/O proxySamuel Thibault2022-08-101-5/+1
* fatfs: Return read-only memory objects when appropriateSergey Bugaev2022-08-101-6/+13
* fatfs: Properly reference pagerSergey Bugaev2022-08-101-48/+49
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-4/+4
* libpager: provide 'pager_create_alloc'Justus Winter2016-08-071-12/+9
* Remove unused variablesJustus Winter2015-11-061-2/+0
* Fix race condition in ext2fs when remountingJames Clarke2015-09-061-1/+32
* Replace `bzero' with `memset'Justus Winter2014-12-101-1/+1
* libpager: use a fixed number of threadsJustus Winter2014-11-031-25/+3
* fatfs: use two distinct pager buckets for the disk and file pagerJustus Winter2014-05-051-25/+62
* fatfs: simplify expressionJustus Winter2014-04-301-2/+1
* Handle notification on page evictionRichard Braun2013-09-161-2/+9
* Switch from cthreads to pthreadsRichard Braun2012-11-271-39/+39
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
* ext2fs/Marcus Brinkmann2005-07-121-1/+1
* 2003-07-17 Marcus Brinkmann <marcus@gnu.org>Jeff Bailey2003-07-281-1/+1
* 2003-07-14 Marco Gerards <metgerards@student.han.nl>Jeff Bailey2003-07-281-10/+13
* Initial check-in.Marcus Brinkmann2002-12-031-0/+1019