Searched hist:e21675d4b63975d09eb75c443c48ebe663d23e18 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | diff e21675d4b63975d09eb75c443c48ebe663d23e18 Mon Jan 05 20:36:02 CST 2009 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Add blocks added during resize to bitmap
With this change new blocks added during resize are marked as free in the block bitmap and the group is flagged with EXT4_GROUP_INFO_NEED_INIT_BIT flag. This makes sure when mballoc tries to allocate blocks from the new group we would reload the buddy information using the bitmap present in the disk.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@kernel.org
|
H A D | resize.c | diff e21675d4b63975d09eb75c443c48ebe663d23e18 Mon Jan 05 20:36:02 CST 2009 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Add blocks added during resize to bitmap
With this change new blocks added during resize are marked as free in the block bitmap and the group is flagged with EXT4_GROUP_INFO_NEED_INIT_BIT flag. This makes sure when mballoc tries to allocate blocks from the new group we would reload the buddy information using the bitmap present in the disk.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@kernel.org
|
H A D | ext4.h | diff e21675d4b63975d09eb75c443c48ebe663d23e18 Mon Jan 05 20:36:02 CST 2009 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Add blocks added during resize to bitmap
With this change new blocks added during resize are marked as free in the block bitmap and the group is flagged with EXT4_GROUP_INFO_NEED_INIT_BIT flag. This makes sure when mballoc tries to allocate blocks from the new group we would reload the buddy information using the bitmap present in the disk.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@kernel.org
|