index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Commit message (
Expand
)
Author
Age
*
ext4: kill ext4_kvfree()
Al Viro
2014-11-20
*
ext4: fix overflow when updating superblock backups after resize
Jan Kara
2014-10-30
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-10-20
|
\
|
*
ext4: Replace open coded mdata csum feature to helper function
Dmitry Monakhov
2014-10-13
*
|
ext4: avoid trying to kfree an ERR_PTR pointer
Theodore Ts'o
2014-09-03
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-06-08
|
\
|
*
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
2014-05-12
*
|
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
|
/
*
ext4: fix online resize with a non-standard blocks per group setting
Theodore Ts'o
2014-02-15
*
ext4: fix online resize with very large inode tables
Theodore Ts'o
2014-02-15
*
ext4: fix corruption when online resizing a fs with 1K block size
Maarten ter Huurne
2013-07-01
*
ext4: delete unused variables
Jon Ernst
2013-06-17
*
ext4: verify group number in verify_group_input() before using it
Theodore Ts'o
2013-06-06
*
ext4: add check for inodes_count overflow in new resize ioctl
Theodore Ts'o
2013-04-21
*
ext4: fix online resizing for ext3-compat file systems
Theodore Ts'o
2013-04-21
*
ext4: introduce ext4_get_group_number()
Lukas Czerner
2013-04-03
*
ext4: use atomic64_t for the per-flexbg free_clusters count
Theodore Ts'o
2013-03-11
*
ext4: convert number of blocks to clusters properly
Lukas Czerner
2013-03-02
*
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
2013-02-08
*
ext4: trigger the lazy inode table initialization after resize
Theodore Ts'o
2013-01-13
*
ext4: use unlikely to improve the efficiency of the kernel
Wang Shilong
2013-01-12
*
ext4: return ENOMEM if sb_getblk() fails
Theodore Ts'o
2013-01-12
*
ext4: remove ext4_handle_release_buffer()
Eric Sandeen
2012-11-08
*
ext4: Checksum the block bitmap properly with bigalloc enabled
Tao Ma
2012-10-22
*
ext4: don't call update_backups() multiple times for the same bg
Tao Ma
2012-09-26
*
ext4: fix double unlock buffer mess during fs-resize
Dmitry Monakhov
2012-09-25
*
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
Tao Ma
2012-09-20
*
ext4: fix online resizing when the # of block groups is constant
Theodore Ts'o
2012-09-19
*
ext4: log a resize update to the console every 10 seconds
Theodore Ts'o
2012-09-13
*
ext4: convert file system to meta_bg if needed during resizing
Theodore Ts'o
2012-09-13
*
ext4: set bg_itable_unused when resizing
Theodore Ts'o
2012-09-12
*
ext4: add online resizing support for meta_bg and 64-bit file systems
Yongqiang Yang
2012-09-05
*
ext4: grow the s_group_info array as needed
Theodore Ts'o
2012-09-05
*
ext4: grow the s_flex_groups array as needed when resizing
Theodore Ts'o
2012-09-05
*
ext4: avoid duplicate writes of the backup bg descriptor blocks
Yongqiang Yang
2012-09-05
*
ext4: don't copy non-existent gdt blocks when resizing
Yongqiang Yang
2012-09-05
*
ext4: report the original old blocks count in a debug message when resizing
Yongqiang Yang
2012-09-05
*
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
Yongqiang Yang
2012-09-05
*
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
2012-07-22
*
ext4: remove unused variable in ext4_update_super()
Theodore Ts'o
2012-07-22
*
ext4: fix overhead calculation used by ext4_statfs()
Theodore Ts'o
2012-07-09
*
ext4: remove redundundant "(char *) bh->b_data" casts
Theodore Ts'o
2012-05-28
*
ext4: fix potential integer overflow in alloc_flex_gd()
Haogang Chen
2012-05-28
*
ext4: make block group checksums use metadata_csum algorithm
Darrick J. Wong
2012-04-29
*
ext4: calculate and verify block bitmap checksum
Darrick J. Wong
2012-04-29
*
ext4: calculate and verify checksums for inode bitmaps
Darrick J. Wong
2012-04-29
*
ext4: calculate and verify superblock checksum
Darrick J. Wong
2012-04-29
*
ext4: update s_free_{inodes,blocks}_count during online resize
Darrick J. Wong
2012-03-20
*
ext4: change some printk() calls to use ext4_msg() instead
Theodore Ts'o
2012-03-19
*
ext4: fix resize when resizing within single group
Lukas Czerner
2012-02-20
[next]