Searched hist:af1e76d6b3f37cb89d9192eaf83588adaf4728eb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/jbd2/ |
H A D | commit.c | diff af1e76d6b3f37cb89d9192eaf83588adaf4728eb Tue Oct 16 17:38:25 CDT 2007 Mingming Cao <cmm@us.ibm.com> JBD2: jbd2 slab allocation cleanups
JBD2: Replace slab allocations with page allocations
JBD2 allocate memory for committed_data and frozen_data from slab. However JBD2 should not pass slab pages down to the block layer. Use page allocator pages instead. This will also prepare JBD for the large blocksize patchset.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com>
|
H A D | transaction.c | diff af1e76d6b3f37cb89d9192eaf83588adaf4728eb Tue Oct 16 17:38:25 CDT 2007 Mingming Cao <cmm@us.ibm.com> JBD2: jbd2 slab allocation cleanups
JBD2: Replace slab allocations with page allocations
JBD2 allocate memory for committed_data and frozen_data from slab. However JBD2 should not pass slab pages down to the block layer. Use page allocator pages instead. This will also prepare JBD for the large blocksize patchset.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com>
|
H A D | journal.c | diff af1e76d6b3f37cb89d9192eaf83588adaf4728eb Tue Oct 16 17:38:25 CDT 2007 Mingming Cao <cmm@us.ibm.com> JBD2: jbd2 slab allocation cleanups
JBD2: Replace slab allocations with page allocations
JBD2 allocate memory for committed_data and frozen_data from slab. However JBD2 should not pass slab pages down to the block layer. Use page allocator pages instead. This will also prepare JBD for the large blocksize patchset.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com>
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | diff af1e76d6b3f37cb89d9192eaf83588adaf4728eb Tue Oct 16 17:38:25 CDT 2007 Mingming Cao <cmm@us.ibm.com> JBD2: jbd2 slab allocation cleanups
JBD2: Replace slab allocations with page allocations
JBD2 allocate memory for committed_data and frozen_data from slab. However JBD2 should not pass slab pages down to the block layer. Use page allocator pages instead. This will also prepare JBD for the large blocksize patchset.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com>
|