aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-9.0.0_r0.50' of https://android.googlesource.com/kernel/ms...Josh Chasky2019-01-241-1/+7
|\
| * ext4: add more inode number paranoia checksTheodore Ts'o2018-11-011-0/+5
| * ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-11-011-1/+10
* | Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2019-01-171-1/+1
|\ \
| * | ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* | | Merge tag 'v4.9.149' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-01-091-1/+12
|\| |
| * | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
| * | ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-091-1/+1
* | | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2019-01-051-7/+1
* | | Merge branch 'linux-4.9.y' of https://git.kernel.org/pub/scm/linux/kernel/git...Josh Chasky2018-11-211-8/+9
|\| |
| * | ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
| * | ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* | | Merge 4.9.130 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+4
|\| |
| * | ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
| * | ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* | | Merge 4.9.120 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-7/+1
|\| |
| * | ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-151-7/+1
* | | Merge 4.9.119 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+2
|\| |
| * | ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* | | Merge 4.9.112 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-12/+74
|\| | | |/ |/|
| * ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
| * ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
| * ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-0/+5
| * ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-1/+10
| * ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* | Merge LA.UM.7.3.9.08.00.00.385.328 via branch qcom-msm-4.9 into android-msm-b...Cyan_Hsieh2018-06-011-0/+6
|\ \
| * | Merge 4.9.96 into android-4.9Greg Kroah-Hartman2018-04-241-0/+6
| |\|
| | * ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
| * | f2fs/fscrypt: updates to v4.17-rc1Jaegeuk Kim2018-04-121-3/+1
* | | Merge LA.UM.7.3.9.08.00.00.385.245 via branch qcom-msm-4.9 into android-msm-b...Daniel Mentz2018-04-191-0/+1
|\| |
| * | Merge 4.9.83 into android-4.9Greg Kroah-Hartman2018-02-221-0/+1
| |\|
| | * ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
| * | fscrypt: updates on 4.15-rc4Jaegeuk Kim2018-01-151-8/+9
| * | Merge 4.9.61 into android-4.9Greg Kroah-Hartman2017-11-081-2/+2
| |\|
| * | f2fs: catch up to v4.14-rc1Hyojun Kim2017-10-131-30/+38
* | | f2fs/fscrypt: updates to v4.17-rc1Jaegeuk Kim2018-04-121-3/+1
* | | ext4: handle errors on ext4_commit_superJaegeuk Kim2018-04-031-8/+12
* | | ANDROID: vfs/ext4,f2fs: finish umount(2) in time with filesystem workJaegeuk Kim2018-02-241-0/+21
* | | fscrypt: updates on 4.15-rc4Jaegeuk Kim2018-01-231-8/+9
* | | Merge branch 'qcom-msm-4.9' into android-msm-bluecross-4.9Thierry Strudel2017-12-081-2/+2
|\ \ \ | | |/ | |/|
| * | ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
| |/
* / f2fs: catch up to v4.14-rc1Hyojun Kim2017-11-271-30/+38
|/
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-061-0/+5
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-061-3/+8