Searched hist:"29687 a2ac8dfcd5363e515ea715ec226aef8c26b" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | diff 29687a2ac8dfcd5363e515ea715ec226aef8c26b Wed Mar 30 10:33:25 CDT 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Alter point of entry to glock lru list for glocks with an address_space
Rather than allowing the glocks to be scheduled for possible reclaim as soon as they have exited the journal, this patch delays their entry to the list until the glocks in question are no longer in use.
This means that we will rely on the vm for writeback of all dirty data and metadata from now on. When glocks are added to the lru list they should be freeable much faster since all the I/O required to free them should have already been completed.
This should lead to much better I/O patterns under low memory conditions.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | lops.c | diff 29687a2ac8dfcd5363e515ea715ec226aef8c26b Wed Mar 30 10:33:25 CDT 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Alter point of entry to glock lru list for glocks with an address_space
Rather than allowing the glocks to be scheduled for possible reclaim as soon as they have exited the journal, this patch delays their entry to the list until the glocks in question are no longer in use.
This means that we will rely on the vm for writeback of all dirty data and metadata from now on. When glocks are added to the lru list they should be freeable much faster since all the I/O required to free them should have already been completed.
This should lead to much better I/O patterns under low memory conditions.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | rgrp.c | diff 29687a2ac8dfcd5363e515ea715ec226aef8c26b Wed Mar 30 10:33:25 CDT 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Alter point of entry to glock lru list for glocks with an address_space
Rather than allowing the glocks to be scheduled for possible reclaim as soon as they have exited the journal, this patch delays their entry to the list until the glocks in question are no longer in use.
This means that we will rely on the vm for writeback of all dirty data and metadata from now on. When glocks are added to the lru list they should be freeable much faster since all the I/O required to free them should have already been completed.
This should lead to much better I/O patterns under low memory conditions.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | glock.c | diff 29687a2ac8dfcd5363e515ea715ec226aef8c26b Wed Mar 30 10:33:25 CDT 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Alter point of entry to glock lru list for glocks with an address_space
Rather than allowing the glocks to be scheduled for possible reclaim as soon as they have exited the journal, this patch delays their entry to the list until the glocks in question are no longer in use.
This means that we will rely on the vm for writeback of all dirty data and metadata from now on. When glocks are added to the lru list they should be freeable much faster since all the I/O required to free them should have already been completed.
This should lead to much better I/O patterns under low memory conditions.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | super.c | diff 29687a2ac8dfcd5363e515ea715ec226aef8c26b Wed Mar 30 10:33:25 CDT 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Alter point of entry to glock lru list for glocks with an address_space
Rather than allowing the glocks to be scheduled for possible reclaim as soon as they have exited the journal, this patch delays their entry to the list until the glocks in question are no longer in use.
This means that we will rely on the vm for writeback of all dirty data and metadata from now on. When glocks are added to the lru list they should be freeable much faster since all the I/O required to free them should have already been completed.
This should lead to much better I/O patterns under low memory conditions.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|