summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-9/+4
|\
| * fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers2023-09-251-0/+1
| * fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers2023-09-251-8/+1
| * fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-0/+1
| * fscrypt: make it clearer that key_prefix is deprecatedEric Biggers2023-09-241-1/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-309-35/+56
|\ \
| * | ext4: convert to new timestamp accessorsJeff Layton2023-10-189-35/+56
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \
| * | ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
* | | ext4: Convert to bdev_open_by_dev()Jan Kara2023-10-283-30/+33
| |/ |/|
* | Revert "ext4: switch to multigrain timestamps"Christian Brauner2023-09-201-1/+1
|/
* Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-172-32/+48
|\
| * ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| * ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| * ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
* | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-3120-376/+462
|\|
| * ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li2023-08-271-14/+30
| * ext4: remove redundant checks of s_encodingEric Biggers2023-08-272-4/+4
| * ext4: reject casefold inode flag without casefold featureEric Biggers2023-08-271-1/+4
| * ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie2023-08-271-13/+5
| * ext4: do not mark inode dirty every time when appending using delallocLiu Song2023-08-271-26/+62
| * ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o2023-08-272-19/+22
| * ext4: add periodic superblock update checkVitaliy Kuznetsov2023-08-271-1/+61
| * ext4: drop dio overwrite only flag and associated warningBrian Foster2023-08-271-15/+10
| * ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian2023-08-273-8/+17
| * ext4: remove unused function declarationCai Xinchen2023-08-271-6/+0
| * ext4: mballoc: avoid garbage value from errSu Hui2023-08-271-1/+1
| * ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei2023-08-271-1/+1
| * ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei2023-08-271-1/+1
| * ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng2023-08-271-0/+3
| * ext4: ext4_get_{dev}_journal return proper error valueZhang Yi2023-08-271-22/+31
| * ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi2023-08-231-60/+49
| * jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi2023-08-231-2/+2
| * ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani2023-08-051-1/+12
| * ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques2023-08-051-0/+4
| * ext4: correct some stale comment of criteriaKemeng Shi2023-08-031-4/+4
| * ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi2023-08-031-10/+8
| * ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi2023-08-031-8/+6
| * ext4: remove unused ext4_{set}/{clear}_bit_atomicKemeng Shi2023-08-031-2/+0
| * ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi2023-08-031-4/+2
| * ext4: remove unnecessary return for void functionKemeng Shi2023-08-031-9/+1
| * ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi2023-08-031-4/+1
| * ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi2023-08-031-14/+7
| * ext4: avoid potential data overflow in next_linear_groupKemeng Shi2023-08-031-2/+3
| * ext4: correct grp validation in ext4_mb_good_groupKemeng Shi2023-08-031-1/+1
| * ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo2023-08-032-7/+13
| * ext4: replace read-only check for shutdown check in mmp codeJan Kara2023-07-291-1/+1
| * ext4: drop read-only check from ext4_force_commit()Jan Kara2023-07-291-7/+1
| * ext4: drop read-only check in ext4_write_inode()Jan Kara2023-07-291-2/+1
| * ext4: drop read-only check in ext4_init_inode_table()Jan Kara2023-07-291-6/+0