index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-21
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
1
-2
/
+5
2020-02-21
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
1
-11
/
+44
2020-01-17
ext4: drop ext4_kvmalloc()
Theodore Ts'o
1
-6
/
+4
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
1
-5
/
+11
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
1
-36
/
+10
2019-05-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2019-04-25
ext4: avoid drop reference to iloc.bh twice
Pan Bian
1
-0
/
+1
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
1
-2
/
+0
2019-03-15
ext4: report real fs size after failed resize
Lukas Czerner
1
-1
/
+5
2019-03-15
ext4: add missing brelse() in add_new_gdb_meta_bg()
Lukas Czerner
1
-2
/
+9
2019-02-11
ext4: fix crash during online resizing
Jan Kara
1
-1
/
+2
2018-12-19
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
1
-2
/
+3
2018-12-04
ext4: fix EXT4_IOC_GROUP_ADD ioctl
ruippan (潘睿)
1
-1
/
+1
2018-11-25
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
Theodore Ts'o
1
-36
/
+36
2018-11-06
ext4: avoid possible double brelse() in add_new_gdb() on error path
Theodore Ts'o
1
-0
/
+1
2018-11-06
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
Vasily Averin
1
-0
/
+4
2018-11-06
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
Vasily Averin
1
-1
/
+1
2018-11-03
ext4: add missing brelse() update_backups()'s error path
Vasily Averin
1
-1
/
+3
2018-11-03
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
Vasily Averin
1
-2
/
+1
2018-11-03
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
Vasily Averin
1
-2
/
+4
2018-11-03
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
Vasily Averin
1
-6
/
+2
2018-09-03
ext4: fix online resizing for bigalloc file systems with a 1k block size
Theodore Ts'o
1
-1
/
+2
2018-09-03
ext4: fix online resize's handling of a too-small final block group
Theodore Ts'o
1
-0
/
+20
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+6
2018-05-25
ext4: fix fencepost error in check for inode count overflow during resize
Jan Kara
1
-1
/
+1
2018-01-11
ext4: use 'sbi' instead of 'EXT4_SB(sb)'
Jun Piao
1
-1
/
+1
2017-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-38
/
+66
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-29
ext4: add support for online resizing with bigalloc
harshads
1
-38
/
+66
2017-08-06
ext4: fix overflow caused by missing cast in ext4_resize_fs()
Jerry Lee
1
-1
/
+2
2017-02-05
ext4: rename s_resize_flags to s_ext4_flags
Theodore Ts'o
1
-2
/
+3
2016-04-27
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
1
-1
/
+1
2016-02-12
ext4: fix potential integer overflow
Insu Yun
1
-1
/
+1
2015-10-18
[PATCH] fix calculation of meta_bg descriptor backups
Andy Leiserson
1
-2
/
+2
2015-10-17
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
1
-18
/
+12
2015-05-02
ext4: fix growing of tiny filesystems
Jan Kara
1
-2
/
+5
2014-12-26
ext4: prevent online resize with backup superblock
Theodore Ts'o
1
-12
/
+12
2014-11-20
ext4: kill ext4_kvfree()
Al Viro
1
-3
/
+3
2014-10-30
ext4: fix overflow when updating superblock backups after resize
Jan Kara
1
-1
/
+1
2014-10-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+1
2014-10-13
ext4: Replace open coded mdata csum feature to helper function
Dmitry Monakhov
1
-2
/
+1
2014-09-03
ext4: avoid trying to kfree an ERR_PTR pointer
Theodore Ts'o
1
-0
/
+2
2014-06-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+13
2014-05-12
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
1
-0
/
+13
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-1
/
+1
2014-02-15
ext4: fix online resize with a non-standard blocks per group setting
Theodore Ts'o
1
-1
/
+1
2014-02-15
ext4: fix online resize with very large inode tables
Theodore Ts'o
1
-12
/
+20
2013-07-01
ext4: fix corruption when online resizing a fs with 1K block size
Maarten ter Huurne
1
-3
/
+1
2013-06-17
ext4: delete unused variables
Jon Ernst
1
-2
/
+1
2013-06-06
ext4: verify group number in verify_group_input() before using it
Theodore Ts'o
1
-6
/
+11
[next]