index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix corruption when online resizing a fs with 1K block size
Maarten ter Huurne
2013-07-01
1
-3
/
+1
*
ext4: delete unused variables
Jon Ernst
2013-06-17
1
-2
/
+1
*
ext4: verify group number in verify_group_input() before using it
Theodore Ts'o
2013-06-06
1
-6
/
+11
*
ext4: add check for inodes_count overflow in new resize ioctl
Theodore Ts'o
2013-04-21
1
-0
/
+4
*
ext4: fix online resizing for ext3-compat file systems
Theodore Ts'o
2013-04-21
1
-0
/
+2
*
ext4: introduce ext4_get_group_number()
Lukas Czerner
2013-04-03
1
-5
/
+5
*
ext4: use atomic64_t for the per-flexbg free_clusters count
Theodore Ts'o
2013-03-11
1
-2
/
+2
*
ext4: convert number of blocks to clusters properly
Lukas Czerner
2013-03-02
1
-3
/
+3
*
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
2013-02-08
1
-5
/
+5
*
ext4: trigger the lazy inode table initialization after resize
Theodore Ts'o
2013-01-13
1
-3
/
+5
*
ext4: use unlikely to improve the efficiency of the kernel
Wang Shilong
2013-01-12
1
-5
/
+5
*
ext4: return ENOMEM if sb_getblk() fails
Theodore Ts'o
2013-01-12
1
-4
/
+4
*
ext4: remove ext4_handle_release_buffer()
Eric Sandeen
2012-11-08
1
-14
/
+3
*
ext4: Checksum the block bitmap properly with bigalloc enabled
Tao Ma
2012-10-22
1
-2
/
+1
*
ext4: don't call update_backups() multiple times for the same bg
Tao Ma
2012-09-26
1
-0
/
+4
*
ext4: fix double unlock buffer mess during fs-resize
Dmitry Monakhov
2012-09-25
1
-10
/
+5
*
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
Tao Ma
2012-09-20
1
-2
/
+0
*
ext4: fix online resizing when the # of block groups is constant
Theodore Ts'o
2012-09-19
1
-22
/
+14
*
ext4: log a resize update to the console every 10 seconds
Theodore Ts'o
2012-09-13
1
-0
/
+8
*
ext4: convert file system to meta_bg if needed during resizing
Theodore Ts'o
2012-09-13
1
-17
/
+133
*
ext4: set bg_itable_unused when resizing
Theodore Ts'o
2012-09-12
1
-0
/
+3
*
ext4: add online resizing support for meta_bg and 64-bit file systems
Yongqiang Yang
2012-09-05
1
-50
/
+165
*
ext4: grow the s_group_info array as needed
Theodore Ts'o
2012-09-05
1
-0
/
+8
*
ext4: grow the s_flex_groups array as needed when resizing
Theodore Ts'o
2012-09-05
1
-5
/
+9
*
ext4: avoid duplicate writes of the backup bg descriptor blocks
Yongqiang Yang
2012-09-05
1
-4
/
+6
*
ext4: don't copy non-existent gdt blocks when resizing
Yongqiang Yang
2012-09-05
1
-0
/
+4
*
ext4: report the original old blocks count in a debug message when resizing
Yongqiang Yang
2012-09-05
1
-2
/
+1
*
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
Yongqiang Yang
2012-09-05
1
-3
/
+9
*
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
2012-07-22
1
-1
/
+1
*
ext4: remove unused variable in ext4_update_super()
Theodore Ts'o
2012-07-22
1
-1
/
+1
*
ext4: fix overhead calculation used by ext4_statfs()
Theodore Ts'o
2012-07-09
1
-1
/
+6
*
ext4: remove redundundant "(char *) bh->b_data" casts
Theodore Ts'o
2012-05-28
1
-1
/
+1
*
ext4: fix potential integer overflow in alloc_flex_gd()
Haogang Chen
2012-05-28
1
-0
/
+2
*
ext4: make block group checksums use metadata_csum algorithm
Darrick J. Wong
2012-04-29
1
-6
/
+3
*
ext4: calculate and verify block bitmap checksum
Darrick J. Wong
2012-04-29
1
-0
/
+7
*
ext4: calculate and verify checksums for inode bitmaps
Darrick J. Wong
2012-04-29
1
-0
/
+47
*
ext4: calculate and verify superblock checksum
Darrick J. Wong
2012-04-29
1
-1
/
+3
*
ext4: update s_free_{inodes,blocks}_count during online resize
Darrick J. Wong
2012-03-20
1
-0
/
+4
*
ext4: change some printk() calls to use ext4_msg() instead
Theodore Ts'o
2012-03-19
1
-9
/
+10
*
ext4: fix resize when resizing within single group
Lukas Czerner
2012-02-20
1
-6
/
+8
*
ext4: let ext4_group_add() use common code
Yongqiang Yang
2012-01-04
1
-299
/
+10
*
ext4: let ext4_group_extend() use common code
Yongqiang Yang
2012-01-04
1
-39
/
+2
*
ext4: add new online resize interface
Yongqiang Yang
2012-01-04
1
-0
/
+177
*
ext4: add a new function which adds a flex group to a fs
Yongqiang Yang
2012-01-03
1
-0
/
+82
*
ext4: add a new function which allocates bitmaps and inode tables
Yongqiang Yang
2012-01-03
1
-0
/
+111
*
ext4: pass verify_reserved_gdb() the number of group decriptors
Yongqiang Yang
2012-01-03
1
-3
/
+4
*
ext4: add a function which updates the super block during online resizing
Yongqiang Yang
2012-01-03
1
-0
/
+94
*
ext4: add a function which sets up a block group descriptors of a flex bg
Yongqiang Yang
2012-01-03
1
-0
/
+56
*
ext4: add a function which sets up group blocks of a flex bg
Yongqiang Yang
2012-01-03
1
-0
/
+250
*
ext4: add a structure which will be used by 64bit-resize interface
Yongqiang Yang
2012-01-03
1
-0
/
+55
[next]