aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/pager.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize a few error variables to avoid GCC warningsFlavio Cruz2023-12-291-1/+1
* ext2fs: Port to x86_64Sergey Bugaev2023-05-101-2/+3
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-7/+7
* Fix some compiler warningsSvante Signell2023-01-191-2/+2
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-1/+1
* Do not cache the R/O proxySamuel Thibault2022-08-101-5/+1
* ext2fs: Return read-only memory objects when appropriateSergey Bugaev2022-08-101-34/+39
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-23/+23
* ext2fs: Do not talk about crashing on ENOSPCSamuel Thibault2016-11-201-1/+1
* ext2fs: Poison pointers into dereferenced cache pages.Justus Winter2016-10-091-1/+1
* libpager: provide 'pager_create_alloc'Justus Winter2016-08-071-14/+11
* ext2fs: fix pager use-after-freeJustus Winter2016-05-221-11/+20
* ext2fs: Fix off-by-oneSamuel Thibault2016-03-181-1/+1
* ext2fs: Fix adding blocks to free blocks cacheSamuel Thibault2016-03-151-1/+8
* fix compiler warnings in hurd/ext2fsFlavio Cruz2015-12-291-2/+2
* ext2fs: keep list of reusable disk cache entriesJustus Winter2015-11-291-31/+52
* ext2fs: disable block cache debugging by defaultJustus Winter2015-11-291-3/+3
* ext2fs: improve the block cacheJustus Winter2015-11-291-4/+6
* Remove unused variablesJustus Winter2015-11-061-2/+0
* Fix race condition in ext2fs when remountingJames Clarke2015-09-061-1/+32
* ext2fs: use fat nodesJustus Winter2015-04-171-26/+26
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-101-2/+2
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* libpager: use a fixed number of threadsJustus Winter2014-11-031-25/+3
* ext2fs: fix compiler warningJustus Winter2014-06-061-1/+1
* ext2fs: fix diskfs_pager_usersJustus Winter2014-05-261-1/+1
* ext2fs: use two distinct pager buckets for the disk and file pagerJustus Winter2014-05-051-25/+62
* ext2fs: simplify expressionJustus Winter2014-04-291-2/+1
* Large store support for ext2fsRichard Braun2013-09-161-22/+439
* Handle notification on page evictionRichard Braun2013-09-161-3/+11
* Switch from cthreads to pthreadsRichard Braun2012-11-271-32/+34
* Sync pager before clearing MAY_CACHE flagSergio López2011-10-031-1/+4
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
* ext2fs/Marcus Brinkmann2005-07-121-1/+1
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-2/+2
* 2002-04-05 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann2002-06-051-1/+1
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-021-1/+1
* 2002-04-01 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-04-011-1/+1
* 2001-11-20 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-03-261-34/+31
* 2000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-071-0/+3
* 2000-03-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-101-5/+5
* 2000-01-16 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-01-161-3/+7
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-3/+1
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-1/+3
* 1999-09-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-041-4/+1
* 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+0
* 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-3/+2
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-1/+1
* 1999-06-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-191-2/+2
* Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-161-3/+16