Andi Kleen
|
5a0790c2c4
ext4: remove initialized but not read variables
|
15 years ago |
Theodore Ts'o
|
a0375156ca
ext4: Clean up s_dirt handling
|
15 years ago |
Eric Sandeen
|
42007efd56
ext4: check s_log_groups_per_flex in online resize code
|
15 years ago |
Eric Sandeen
|
12062dddda
ext4: move __func__ into a macro for ext4_warning, ext4_error
|
15 years ago |
Roel Kluin
|
c09eef305d
ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
|
15 years ago |
Aneesh Kumar K.V
|
08c3a81338
ext4: Clarify the locking details in mballoc
|
15 years ago |
Bartlomiej Zolnierkiewicz
|
90c699a9ee
block: rename CONFIG_LBD to CONFIG_LBDAF
|
16 years ago |
Theodore Ts'o
|
bb23c20a85
ext4: Move fs/ext4/group.h into ext4.h
|
16 years ago |
Theodore Ts'o
|
32ed5058ce
ext4: Replace lock/unlock_super() with an explicit lock for resizing
|
16 years ago |
Theodore Ts'o
|
9f24e4208f
ext4: Use atomic_t's in struct flex_groups
|
16 years ago |
Theodore Ts'o
|
fdff73f094
ext4: Initialize the new group descriptor when resizing the filesystem
|
16 years ago |
Aneesh Kumar K.V
|
648f5879f5
ext4: mark the blocks/inode bitmap beyond end of group as used
|
16 years ago |
Aneesh Kumar K.V
|
560671a0d3
ext4: Use high 16 bits of the block group descriptor's free counts fields
|
16 years ago |
Aneesh Kumar K.V
|
920313a726
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
|
16 years ago |
Aneesh Kumar K.V
|
e21675d4b6
ext4: Add blocks added during resize to bitmap
|
16 years ago |
Theodore Ts'o
|
a9df9a4910
ext4: Make ext4_group_t be an unsigned int
|
16 years ago |
Theodore Ts'o
|
fde4d95ad8
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
|
16 years ago |
Frank Mayhar
|
0390131ba8
ext4: Allow ext4 to run without a journal
|
16 years ago |
Solofo.Ramangalahy@bull.net
|
93c0d86371
ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups
|
16 years ago |
Theodore Ts'o
|
c2ea3fde61
ext4: Remove old legacy block allocator
|
16 years ago |
Frederic Bohe
|
c62a11fd95
Update flex_bg free blocks and free inodes counters when resizing.
|
16 years ago |
Theodore Ts'o
|
af5bc92dde
ext4: Fix whitespace checkpatch warnings/errors
|
16 years ago |
Josef Bacik
|
37609fd5ae
ext4: don't try to resize if there are no reserved gdt blocks left
|
17 years ago |
Theodore Ts'o
|
2b2d6d0197
ext4: Cleanup whitespace and other miscellaneous style issues
|
17 years ago |
Frederic Bohe
|
5f21b0e642
ext4: fix online resize with mballoc
|
17 years ago |
Frederic Bohe
|
2856922c15
Ext4: Fix online resize block group descriptor corruption
|
17 years ago |
Josef Bacik
|
944600930a
ext4: fix online resize bug
|
17 years ago |
Christoph Hellwig
|
3dcf54515a
ext4: move headers out of include/linux
|
17 years ago |
Josef Bacik
|
216553c4b7
ext4: fix wrong gfp type under transaction
|
17 years ago |
Harvey Harrison
|
46e665e9d2
ext4: replace remaining __FUNCTION__ occurrences
|
17 years ago |