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 |
Theodore Ts'o
|
021b65bb1e
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
|
14 years ago |
Aditya Kali
|
7b415bf60f
ext4: Fix bigalloc quota accounting and i_blocks value
|
14 years ago |
Theodore Ts'o
|
5704265188
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
|
14 years ago |
Theodore Ts'o
|
3212a80a58
ext4: convert block group-relative offsets to use clusters
|
14 years ago |
Theodore Ts'o
|
d5b8f31007
ext4: bigalloc changes to block bitmap initialization functions
|
14 years ago |
Theodore Ts'o
|
fd034a84e1
ext4: split out ext4_free_blocks_after_init()
|
14 years ago |
Theodore Ts'o
|
49f7f9af4b
ext4: factor out block group accounting into functions
|
14 years ago |
Eric Sandeen
|
f86186b44b
ext4: refactor duplicated block placement code
|
14 years ago |
Allison Henderson
|
55f020db66
ext4: add flag to ext4_has_free_blocks
|
14 years ago |
Amir Goldstein
|
2846e82004
ext4: move ext4_add_groupblocks() to mballoc.c
|
14 years ago |
Shaohua Li
|
dc2070a241
ext4: remove dead code in ext4_has_free_blocks()
|
14 years ago |