summaryrefslogtreecommitdiff
path: root/ext2fs/pager.c
AgeCommit message (Expand)Author
2014-12-10Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-11-03libpager: use a fixed number of threadsJustus Winter
2014-06-06ext2fs: fix compiler warningJustus Winter
2014-05-26ext2fs: fix diskfs_pager_usersJustus Winter
2014-05-05ext2fs: use two distinct pager buckets for the disk and file pagerJustus Winter
2014-04-29ext2fs: simplify expressionJustus Winter
2013-09-16Large store support for ext2fsRichard Braun
2013-09-16Handle notification on page evictionRichard Braun
2012-11-27Switch from cthreads to pthreadsRichard Braun
2011-10-03Sync pager before clearing MAY_CACHE flagSergio López
2011-08-20fix common misspellingsJonathan Neuschäfer
2005-07-12ext2fs/Marcus Brinkmann
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
2002-06-052002-04-05 Neal H Walfield <neal@cs.uml.edu>Marcus Brinkmann
2002-06-022002-05-29 Roland McGrath <roland@frob.com>Roland McGrath
2002-04-012002-04-01 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield
2002-03-262001-11-20 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield
2001-01-072000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2000-03-102000-03-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
2000-01-162000-01-16 Mark Kettenis <kettenis@gnu.org>Mark Kettenis
1999-09-13Reverted changes related to io_map_segment.Roland McGrath
1999-09-081999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-09-041999-09-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-07-111999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-07-111999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-06-191999-06-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-06-16Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1998-12-211998-12-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1998-09-041998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1997-08-20Wed Aug 20 14:28:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
1997-06-20(disk_pager_read_page):Miles Bader
1996-09-23(file_pager_read_page, pending_blocks_write, disk_pager_read_page,Miles Bader
1996-08-29(file_pager_read_page): Use get_page_buf to get a free page.Miles Bader
1996-08-02(diskfs_grow): Fix ext2_debug format strings.Miles Bader
1996-07-20(file_pager_read_page, file_pager_write_page, pager_unlock_page,Miles Bader
1996-07-20(file_pager_read_page):Miles Bader
1996-07-19(file_pager_read_page, file_pager_write_page):Miles Bader
1996-07-17(pager_unlock_page, diskfs_grow, file_pager_read_page,Miles Bader
1996-06-25(diskfs_grow): Add call diskfs_check_readonly to clear clean bit.Miles Bader
1996-06-25(diskfs_shutdown_pager): Don't shutdown the disk pager, just sync it.Miles Bader
1996-04-11Replace references to the NUMBER field in a node's disknode structures withMiles Bader
1996-03-29(pager_unlock_page, diskfs_grow):Miles Bader
1996-01-30(file_pager_read_page, file_pager_write_page): Check for a page offsetRoland McGrath
1996-01-18(diskfs_file_update): Ext2fs doesn't require that the last block in the fileMiles Bader
1996-01-06(pager_bucket): Made global.Roland McGrath
1996-01-04(create_disk_pager): Use disk_pager_setup.Roland McGrath
1995-10-21(create_disk_pager, diskfs_get_filemap, pager_clear_user_data):Miles Bader
1995-09-15u32 --> block_tMiles Bader