summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2023-10-06ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi1-66/+20
2023-10-06ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi1-15/+49
2023-10-06ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi1-32/+1
2023-10-06ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi1-70/+77
2023-10-06ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi4-9/+9
2023-10-06ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-10-06ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-10-06ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-10-06ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi1-2/+1
2023-10-06ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi2-4/+1
2023-10-06ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi1-15/+9
2023-10-06ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi1-5/+5
2023-10-06ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi1-2/+0
2023-10-06ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi1-2/+3
2023-10-06ext4: remove commented code in reserve_backup_gdbKemeng Shi1-3/+0
2023-10-06ext4: remove redundant check of countKemeng Shi1-10/+8
2023-10-06ext4: fix typo in setup_new_flex_group_blocksKemeng Shi1-1/+1
2023-10-06ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-10-06ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-10-06ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-10-06ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-10-06ext4: no need to generate from free list in mballocWang Jianjian1-33/+6
2023-10-06ext4: fix incorrect offsetWang Jianjian1-2/+1
2023-10-06ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-10-06ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-10-06ext4: make running and commit transaction have their own freed_data_listJinke Han2-14/+6
2023-10-06ext4: fix traditional comparison using max/min methodLu Hongfei1-4/+2
2023-10-06ext4: fix race between writepages and remountBaokun Li2-1/+16
2023-10-06ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o1-1/+2
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)1-2/+8
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+2
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng2-11/+14
2023-09-26fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-0/+1
2023-09-26fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers1-8/+1
2023-09-25fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-0/+1
2023-09-25fscrypt: make it clearer that key_prefix is deprecatedEric Biggers1-1/+1
2023-09-20Revert "ext4: switch to multigrain timestamps"Christian Brauner1-1/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+48
2023-09-14ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-14ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-09-14ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-376/+462
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-23/+13
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-40/+32
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds11-88/+91
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers2-4/+4
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie1-13/+5