| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-20 | ext4: remove sbi argument from ext4_chksum() | Eric Biggers | 1 | -4/+4 |
| 2025-03-17 | ext4: remove redundant function ext4_has_metadata_csum | Eric Biggers | 1 | -4/+4 |
| 2024-09-03 | ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap... | Kemeng Shi | 1 | -2/+6 |
| 2023-04-19 | ext4: remove useless conditional branch code | wuchi | 1 | -4/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_block_bitmap_csum_set | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_block_bitmap_csum_verify | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_inode_bitmap_csum_set | Kemeng Shi | 1 | -1/+1 |
| 2023-03-23 | ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify | Kemeng Shi | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2015-04-02 | ext4: remove unused header files | Sheng Yong | 1 | -1/+0 |
| 2014-10-13 | ext4: Replace open coded mdata csum feature to helper function | Dmitry Monakhov | 1 | -8/+4 |
| 2012-10-22 | ext4: Checksum the block bitmap properly with bigalloc enabled | Tao Ma | 1 | -2/+4 |
| 2012-08-17 | ext4: don't call ext4_error while block group is locked | Theodore Ts'o | 1 | -1/+0 |
| 2012-07-30 | ext4: use memweight() | Akinobu Mita | 1 | -8/+1 |
| 2012-07-09 | ext4: fix overhead calculation used by ext4_statfs() | Theodore Ts'o | 1 | -4/+0 |
| 2012-06-30 | ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr | Theodore Ts'o | 1 | -5/+3 |
| 2012-04-29 | ext4: calculate and verify block bitmap checksum | Darrick J. Wong | 1 | -0/+44 |
| 2012-04-29 | ext4: calculate and verify checksums for inode bitmaps | Darrick J. Wong | 1 | -0/+39 |
| 2008-11-05 | ext4: Change unsigned long to unsigned int | Theodore Ts'o | 1 | -3/+2 |
| 2008-09-08 | ext4: Fix whitespace checkpatch warnings/errors | Theodore Ts'o | 1 | -3/+3 |
| 2008-04-29 | ext4: move headers out of include/linux | Christoph Hellwig | 1 | -1/+1 |
| 2007-10-17 | fs: mark nibblemap const | Philippe De Muyter | 1 | -1/+1 |
| 2006-10-11 | [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd | Mingming Cao | 1 | -1/+1 |
| 2006-10-11 | [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols | Mingming Cao | 1 | -5/+5 |
| 2006-10-11 | [PATCH] ext4: initial copy of files from ext3 | Dave Kleikamp | 1 | -0/+32 |