index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Lines
2025-11-28
ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
Baokun Li
-18
/
+15
2025-11-28
ext4: support large block size in ext4_readdir()
Baokun Li
-4
/
+4
2025-11-28
ext4: support large block size in ext4_calculate_overhead()
Baokun Li
-3
/
+3
2025-11-28
ext4: introduce s_min_folio_order for future BS > PS support
Baokun Li
-6
/
+10
2025-11-28
ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
Baokun Li
-2
/
+1
2025-11-28
ext4: make ext4_punch_hole() support large block size
Baokun Li
-3
/
+3
2025-11-28
ext4: remove PAGE_SIZE checks for rec_len conversion
Baokun Li
-12
/
+0
2025-11-28
ext4: remove page offset calculation in ext4_block_truncate_page()
Baokun Li
-3
/
+2
2025-11-28
ext4: remove page offset calculation in ext4_block_zero_page_range()
Zhihao Cheng
-2
/
+1
2025-11-26
ext4: align max orphan file size with e2fsprogs limit
Baokun Li
-1
/
+3
2025-11-26
fs/ext4: fix typo in comment
Haodong Tian
-1
/
+1
2025-11-26
ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUT
Yang Erkun
-4
/
+4
2025-11-26
ext4: cleanup for ext4_map_blocks
Yang Erkun
-7
/
+9
2025-11-26
ext4: rename EXT4_GET_BLOCKS_PRE_IO
Yang Erkun
-15
/
+24
2025-11-26
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
-17
/
+32
2025-11-26
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
-0
/
+2
2025-11-26
ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
Alexey Nepomnyashih
-1
/
+6
2025-11-26
ext4: clear i_state_flags when alloc inode
Haibo Chen
-2
/
+1
2025-11-26
ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()
Fedor Pchelkin
-0
/
+4
2025-11-26
ext4: fix string copying in parse_apply_sb_mount_options()
Fedor Pchelkin
-2
/
+3
2025-11-26
jbd2: store more accurate errno in superblock when possible
Wengang Wang
-2
/
+2
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
-2
/
+1
2025-11-13
ext4: xattr: fix null pointer deref in ext4_raw_inode()
Karina Yankevich
-1
/
+5
2025-11-13
ext4: refresh inline data size before write operations
Deepanshu Kartikey
-1
/
+6
2025-11-06
ext4: add two trace points for moving extents
Zhang Yi
-2
/
+12
2025-11-06
ext4: add large folios support for moving extents
Zhang Yi
-17
/
+10
2025-11-06
ext4: switch to using the new extent movement method
Zhang Yi
-344
/
+51
2025-11-06
ext4: introduce mext_move_extent()
Zhang Yi
-0
/
+224
2025-11-06
ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
Zhang Yi
-2
/
+2
2025-11-06
ext4: refactor mext_check_arguments()
Zhang Yi
-54
/
+43
2025-11-06
ext4: add mext_check_validity() to do basic check
Zhang Yi
-47
/
+65
2025-11-06
ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
Zhang Yi
-6
/
+3
2025-11-06
ext4: pass out extent seq counter when mapping blocks
Zhang Yi
-8
/
+17
2025-11-06
ext4: make ext4_es_lookup_extent() pass out the extent seq counter
Zhang Yi
-8
/
+10
2025-11-06
ext4: introduce seq counter for the extent status entry
Zhang Yi
-4
/
+24
2025-11-06
ext4: correct the checking of quota files before moving extents
Zhang Yi
-1
/
+1
2025-11-06
fs: ext4: fix uninitialized symbols
Ranganath V N
-6
/
+6
2025-11-06
ext4: make error code in __ext4fs_dirhash() consistent.
Julian Sun
-1
/
+1
2025-11-05
ext4: use super write guard in write_mmp_block()
Christian Brauner
-6
/
+2
2025-10-31
ext4: Use folio_next_pos()
Matthew Wilcox (Oracle)
-5
/
+5
2025-10-29
fs: Make wbc_to_tag() inline and use it in fs.
Julian Sun
-4
/
+1
2025-10-20
Manual conversion to use ->i_state accessors of all places not covered by coc...
Mateusz Guzik
-7
/
+7
2025-10-15
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+19
2025-10-10
ext4: free orphan info with kvfree
Jan Kara
-2
/
+2
2025-10-10
ext4: detect invalid INLINE_DATA + EXTENTS flag combination
Deepanshu Kartikey
-0
/
+8
2025-10-10
ext4: wait for ongoing I/O to complete before freeing blocks
Zhang Yi
-2
/
+9
2025-10-03
Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-117
/
+413
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+20
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
[prev]
[next]