| Commit message (Expand) | Author | Age | Files | Lines |
* | ext2fs: Fix off-by-one | Samuel Thibault | 2016-03-18 | 1 | -1/+1 |
* | ext2fs: Fix adding blocks to free blocks cache | Samuel Thibault | 2016-03-15 | 1 | -1/+8 |
* | fix compiler warnings in hurd/ext2fs | Flavio Cruz | 2015-12-29 | 1 | -2/+2 |
* | ext2fs: keep list of reusable disk cache entries | Justus Winter | 2015-11-29 | 1 | -31/+52 |
* | ext2fs: disable block cache debugging by default | Justus Winter | 2015-11-29 | 1 | -3/+3 |
* | ext2fs: improve the block cache | Justus Winter | 2015-11-29 | 1 | -4/+6 |
* | Remove unused variables | Justus Winter | 2015-11-06 | 1 | -2/+0 |
* | Fix race condition in ext2fs when remounting | James Clarke | 2015-09-06 | 1 | -1/+32 |
* | ext2fs: use fat nodes | Justus Winter | 2015-04-17 | 1 | -26/+26 |
* | Replace `bcopy' with `memcpy' or `memmove' as appropriate | Justus Winter | 2014-12-10 | 1 | -2/+2 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -2/+2 |
* | libpager: use a fixed number of threads | Justus Winter | 2014-11-03 | 1 | -25/+3 |
* | ext2fs: fix compiler warning | Justus Winter | 2014-06-06 | 1 | -1/+1 |
* | ext2fs: fix diskfs_pager_users | Justus Winter | 2014-05-26 | 1 | -1/+1 |
* | ext2fs: use two distinct pager buckets for the disk and file pager | Justus Winter | 2014-05-05 | 1 | -25/+62 |
* | ext2fs: simplify expression | Justus Winter | 2014-04-29 | 1 | -2/+1 |
* | Large store support for ext2fs | Richard Braun | 2013-09-16 | 1 | -22/+439 |
* | Handle notification on page eviction | Richard Braun | 2013-09-16 | 1 | -3/+11 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -32/+34 |
* | Sync pager before clearing MAY_CACHE flag | Sergio López | 2011-10-03 | 1 | -1/+4 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -1/+1 |
* | ext2fs/ | Marcus Brinkmann | 2005-07-12 | 1 | -1/+1 |
* | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-11 | 1 | -2/+2 |
* | 2002-04-05 Neal H Walfield <neal@cs.uml.edu> | Marcus Brinkmann | 2002-06-05 | 1 | -1/+1 |
* | 2002-05-29 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-02 | 1 | -1/+1 |
* | 2002-04-01 Neal H Walfield <neal@cs.uml.edu> | Neal H. Walfield | 2002-04-01 | 1 | -1/+1 |
* | 2001-11-20 Neal H Walfield <neal@cs.uml.edu> | Neal H. Walfield | 2002-03-26 | 1 | -34/+31 |
* | 2000-12-21 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-01-07 | 1 | -0/+3 |
* | 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-10 | 1 | -5/+5 |
* | 2000-01-16 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2000-01-16 | 1 | -3/+7 |
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -3/+1 |
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -1/+3 |
* | 1999-09-04 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-04 | 1 | -4/+1 |
* | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -1/+0 |
* | 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -3/+2 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -1/+1 |
* | 1999-06-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-19 | 1 | -2/+2 |
* | Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-06-16 | 1 | -3/+16 |
* | 1998-12-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-12-21 | 1 | -11/+14 |
* | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-09-04 | 1 | -3/+3 |
* | Wed Aug 20 14:28:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+8 |
* | (disk_pager_read_page): | Miles Bader | 1997-06-20 | 1 | -2/+2 |
* | (file_pager_read_page, pending_blocks_write, disk_pager_read_page, | Miles Bader | 1996-09-23 | 1 | -83/+110 |
* | (file_pager_read_page): Use get_page_buf to get a free page. | Miles Bader | 1996-08-29 | 1 | -4/+48 |
* | (diskfs_grow): Fix ext2_debug format strings. | Miles Bader | 1996-08-02 | 1 | -2/+2 |
* | (file_pager_read_page, file_pager_write_page, pager_unlock_page, | Miles Bader | 1996-07-20 | 1 | -9/+0 |
* | (file_pager_read_page): | Miles Bader | 1996-07-20 | 1 | -14/+21 |
* | (file_pager_read_page, file_pager_write_page): | Miles Bader | 1996-07-19 | 1 | -2/+2 |
* | (pager_unlock_page, diskfs_grow, file_pager_read_page, | Miles Bader | 1996-07-17 | 1 | -0/+11 |
* | (diskfs_grow): Add call diskfs_check_readonly to clear clean bit. | Miles Bader | 1996-06-25 | 1 | -0/+1 |