summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-03ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner
2022-02-03ext4: fast commit may miss file actionsXin Yin
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-10ext4: fix a copy and paste typoDan Carpenter
2022-01-10ext4: implement support for get/set fs labelLukas Czerner
2022-01-10ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedLukas Czerner
2022-01-10ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesLukas Czerner
2022-01-10ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara
2022-01-10ext4: make sure quota gets properly shutdown on errorJan Kara
2022-01-10ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2021-12-23ext4: fix i_version handling on remountLukas Czerner
2021-12-23ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner
2021-12-23ext4: don't fail remount if journalling mode didn't changeLukas Czerner
2021-12-09ext4: Remove unused match_table_t tokensLukas Czerner
2021-12-09ext4: switch to the new mount apiLukas Czerner
2021-12-09ext4: change token2str() to use ext4_param_specsLukas Czerner
2021-12-09ext4: clean up return values in handle_mount_opt()Lukas Czerner
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