Darrick J. Wong
|
2746f7a170
ext4: don't count free clusters from a corrupt block group
|
11 years ago |
Darrick J. Wong
|
bdfb6ff4a2
ext4: mark group corrupt on group descriptor checksum
|
12 years ago |
Darrick J. Wong
|
163a203ddb
ext4: mark block group as corrupt on block bitmap error
|
12 years ago |
Darrick J. Wong
|
dbde0abed8
ext4: fix type declaration of ext4_validate_block_bitmap
|
12 years ago |
Darrick J. Wong
|
48d9eb97dc
ext4: error out if verifying the block bitmap fails
|
12 years ago |
Theodore Ts'o
|
960fd856fd
ext4: fix ext4_get_group_number()
|
12 years ago |
Theodore Ts'o
|
f4afb4f4e3
ext4: optimize test_root()
|
12 years ago |
Theodore Ts'o
|
9f203507ed
ext4: mark all metadata I/O with REQ_META
|
12 years ago |
Lukas Czerner
|
27dd438542
ext4: introduce reserved space
|
12 years ago |
Lukas Czerner
|
bd86298e60
ext4: introduce ext4_get_group_number()
|
12 years ago |
Lukas Czerner
|
689110098c
ext4: make ext4_block_in_group() much more efficient
|
12 years ago |
Lukas Czerner
|
810da240f2
ext4: convert number of blocks to clusters properly
|
12 years ago |
Lukas Czerner
|
304e220f08
ext4: fix free clusters calculation in bigalloc filesystem
|
12 years ago |
Eryu Guan
|
15b49132fc
ext4: check bh in ext4_read_block_bitmap()
|
12 years ago |
Tao Ma
|
79f1ba4956
ext4: Checksum the block bitmap properly with bigalloc enabled
|
12 years ago |
Theodore Ts'o
|
7a4c5de27e
ext4: don't call ext4_error while block group is locked
|
13 years ago |
Theodore Ts'o
|
f6fb99cadc
ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr
|
13 years ago |
Theodore Ts'o
|
b0dd6b70f0
ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg
|
13 years ago |
Linus Torvalds
|
4edebed866
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
13 years ago |
Eric W. Biederman
|
08cefc7ab8
userns: Convert ext4 to user kuid/kgid where appropriate
|
13 years ago |
Darrick J. Wong
|
feb0ab32a5
ext4: make block group checksums use metadata_csum algorithm
|
13 years ago |
Darrick J. Wong
|
fa77dcfafe
ext4: calculate and verify block bitmap checksum
|
13 years ago |
Heiko Carstens
|
d4dc462f55
ext4: fix balloc.c printk-format-warning
|
13 years ago |
Theodore Ts'o
|
813e57276f
ext4: fix race when setting bitmap_uptodate flag
|
13 years ago |
Eric Sandeen
|
5f163cc759
ext4: make more symbols static
|
13 years ago |
Yongqiang Yang
|
6e58ad69ef
ext4: fix up a undefined error in ext4_free_blocks in debugging code
|
13 years ago |
Theodore Ts'o
|
df55c99dc8
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
|
14 years ago |
Theodore Ts'o
|
e7d5f3156e
ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
|
14 years ago |
Theodore Ts'o
|
cff1dfd767
ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()
|
14 years ago |
Theodore Ts'o
|
5dee54372c
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
|
14 years ago |