summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2021-12-09ext4: Completely separate options parsing and sb setupLukas Czerner
2021-12-09ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner
2021-12-09ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner
2021-12-09ext4: move quota configuration out of handle_mount_opt()Lukas Czerner
2021-12-09ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner
2021-12-09ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner
2021-12-09ext4: move option validation to a separate functionLukas Czerner
2021-12-09ext4: Add fs parameter specifications for mount optionsLukas Czerner
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-11-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-04ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi
2021-11-04ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim
2021-11-04ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-10-27ext4: Send notifications on errorGabriel Krisman Bertazi
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig
2021-10-11ext4: simplify ext4_sb_read_encodingChristoph Hellwig
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani
2021-10-01ext4: fix reserved space counter leakageJeffle Xu
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-30ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin
2021-06-29ext4: notify sysfs on errors_count value changeJonathan Davies
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-06-17ext4: return error code when ext4_fill_flex_info() failsYang Yingliang
2021-06-17ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi
2021-06-17ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein
2021-04-09ext4: fix trailing whitespaceJack Qiu