index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext3
/
resize.c
Age
Commit message (
Expand
)
Author
2015-07-23
fs: Remove ext3 filesystem driver
Jan Kara
2013-01-21
Ext3: return ENOMEM rather than EIO if sb_getblk fails
Wang Shilong
2013-01-21
Ext3: use unlikely to improve the efficiency of the kernel
Wang Shilong
2012-03-31
ext3: move headers to fs/ext3/
Al Viro
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-10
ext3: Add journal error check in resize.c
Namhyung Kim
2010-10-28
ext3: Fix debug messages in ext3_group_extend()
Namhyung Kim
2010-07-21
ext3: Fix set but unused variables
Andi Kleen
2009-12-23
ext3: Replace lock/unlock_super() with an explicit lock for resizing
Eric Sandeen
2009-12-10
ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()
Roel Kluin
2009-06-19
block: rename CONFIG_LBD to CONFIG_LBDAF
Bartlomiej Zolnierkiewicz
2009-06-11
ext3: remove ->write_super and stop maintaining ->s_dirt
Christoph Hellwig
2008-10-20
ext3: don't try to resize if there are no reserved gdt blocks left
Josef Bacik
2008-06-06
ext3: fix online resize bug
Josef Bacik
2008-04-28
ext3: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
ext3: add missing ext3_journal_stop()
Akinobu Mita
2008-03-19
ext3: fix wrong gfp type under transaction
Josef Bacik
2008-02-08
ext3: replace all adds to little endians variables with le*_add_cpu
Marcin Slusarz
2008-02-07
iget: stop EXT3 from using iget() and read_inode()
David Howells
2007-10-18
ext3: fix setup_new_group_blocks locking
Eric Sandeen
2007-10-17
ext3: lighten up resize transaction requirements
Eric Sandeen
2007-10-17
lib: percpu_counter_add
Peter Zijlstra
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2006-09-27
[PATCH] fs: Removing useless casts
Panagiotis Issaris
2006-09-27
[PATCH] more ext3 16T overflow fixes
Eric Sandeen
2006-09-27
[PATCH] ext3: Fix sparse warnings
Dave Kleikamp
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-25
[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion
Mingming Cao
2006-06-25
[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes
Mingming Cao
2006-06-25
[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystem
Mingming Cao
2006-05-31
[PATCH] ext3 resize: fix double unlock_super()
Andrew Morton
2006-04-26
[PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)
Al Viro
2006-04-17
[PATCH] ext3: Fix missed mutex unlock
Ananiev, Leonid I
2006-04-11
[PATCH] ext3: Fix missed mutex unlock
Ananiev, Leonid I
2006-01-08
[PATCH] ext3: use sbi instead of EXT3_SB() in resize code.
Glauber de Oliveira Costa
2006-01-08
[PATCH] ext3: remove trailing newlines from ext3_warning() calls
Glauber de Oliveira Costa
2005-11-28
[PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADD
Glauber de Oliveira Costa
2005-10-30
[PATCH] Test for sb_getblk return value
Glauber de Oliveira Costa
2005-09-22
[PATCH] ext3: EXT3_DEBUG build fixes
Glauber de Oliveira Costa
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds