summaryrefslogtreecommitdiffstats
path: root/arch/s390/hypfs/inode.c
diff options
context:
space:
mode:
authorJeff Mahoney2006-10-01 08:28:45 +0200
committerLinus Torvalds2006-10-01 09:39:28 +0200
commit9ea0f9499d15c49df23e7aac4332d830c40e12d0 (patch)
treee6a68575b3aa3a6ee0db0acf1c6469c0308bf0a7 /arch/s390/hypfs/inode.c
parent[PATCH] reiserfs: use generic_file_open for open() checks (diff)
downloadkernel-qcow2-linux-9ea0f9499d15c49df23e7aac4332d830c40e12d0.tar.gz
kernel-qcow2-linux-9ea0f9499d15c49df23e7aac4332d830c40e12d0.tar.xz
kernel-qcow2-linux-9ea0f9499d15c49df23e7aac4332d830c40e12d0.zip
[PATCH] reiserfs: eliminate minimum window size for bitmap searching
When a file system becomes fragmented (using MythTV, for example), the bigalloc window searching ends up causing huge performance problems. In a file system presented by a user experiencing this bug, the file system was 90% free, but no 32-block free windows existed on the entire file system. This causes the allocator to scan the entire file system for each 128k write before backing down to searching for individual blocks. In the end, finding a contiguous window for all the blocks in a write is an advantageous special case, but one that can be found naturally when such a window exists anyway. This patch removes the bigalloc window searching, and has been proven to fix the test case described above. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390/hypfs/inode.c')
0 files changed, 0 insertions, 0 deletions