summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song1-26/+62
2023-08-27ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o2-19/+22
2023-08-27ext4: add periodic superblock update checkVitaliy Kuznetsov1-1/+61
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster1-15/+10
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian3-8/+17
2023-08-27ext4: remove unused function declarationCai Xinchen1-6/+0
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui1-1/+1
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei1-1/+1
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei1-1/+1
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-08-27ext4: ext4_get_{dev}_journal return proper error valueZhang Yi1-22/+31
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-6/+5
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2023-08-23ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi1-60/+49
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi1-2/+2
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-8/+4
2023-08-18fs: convert block_commit_write to return voidBean Huo1-5/+2
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar1-2/+2
2023-08-11ext4: use fs_holder_ops for the log deviceChristoph Hellwig1-10/+1