Searched hist:e3b4a97dbe9741a3227c3ed857a0632532fcd386 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | reservations.h | diff e3b4a97dbe9741a3227c3ed857a0632532fcd386 Mon Dec 07 15:16:07 CST 2009 Mark Fasheh <mfasheh@suse.com> ocfs2: use allocation reservations for directory data
Use the reservations system for unindexed dir tree allocations. We don't bother with the indexed tree as reads from it are mostly random anyway. Directory reservations are marked seperately, to allow the reservations code a chance to optimize their window sizes. This patch allocates only 8 bits for directory windows as they generally are not expected to grow as quickly as file data. Future improvements to dir window sizing can trivially be made.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | reservations.c | diff e3b4a97dbe9741a3227c3ed857a0632532fcd386 Mon Dec 07 15:16:07 CST 2009 Mark Fasheh <mfasheh@suse.com> ocfs2: use allocation reservations for directory data
Use the reservations system for unindexed dir tree allocations. We don't bother with the indexed tree as reads from it are mostly random anyway. Directory reservations are marked seperately, to allow the reservations code a chance to optimize their window sizes. This patch allocates only 8 bits for directory windows as they generally are not expected to grow as quickly as file data. Future improvements to dir window sizing can trivially be made.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | inode.c | diff e3b4a97dbe9741a3227c3ed857a0632532fcd386 Mon Dec 07 15:16:07 CST 2009 Mark Fasheh <mfasheh@suse.com> ocfs2: use allocation reservations for directory data
Use the reservations system for unindexed dir tree allocations. We don't bother with the indexed tree as reads from it are mostly random anyway. Directory reservations are marked seperately, to allow the reservations code a chance to optimize their window sizes. This patch allocates only 8 bits for directory windows as they generally are not expected to grow as quickly as file data. Future improvements to dir window sizing can trivially be made.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | suballoc.c | diff e3b4a97dbe9741a3227c3ed857a0632532fcd386 Mon Dec 07 15:16:07 CST 2009 Mark Fasheh <mfasheh@suse.com> ocfs2: use allocation reservations for directory data
Use the reservations system for unindexed dir tree allocations. We don't bother with the indexed tree as reads from it are mostly random anyway. Directory reservations are marked seperately, to allow the reservations code a chance to optimize their window sizes. This patch allocates only 8 bits for directory windows as they generally are not expected to grow as quickly as file data. Future improvements to dir window sizing can trivially be made.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | dir.c | diff e3b4a97dbe9741a3227c3ed857a0632532fcd386 Mon Dec 07 15:16:07 CST 2009 Mark Fasheh <mfasheh@suse.com> ocfs2: use allocation reservations for directory data
Use the reservations system for unindexed dir tree allocations. We don't bother with the indexed tree as reads from it are mostly random anyway. Directory reservations are marked seperately, to allow the reservations code a chance to optimize their window sizes. This patch allocates only 8 bits for directory windows as they generally are not expected to grow as quickly as file data. Future improvements to dir window sizing can trivially be made.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|