summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
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-05ext4: 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-19Merge 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-13ext4: add fs-verity read supportEric Biggers1-1/+8
2019-08-13ext4: add basic fs-verity supportEric Biggers1-0/+9
2019-08-13ext4: 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-18ext4: 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-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+1
2019-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-25/+126
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+7
2019-05-02ext4: make use of ->free_inode()Al Viro1-3/+2
2019-05-01ext4: 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
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi1-0/+85
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+3
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-25/+7
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+13
2019-03-15ext4: avoid panic during forced rebootJan Kara1-3/+13
2019-03-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0
2019-02-15ext4: don't update s_rev_level if not requiredAndreas Dilger1-1/+0
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra1-3/+3
2018-12-31ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o1-1/+1
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-14/+5
2018-12-04ext4: hard fail dax mount on unsupported devicesEric Sandeen1-3/+3
2018-12-04ext4: remove redundant condition checkChengguang Xu1-16/+13
2018-12-04ext4: clean up indentation issues, remove extraneous tabsColin Ian King1-1/+1