| Commit message (Expand) | Author | Age | Files | Lines |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -29/+29 |
* | ext2fs: Use more POSIXish error code | Samuel Thibault | 2016-11-20 | 1 | -0/+2 |
* | ext2fs: Fix crash on ENOSPC while extending a directory | Samuel Thibault | 2016-11-20 | 1 | -0/+8 |
* | fix compiler warnings in hurd/ext2fs | Flavio Cruz | 2015-12-29 | 1 | -1/+1 |
* | libdiskfs: implement a node cache | Justus Winter | 2015-04-17 | 1 | -2/+2 |
* | ext2fs: use fat nodes | Justus Winter | 2015-04-17 | 1 | -36/+39 |
* | ext2fs: use correct type for block numbers | Justus Winter | 2014-06-23 | 1 | -3/+3 |
* | ext2fs: fix type of retry_dotdot | Justus Winter | 2014-06-08 | 1 | -1/+1 |
* | ext2fs: fix type of blockaddr | Justus Winter | 2014-06-08 | 1 | -1/+1 |
* | ext2fs: use size_t where appropriate | Justus Winter | 2014-06-08 | 1 | -11/+11 |
* | ext2fs: fix error handling | Justus Winter | 2013-11-15 | 1 | -0/+2 |
* | Fix test for block compression | Samuel Thibault | 2013-09-21 | 1 | -2/+2 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -1/+1 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -4/+4 |
* | Avoid waiting for disk I/O completion | Samuel Thibault | 2012-09-22 | 1 | -3/+3 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -1/+1 |
* | Update copyright years. | Thomas Schwinge | 2007-10-05 | 1 | -1/+3 |
* | [doc/ChangeLog] | Samuel Thibault | 2007-08-20 | 1 | -8/+4 |
* | 2004-01-10 Roberto Reale <rreale@iol.it> | Roland McGrath | 2004-01-10 | 1 | -1/+1 |
* | 2002-07-31 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-08-01 | 1 | -1/+1 |
* | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-11 | 1 | -4/+10 |
* | 2002-05-29 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-02 | 1 | -7/+7 |
* | 2001-08-16 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-08-17 | 1 | -4/+1 |
* | doc/ | Marcus Brinkmann | 2001-01-07 | 1 | -1/+1 |
* | ext2fs, ufs: | Marcus Brinkmann | 2000-11-30 | 1 | -1/+5 |
* | 2000-03-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-03 | 1 | -28/+31 |
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -1/+9 |
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -0/+11 |
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -1/+1 |
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -31/+45 |
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -2/+2 |
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -2/+2 |
* | 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-08-23 | 1 | -22/+54 |
* | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -2/+1 |
* | 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -1/+2 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -13/+12 |
* | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-09-04 | 1 | -78/+78 |
* | Wed Aug 20 14:28:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -1/+9 |
* | (diskfs_lookup_hard): | Miles Bader | 1996-08-30 | 1 | -13/+42 |
* | (diskfs_lookup_hard, diskfs_dirempty): | Miles Bader | 1996-06-25 | 1 | -4/+4 |
* | (diskfs_lookup_hard): Set atime appropriately, and sync the new atime if we | Miles Bader | 1996-04-17 | 1 | -15/+36 |
* | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | 1996-04-11 | 1 | -16/+16 |
* | (diskfs_null_dirstat): New function. | Miles Bader | 1996-03-29 | 1 | -38/+14 |
* | (diskfs_get_directs): When BUFSIZ is 0, allocate enough extra space over the | Miles Bader | 1996-02-06 | 1 | -4/+39 |
* | (diskfs_direnter): | Miles Bader | 1996-01-15 | 1 | -4/+4 |
* | (diskfs_lookup): Patch from ufs/dir.c: If we are returning an error, then set | Miles Bader | 1996-01-15 | 1 | -1/+5 |
* | (dirscanblock): Apply mib's changes to ufs/dir.c. | Miles Bader | 1995-11-21 | 1 | -16/+42 |
* | (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg. | Miles Bader | 1995-10-20 | 1 | -9/+6 |
* | (diskfs_lookup): Require NPP set for RENAME too. | Miles Bader | 1995-09-13 | 1 | -1/+1 |
* | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Miles Bader | 1995-09-13 | 1 | -7/+11 |