/freebsd/sbin/fsck_ffs/ |
H A D | pass3.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | pass4.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | pass2.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | dir.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | pass1.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | pass5.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | inode.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | fsutil.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | main.c | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|
H A D | fsck.h | diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month diff af6726e657c0b1148075650d763ee80f9d863dbf Fri Oct 08 22:44:47 CEST 2004 Don Lewis <truckman@FreeBSD.org> Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long.
Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month
|