index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-06
ext4: fix online resize with a non-standard blocks per group setting
Theodore Ts'o
1
-1
/
+1
2014-03-06
ext4: fix online resize with very large inode tables
Theodore Ts'o
1
-12
/
+20
2013-07-21
ext4: fix corruption when online resizing a fs with 1K block size
Maarten ter Huurne
1
-3
/
+1
2013-04-21
ext4: add check for inodes_count overflow in new resize ioctl
Theodore Ts'o
1
-0
/
+4
2013-04-21
ext4: fix online resizing for ext3-compat file systems
Theodore Ts'o
1
-0
/
+2
2013-04-03
ext4: introduce ext4_get_group_number()
Lukas Czerner
1
-5
/
+5
2013-03-11
ext4: use atomic64_t for the per-flexbg free_clusters count
Theodore Ts'o
1
-2
/
+2
2013-03-02
ext4: convert number of blocks to clusters properly
Lukas Czerner
1
-3
/
+3
2013-02-08
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
1
-5
/
+5
2013-01-13
ext4: trigger the lazy inode table initialization after resize
Theodore Ts'o
1
-3
/
+5
2013-01-12
ext4: use unlikely to improve the efficiency of the kernel
Wang Shilong
1
-5
/
+5
2013-01-12
ext4: return ENOMEM if sb_getblk() fails
Theodore Ts'o
1
-4
/
+4
2012-11-08
ext4: remove ext4_handle_release_buffer()
Eric Sandeen
1
-14
/
+3
2012-10-22
ext4: Checksum the block bitmap properly with bigalloc enabled
Tao Ma
1
-2
/
+1
2012-09-26
ext4: don't call update_backups() multiple times for the same bg
Tao Ma
1
-0
/
+4
2012-09-25
ext4: fix double unlock buffer mess during fs-resize
Dmitry Monakhov
1
-10
/
+5
2012-09-20
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
Tao Ma
1
-2
/
+0
2012-09-19
ext4: fix online resizing when the # of block groups is constant
Theodore Ts'o
1
-22
/
+14
2012-09-13
ext4: log a resize update to the console every 10 seconds
Theodore Ts'o
1
-0
/
+8
2012-09-13
ext4: convert file system to meta_bg if needed during resizing
Theodore Ts'o
1
-17
/
+133
2012-09-12
ext4: set bg_itable_unused when resizing
Theodore Ts'o
1
-0
/
+3
2012-09-05
ext4: add online resizing support for meta_bg and 64-bit file systems
Yongqiang Yang
1
-50
/
+165
2012-09-05
ext4: grow the s_group_info array as needed
Theodore Ts'o
1
-0
/
+8
2012-09-05
ext4: grow the s_flex_groups array as needed when resizing
Theodore Ts'o
1
-5
/
+9
2012-09-05
ext4: avoid duplicate writes of the backup bg descriptor blocks
Yongqiang Yang
1
-4
/
+6
2012-09-05
ext4: don't copy non-existent gdt blocks when resizing
Yongqiang Yang
1
-0
/
+4
2012-09-05
ext4: report the original old blocks count in a debug message when resizing
Yongqiang Yang
1
-2
/
+1
2012-09-05
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
Yongqiang Yang
1
-3
/
+9
2012-07-22
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
1
-1
/
+1
2012-07-22
ext4: remove unused variable in ext4_update_super()
Theodore Ts'o
1
-1
/
+1
2012-07-09
ext4: fix overhead calculation used by ext4_statfs()
Theodore Ts'o
1
-1
/
+6
2012-05-28
ext4: remove redundundant "(char *) bh->b_data" casts
Theodore Ts'o
1
-1
/
+1
2012-05-28
ext4: fix potential integer overflow in alloc_flex_gd()
Haogang Chen
1
-0
/
+2
2012-04-29
ext4: make block group checksums use metadata_csum algorithm
Darrick J. Wong
1
-6
/
+3
2012-04-29
ext4: calculate and verify block bitmap checksum
Darrick J. Wong
1
-0
/
+7
2012-04-29
ext4: calculate and verify checksums for inode bitmaps
Darrick J. Wong
1
-0
/
+47
2012-04-29
ext4: calculate and verify superblock checksum
Darrick J. Wong
1
-1
/
+3
2012-03-20
ext4: update s_free_{inodes,blocks}_count during online resize
Darrick J. Wong
1
-0
/
+4
2012-03-19
ext4: change some printk() calls to use ext4_msg() instead
Theodore Ts'o
1
-9
/
+10
2012-02-20
ext4: fix resize when resizing within single group
Lukas Czerner
1
-6
/
+8
2012-01-04
ext4: let ext4_group_add() use common code
Yongqiang Yang
1
-299
/
+10
2012-01-04
ext4: let ext4_group_extend() use common code
Yongqiang Yang
1
-39
/
+2
2012-01-04
ext4: add new online resize interface
Yongqiang Yang
1
-0
/
+177
2012-01-03
ext4: add a new function which adds a flex group to a fs
Yongqiang Yang
1
-0
/
+82
2012-01-03
ext4: add a new function which allocates bitmaps and inode tables
Yongqiang Yang
1
-0
/
+111
2012-01-03
ext4: pass verify_reserved_gdb() the number of group decriptors
Yongqiang Yang
1
-3
/
+4
2012-01-03
ext4: add a function which updates the super block during online resizing
Yongqiang Yang
1
-0
/
+94
2012-01-03
ext4: add a function which sets up a block group descriptors of a flex bg
Yongqiang Yang
1
-0
/
+56
2012-01-03
ext4: add a function which sets up group blocks of a flex bg
Yongqiang Yang
1
-0
/
+250
2012-01-03
ext4: add a structure which will be used by 64bit-resize interface
Yongqiang Yang
1
-0
/
+55
[next]