Staging
v0.5.1
https://github.com/torvalds/linux
Revision 519deca0496a4df07d15acf3181ca5d573bffdec authored by Aneesh Kumar K.V on 15 May 2008, 18:43:20 UTC, committed by Theodore Ts'o on 15 May 2008, 18:43:20 UTC
If the block allocator gets blocks out of system zone ext4 calls
ext4_error. But if the file system is mounted with errors=continue
retry block allocation. We need to mark the system zone blocks as
in use to make sure retry don't pick them again

System zone is the block range mapping block bitmap, inode bitmap and inode
table.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
1 parent 1930479
History
Tip revision: 519deca0496a4df07d15acf3181ca5d573bffdec authored by Aneesh Kumar K.V on 15 May 2008, 18:43:20 UTC
ext4: Retry block allocation if new blocks are allocated from system zone.
Tip revision: 519deca
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 682 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 97.3 KB
Makefile -rw-r--r-- 53.7 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top