Age | Commit message (Expand) | Author |
2020-10-18 | ext4: use ext4_sb_bread() instead of sb_bread() | zhangyi (F) |
2020-10-18 | ext4: use common helpers in all places reading metadata buffers | zhangyi (F) |
2020-10-18 | ext4: fix error handling code in add_new_gdb | Dinghao Liu |
2020-02-21 | ext4: fix potential race between s_flex_groups online resizing and access | Suraj Jitindar Singh |
2020-02-21 | ext4: fix potential race between online resizing and write operations | Theodore Ts'o |
2020-01-17 | ext4: drop ext4_kvmalloc() | Theodore Ts'o |
2019-11-05 | ext4: Reserve revoke credits for freed blocks | Jan Kara |
2019-11-05 | ext4: Provide function to handle transaction restarts | Jan Kara |
2019-05-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2019-04-25 | ext4: avoid drop reference to iloc.bh twice | Pan Bian |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig |
2019-03-15 | ext4: report real fs size after failed resize | Lukas Czerner |
2019-03-15 | ext4: add missing brelse() in add_new_gdb_meta_bg() | Lukas Czerner |
2019-02-11 | ext4: fix crash during online resizing | Jan Kara |
2018-12-19 | ext4: avoid declaring fs inconsistent due to invalid file handles | Theodore Ts'o |
2018-12-04 | ext4: fix EXT4_IOC_GROUP_ADD ioctl | ruippan (潘睿) |
2018-11-25 | ext4: add ext4_sb_bread() to disambiguate ENOMEM cases | Theodore Ts'o |
2018-11-06 | ext4: avoid possible double brelse() in add_new_gdb() on error path | Theodore Ts'o |
2018-11-06 | ext4: fix possible inode leak in the retry loop of ext4_resize_fs() | Vasily Averin |
2018-11-06 | ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing | Vasily Averin |
2018-11-03 | ext4: add missing brelse() update_backups()'s error path | Vasily Averin |
2018-11-03 | ext4: add missing brelse() add_new_gdb_meta_bg()'s error path | Vasily Averin |
2018-11-03 | ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path | Vasily Averin |
2018-11-03 | ext4: avoid potential extra brelse in setup_new_flex_group_blocks() | Vasily Averin |
2018-09-03 | ext4: fix online resizing for bigalloc file systems with a 1k block size | Theodore Ts'o |
2018-09-03 | ext4: fix online resize's handling of a too-small final block group | Theodore Ts'o |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-25 | ext4: fix fencepost error in check for inode count overflow during resize | Jan Kara |
2018-01-11 | ext4: use 'sbi' instead of 'EXT4_SB(sb)' | Jun Piao |
2017-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-29 | ext4: add support for online resizing with bigalloc | harshads |
2017-08-06 | ext4: fix overflow caused by missing cast in ext4_resize_fs() | Jerry Lee |
2017-02-05 | ext4: rename s_resize_flags to s_ext4_flags | Theodore Ts'o |
2016-04-27 | ext4: remove trailing \n from ext4_warning/ext4_error calls | Jakub Wilk |
2016-02-12 | ext4: fix potential integer overflow | Insu Yun |
2015-10-18 | [PATCH] fix calculation of meta_bg descriptor backups | Andy Leiserson |
2015-10-17 | ext4: clean up feature test macros with predicate functions | Darrick J. Wong |
2015-05-02 | ext4: fix growing of tiny filesystems | Jan Kara |
2014-12-26 | ext4: prevent online resize with backup superblock | Theodore Ts'o |
2014-11-20 | ext4: kill ext4_kvfree() | Al Viro |
2014-10-30 | ext4: fix overflow when updating superblock backups after resize | Jan Kara |
2014-10-20 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2014-10-13 | ext4: Replace open coded mdata csum feature to helper function | Dmitry Monakhov |
2014-09-03 | ext4: avoid trying to kfree an ERR_PTR pointer | Theodore Ts'o |
2014-06-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2014-05-12 | ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access | liang xie |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra |
2014-02-15 | 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 |