diff options
-rw-r--r-- | ext2fs/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 612165f7..0dd20f1f 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,19 @@ +2001-11-20 Neal H Walfield <neal@cs.uml.edu> + + * pager.c (MAX_FREE_PAGE_BUFS): Remove obsolete macro. + (FREE_PAGE_BUFS): New macro. + + (free_page_bufs_lock): Make this global variable local to + get_page_buf. + (free_page_bufs): Likewise. + (num_free_page_bufs): Likewise. + + (get_page_buf): Reimplement using a new caching algorithm + based on preallocation of COW zero pages. + (free_page_buf): Likewise. + + (find_block): Documentation fixes. + 2002-03-11 Roland McGrath <roland@frob.com> * Makefile (ext2fs.static): Depend on |