/openbmc/linux/fs/gfs2/ |
H A D | dir.h | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | util.h | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | util.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | recovery.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | dir.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | log.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | incore.h | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | bmap.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | ops_fstype.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | inode.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | super.c | diff 71b86f562b5eb6f94ea00bba060caa64d0137969 Tue Mar 28 13:14:04 CST 2006 Steven Whitehouse <swhiteho@redhat.com> [GFS2] Further updates to dir and logging code
This reduces the size of the directory code by about 3k and gets readdir() to use the functions which were introduced in the previous directory code update.
Two memory allocations are merged into one. Eliminates zeroing of some buffers which were never used before they were initialised by other data.
There is still scope for further improvement in the directory code.
On the logging side, a hand created mutex has been replaced by a standard Linux mutex in the log allocation code.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|