Linus Torvalds
|
e9688f6aca
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
14 gadi atpakaļ |
Theodore Ts'o
|
b40971426a
ext4: add error checking to calls to ext4_handle_dirty_metadata()
|
14 gadi atpakaļ |
Theodore Ts'o
|
8a7411a243
ext4: fix on-line resizing regression
|
14 gadi atpakaļ |
Theodore Ts'o
|
a107e5a3a4
Merge branch 'next' into upstream-merge
|
14 gadi atpakaļ |
Theodore Ts'o
|
61d08673de
ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
|
14 gadi atpakaļ |
Lukas Czerner
|
a31437b85a
ext4: use sb_issue_zeroout in setup_new_group_blocks
|
14 gadi atpakaļ |
Andi Kleen
|
5a0790c2c4
ext4: remove initialized but not read variables
|
15 gadi atpakaļ |
Theodore Ts'o
|
a0375156ca
ext4: Clean up s_dirt handling
|
15 gadi atpakaļ |
Eric Sandeen
|
42007efd56
ext4: check s_log_groups_per_flex in online resize code
|
15 gadi atpakaļ |
Eric Sandeen
|
12062dddda
ext4: move __func__ into a macro for ext4_warning, ext4_error
|
15 gadi atpakaļ |
Roel Kluin
|
c09eef305d
ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
|
15 gadi atpakaļ |
Aneesh Kumar K.V
|
08c3a81338
ext4: Clarify the locking details in mballoc
|
15 gadi atpakaļ |
Bartlomiej Zolnierkiewicz
|
90c699a9ee
block: rename CONFIG_LBD to CONFIG_LBDAF
|
16 gadi atpakaļ |
Theodore Ts'o
|
bb23c20a85
ext4: Move fs/ext4/group.h into ext4.h
|
16 gadi atpakaļ |
Theodore Ts'o
|
32ed5058ce
ext4: Replace lock/unlock_super() with an explicit lock for resizing
|
16 gadi atpakaļ |
Theodore Ts'o
|
9f24e4208f
ext4: Use atomic_t's in struct flex_groups
|
16 gadi atpakaļ |
Theodore Ts'o
|
fdff73f094
ext4: Initialize the new group descriptor when resizing the filesystem
|
16 gadi atpakaļ |
Aneesh Kumar K.V
|
648f5879f5
ext4: mark the blocks/inode bitmap beyond end of group as used
|
16 gadi atpakaļ |
Aneesh Kumar K.V
|
560671a0d3
ext4: Use high 16 bits of the block group descriptor's free counts fields
|
16 gadi atpakaļ |
Aneesh Kumar K.V
|
920313a726
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
|
16 gadi atpakaļ |
Aneesh Kumar K.V
|
e21675d4b6
ext4: Add blocks added during resize to bitmap
|
16 gadi atpakaļ |
Theodore Ts'o
|
a9df9a4910
ext4: Make ext4_group_t be an unsigned int
|
16 gadi atpakaļ |
Theodore Ts'o
|
fde4d95ad8
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
|
16 gadi atpakaļ |
Frank Mayhar
|
0390131ba8
ext4: Allow ext4 to run without a journal
|
16 gadi atpakaļ |
Solofo.Ramangalahy@bull.net
|
93c0d86371
ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups
|
16 gadi atpakaļ |
Theodore Ts'o
|
c2ea3fde61
ext4: Remove old legacy block allocator
|
16 gadi atpakaļ |
Frederic Bohe
|
c62a11fd95
Update flex_bg free blocks and free inodes counters when resizing.
|
16 gadi atpakaļ |
Theodore Ts'o
|
af5bc92dde
ext4: Fix whitespace checkpatch warnings/errors
|
16 gadi atpakaļ |
Josef Bacik
|
37609fd5ae
ext4: don't try to resize if there are no reserved gdt blocks left
|
17 gadi atpakaļ |
Theodore Ts'o
|
2b2d6d0197
ext4: Cleanup whitespace and other miscellaneous style issues
|
17 gadi atpakaļ |