Data
nodes in the Star Student Project linked
list are arranged in an order from head to tail according to their arrival
times. Star Student Project always
begin from the head and then forward traverse the linked list. In more details,
Star Student Project two linked list
structures comprise the storage space for guest writes. One of the Star Student Project linked lists,
called dirty list, is used to store new write requests, while the other one,
called clean list, is used to store data, which have been flushed to the Star Student Project disk. The memory space
of a node in the Star Student Project
clean list can be reused by a new write request. The Star Student Project reused node will be delinked from the clean
list.