summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-2/+2
|\
| * ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * ext4: fast commit may miss file actionsXin Yin2022-02-031-1/+0
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-0/+1
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-5/+5
|\ \
| * | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-5/+5
* | | mm: remove cleancacheChristoph Hellwig2022-01-221-3/+0
|/ /
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-20/+19
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-4/+7
|\ \ \ | |_|/ |/| |
| * | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-1/+1
| * | ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig2021-12-041-4/+3
| * | dax: remove dax_capableChristoph Hellwig2021-12-041-3/+6
* | | ext4: fix a copy and paste typoDan Carpenter2022-01-101-1/+1
* | | ext4: implement support for get/set fs labelLukas Czerner2022-01-101-2/+2
* | | ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedLukas Czerner2022-01-101-1/+2
* | | ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesLukas Czerner2022-01-101-3/+5
* | | ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-101-1/+12
* | | ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-101-4/+6
* | | ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-101-1/+1
* | | ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-101-0/+2
* | | ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-241-1/+0
* | | ext4: fix i_version handling on remountLukas Czerner2021-12-231-25/+18
* | | ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner2021-12-231-11/+2
* | | ext4: don't fail remount if journalling mode didn't changeLukas Czerner2021-12-231-5/+9
* | | ext4: Remove unused match_table_t tokensLukas Czerner2021-12-091-243/+131
* | | ext4: switch to the new mount apiLukas Czerner2021-12-091-109/+86
* | | ext4: change token2str() to use ext4_param_specsLukas Czerner2021-12-091-4/+4
* | | ext4: clean up return values in handle_mount_opt()Lukas Czerner2021-12-091-11/+17
* | | ext4: Completely separate options parsing and sb setupLukas Czerner2021-12-091-135/+264
* | | ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner2021-12-091-173/+368
* | | ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner2021-12-091-16/+25
* | | ext4: move quota configuration out of handle_mount_opt()Lukas Czerner2021-12-091-93/+165
* | | ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner2021-12-091-66/+78
* | | ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner2021-12-091-107/+143
* | | ext4: move option validation to a separate functionLukas Czerner2021-12-091-2/+9
* | | ext4: Add fs parameter specifications for mount optionsLukas Czerner2021-12-091-0/+151
|/ /
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-111-7/+8
|\ \
| * | ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1
| * | ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim2021-11-041-1/+3
| * | ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-041-5/+4
| |/
* | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-071-0/+8
|\ \
| * | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-11-011-1/+0
|\ \
| * | fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-211-1/+0
* | | ext4: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-1/+1
| |/ |/|
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-031-6/+15
|\ \ | |/ |/|
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5