Searched hist:"07 d400a6df4767a90d49a153fdb7f4cfa1e3f23e" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | diff 07d400a6df4767a90d49a153fdb7f4cfa1e3f23e Tue Jan 06 10:42:00 CST 2009 Yan Zheng <zheng.yan@oracle.com> Btrfs: tree logging checksum fixes
This patch contains following things.
1) Limit the max size of btrfs_ordered_sum structure to PAGE_SIZE. This struct is kmalloced so we want to keep it reasonable.
2) Replace copy_extent_csums by btrfs_lookup_csums_range. This was duplicated code in tree-log.c
3) Remove replay_one_csum. csum items are replayed at the same time as replaying file extents. This guarantees we only replay useful csums.
4) nbytes accounting fix.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
|
H A D | tree-log.c | diff 07d400a6df4767a90d49a153fdb7f4cfa1e3f23e Tue Jan 06 10:42:00 CST 2009 Yan Zheng <zheng.yan@oracle.com> Btrfs: tree logging checksum fixes
This patch contains following things.
1) Limit the max size of btrfs_ordered_sum structure to PAGE_SIZE. This struct is kmalloced so we want to keep it reasonable.
2) Replace copy_extent_csums by btrfs_lookup_csums_range. This was duplicated code in tree-log.c
3) Remove replay_one_csum. csum items are replayed at the same time as replaying file extents. This guarantees we only replay useful csums.
4) nbytes accounting fix.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
|
H A D | extent-tree.c | diff 07d400a6df4767a90d49a153fdb7f4cfa1e3f23e Tue Jan 06 10:42:00 CST 2009 Yan Zheng <zheng.yan@oracle.com> Btrfs: tree logging checksum fixes
This patch contains following things.
1) Limit the max size of btrfs_ordered_sum structure to PAGE_SIZE. This struct is kmalloced so we want to keep it reasonable.
2) Replace copy_extent_csums by btrfs_lookup_csums_range. This was duplicated code in tree-log.c
3) Remove replay_one_csum. csum items are replayed at the same time as replaying file extents. This guarantees we only replay useful csums.
4) nbytes accounting fix.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
|
H A D | inode.c | diff 07d400a6df4767a90d49a153fdb7f4cfa1e3f23e Tue Jan 06 10:42:00 CST 2009 Yan Zheng <zheng.yan@oracle.com> Btrfs: tree logging checksum fixes
This patch contains following things.
1) Limit the max size of btrfs_ordered_sum structure to PAGE_SIZE. This struct is kmalloced so we want to keep it reasonable.
2) Replace copy_extent_csums by btrfs_lookup_csums_range. This was duplicated code in tree-log.c
3) Remove replay_one_csum. csum items are replayed at the same time as replaying file extents. This guarantees we only replay useful csums.
4) nbytes accounting fix.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
|