aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* libdiskfs: implement a node cacheJustus Winter2015-04-171-213/+26
* ext2fs: use fat nodesJustus Winter2015-04-171-34/+33
* libdiskfs: lock-less reference counting of nodesJustus Winter2015-04-171-10/+5
* ext2fs: use a seperate lock to protect nodehashJustus Winter2015-04-111-36/+92
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-101-3/+3
* ext2fs: tune the size of the inode cacheJustus Winter2014-12-101-1/+1
* ext2fs: improve diskfs_node_iterateJustus Winter2014-04-301-5/+6
* Large store support for ext2fsRichard Braun2013-09-161-9/+31
* Switch from cthreads to pthreadsRichard Braun2012-11-271-17/+17
* Fix stack corruption in ext2fs serverRichard Braun2012-07-031-1/+11
* 2007-12-11 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-12-111-16/+31
* 2002-10-08 Roland McGrath <roland@frob.com>Roland McGrath2002-10-081-0/+3
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-2/+2
* 2002-01-03 Roland McGrath <roland@frob.com>Roland McGrath2002-01-041-4/+1
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-211-8/+1
* 2001-08-16 Roland McGrath <roland@frob.com>Roland McGrath2001-08-171-8/+14
* 2001-08-09 Roland McGrath <roland@frob.com>Roland McGrath2001-08-101-1/+1
* 2001-08-09 Roland McGrath <roland@frob.com>Roland McGrath2001-08-101-5/+11
* * inode.c (diskfs_set_statfs): If number of free blocks is lessMark Kettenis2001-06-091-1/+3
* 2000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-071-2/+4
* 2000-12-02 Roland McGrath <roland@frob.com>Roland McGrath2000-12-031-3/+2
* 2000-10-01 Roland McGrath <roland@frob.com>Roland McGrath2000-10-021-6/+3
* 2000-02-05 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-051-2/+11
* 1999-08-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-08-231-16/+31
* Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-161-4/+4
* 1998-12-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-271-0/+4
* 1998-12-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-211-4/+6
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-25/+25
* (read_node):Miles Bader1997-06-031-5/+2
* (read_node):Miles Bader1996-11-201-2/+3
* (diskfs_set_translator):Miles Bader1996-11-191-8/+11
* (diskfs_validate_flags_change):Miles Bader1996-11-121-7/+48
* (read_disknode):Miles Bader1996-09-231-1/+1
* (diskfs_cached_lookup): Initialize DN->dir_idx.Miles Bader1996-08-301-0/+1
* (read_disknode): Change assertion to allow non-zero st_size for anything, butMiles Bader1996-08-151-2/+5
* (read_disknode): Don't set allocsize for in-inode symlinks.Miles Bader1996-08-121-9/+73
* (diskfs_write_disknode):Miles Bader1996-08-021-2/+5
* (diskfs_cached_lookup): Don't initialize debugging info.Miles Bader1996-07-201-4/+0
* (diskfs_cached_lookup): Initialize debugging info.Miles Bader1996-07-171-0/+4
* (diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly.Miles Bader1996-06-251-1/+1
* (check_high_bits, diskfs_validate_owner_change,Miles Bader1996-06-241-4/+59
* (read_disknode, write_inode):Miles Bader1996-06-151-13/+30
* (diskfs_set_statfs): Fix one reference to old name of ST member.Michael I. Bushnell1996-05-101-1/+1
* (diskfs_set_statfs): Expect and fill in new format statfs buffer.Michael I. Bushnell1996-05-101-10/+10
* (diskfs_write_disknode): Only sync DI if WAIT.Miles Bader1996-04-171-2/+2
* (diskfs_cached_lookup):Miles Bader1996-04-111-15/+25
* (read_disknode): Don't set last_block_allocated.Miles Bader1996-01-181-1/+0
* (diskfs_node_norefs): When losing our in-core copy of an inode, rememberMiles Bader1996-01-151-0/+4
* (write_node): If NP isn't translated, force DI->i_translator to 0.Miles Bader1996-01-141-0/+2
* (diskfs_get_translator, diskfs_set_translator):Miles Bader1995-10-311-2/+6