summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-14ext4: return error code when ext4_fill_flex_info() failsYang Yingliang1-0/+1
2021-07-14ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi1-1/+8
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-04-07ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney1-0/+5
2021-01-06ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2020-11-18ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-11-05ext4: fix leaking sysfs kobject after failed mountEric Biggers1-0/+1
2020-11-05ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-09-03fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian1-7/+0
2020-09-03ext4: correctly restore system zone info when remount failsJan Kara1-8/+21
2020-09-03ext4: handle error of ext4_setup_system_zone() on remountJan Kara1-1/+4
2020-09-03ext4: handle option set by mount flags correctlyLukas Czerner1-5/+16
2020-09-03ext4: handle read only external journal deviceLukas Czerner1-18/+33
2020-09-03ext4: don't BUG on inconsistent journal featureJan Kara1-21/+47
2020-06-24ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-12/+10
2020-06-24ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani1-1/+2
2020-04-23ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-23ext4: use non-movable memory for superblock readaheadRoman Gushchin1-1/+1
2020-04-21ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-21ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-03-05ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-3/+3
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-28ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-22/+50
2020-02-28ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-10/+23
2020-02-19ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs...Chengguang Xu1-6/+17
2020-02-19ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-19ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2019-12-31ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o1-74/+69
2019-12-17ext4: fix leak of quota reservationsJan Kara1-1/+1
2019-12-04ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o1-9/+12
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-2/+15
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-1/+17
2019-08-30ext4: Initialize timestamps limitsDeepa Dinamani1-2/+15
2019-08-28ext4: fix integer overflow when calculating commit intervalzhangyi (F)1-0/+7
2019-08-12ext4: add fs-verity read supportEric Biggers1-1/+8
2019-08-12ext4: add basic fs-verity supportEric Biggers1-0/+9
2019-08-12ext4: wire up new fscrypt ioctlsEric Biggers1-0/+3
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara1-1/+1
2019-05-12ext4: fix miscellaneous sparse warningsTheodore Ts'o1-1/+1
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+1
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-25/+126
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+7
2019-05-01ext4: make use of ->free_inode()Al Viro1-3/+2
2019-04-30ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-0/+6