summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19ext4: drop fast_commit from /proc/mountsTheodore Ts'o1-4/+0
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o1-11/+0
2020-11-06ext4: cleanup fast commit mount optionsHarshad Shirwadkar1-8/+4
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-7/+7
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar1-1/+2
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-0/+8
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-1/+1
2020-11-06ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar1-4/+0
2020-11-06ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+8
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-6/+6
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar1-2/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-45/+307
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-0/+21
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+31
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+1
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar1-5/+22
2020-10-18ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira1-2/+85
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-0/+4
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)1-9/+29
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)1-1/+11
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-11/+11
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)1-0/+62
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)1-0/+1
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu1-11/+2
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu1-3/+3
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu1-7/+7
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis1-0/+11
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers1-0/+1
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-1/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-8/+8
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-79/+189
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+2
2020-08-07fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian1-7/+0
2020-08-07ext4: correctly restore system zone info when remount failsJan Kara1-8/+21
2020-08-07ext4: handle error of ext4_setup_system_zone() on remountJan Kara1-1/+4
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov1-3/+9
2020-08-07ext4: handle option set by mount flags correctlyLukas Czerner1-5/+16
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o1-16/+41
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-2/+2
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)1-0/+17
2020-08-06ext4: handle read only external journal deviceLukas Czerner1-18/+33
2020-08-06ext4: don't BUG on inconsistent journal featureJan Kara1-21/+47
2020-07-08ext4: add inline encryption supportEric Biggers1-0/+12
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-35/+89
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)1-11/+5