Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-19ext4: add reserved GDT blocks checkZhang Yi
2022-03-03ext4: use time_is_before_jiffies() instead of open coding itWang Qing
2022-02-26ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani
2022-01-10ext4: implement support for get/set fs labelLukas Czerner
2021-08-31ext4: Support for checksumming from journal triggersJan Kara
2021-07-01Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu
2020-02-22ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-01-18ext4: drop ext4_kvmalloc()Theodore Ts'o
2019-11-06ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-06ext4: Provide function to handle transaction restartsJan Kara
2019-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-15ext4: report real fs size after failed resizeLukas Czerner
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-02-11ext4: fix crash during online resizingJan Kara
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2018-11-26ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-11-07ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-07ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-07ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-04ext4: add missing brelse() update_backups()'s error pathVasily Averin
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin
2018-09-04ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o
2018-09-04ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeJan Kara
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-29ext4: add support for online resizing with bigallocharshads
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-02-12ext4: fix potential integer overflowInsu Yun
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-05-03ext4: fix growing of tiny filesystemsJan Kara
2014-12-27ext4: prevent online resize with backup superblockTheodore Ts'o