summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2023-08-11ext4: drop s_umount over opening the log deviceChristoph Hellwig1-0/+3
2023-08-11ext4: switch to multigrain timestampsJeff Layton1-1/+1
2023-08-10ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robustChristoph Hellwig1-2/+2
2023-08-10ext4: close the external journal device in ->kill_sbChristoph Hellwig1-25/+25
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig1-1/+0
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig1-2/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-07-24ext4: convert to ctime accessor functionsJeff Layton11-86/+89
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo1-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo1-5/+9
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+16
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-534/+827
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+5
2023-06-27ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o1-2/+10
2023-06-27ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-06-27ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li1-19/+7
2023-06-27ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
2023-06-27ext4: add journal cycled recording supportZhang Yi1-0/+5
2023-06-27ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng1-1/+1
2023-06-27ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-06-27ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-27ext4: clean up mballoc criteria commentsTheodore Ts'o2-30/+34
2023-06-27ext4: make ext4_zeroout_es() return voidBaokun Li1-7/+5
2023-06-27ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2023-06-27ext4: make ext4_es_insert_delayed_block() return voidBaokun Li3-20/+11
2023-06-27ext4: make ext4_es_remove_extent() return voidBaokun Li5-52/+18
2023-06-27ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-06-27ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-06-27ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-06-27ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-06-27ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-06-27ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-06-27ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-06-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-06-27ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo4-137/+201
2023-06-27ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo4-10/+148
2023-06-27ext4: Abstract out logic to search average fragment listOjaswin Mujoo1-18/+33