index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-08-27
ext4: reject casefold inode flag without casefold feature
Eric Biggers
1
-1
/
+4
2023-08-27
ext4: do not mark inode dirty every time when appending using delalloc
Liu Song
1
-26
/
+62
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-2
/
+2
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
1
-1
/
+1
2023-07-29
ext4: drop read-only check in ext4_write_inode()
Jan Kara
1
-2
/
+1
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
1
-5
/
+3
2023-07-29
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
1
-12
/
+12
2023-07-24
ext4: convert to ctime accessor functions
Jeff Layton
1
-9
/
+7
2023-06-29
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-70
/
+44
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-06-26
ext4: make ext4_es_insert_extent() return void
Baokun Li
1
-15
/
+6
2023-06-26
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
1
-12
/
+5
2023-06-26
ext4: make ext4_es_remove_extent() return void
Baokun Li
1
-6
/
+2
2023-06-26
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
1
-10
/
+0
2023-06-19
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-06-15
ext4: Make ext4_write_inline_data_end() use folio
Ritesh Harjani
1
-9
/
+14
2023-06-15
ext4: Make mpage_journal_page_buffers use folio
Ritesh Harjani
1
-15
/
+13
2023-06-15
ext4: Change remaining tracepoints to use folio
Ritesh Harjani
1
-3
/
+4
2023-05-30
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
1
-0
/
+3
2023-05-28
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
1
-5
/
+26
2023-05-13
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-13
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
1
-8
/
+10
2023-05-01
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2023-04-28
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
1
-0
/
+3
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+7
2023-04-14
Revert "ext4: Fix warnings when freezing filesystem with journaled data"
Jan Kara
1
-14
/
+1
2023-04-14
ext4: Update comment in mpage_prepare_extent_to_map()
Jan Kara
1
-5
/
+4
2023-04-14
ext4: Simplify handling of journalled data in ext4_bmap()
Jan Kara
1
-39
/
+5
2023-04-14
ext4: Drop special handling of journalled data from ext4_evict_inode()
Jan Kara
1
-27
/
+0
2023-04-14
ext4: Commit transaction before writing back pages in data=journal mode
Jan Kara
1
-2
/
+24
2023-04-14
ext4: Clear dirty bit from pages without data to write
Jan Kara
1
-20
/
+5
2023-04-14
ext4: Keep pages with journalled data dirty
Jan Kara
1
-1
/
+0
2023-04-14
ext4: Mark pages with journalled data dirty
Jan Kara
1
-4
/
+16
2023-04-06
ext4: Use a folio in ext4_page_mkwrite()
Matthew Wilcox
1
-22
/
+20
2023-04-06
ext4: Convert ext4_block_write_begin() to take a folio
Matthew Wilcox
1
-21
/
+21
2023-04-06
ext4: Convert ext4_mpage_readpages() to work on folios
Matthew Wilcox
1
-4
/
+3
2023-04-06
ext4: Use a folio in ext4_da_write_begin()
Matthew Wilcox
1
-10
/
+11
2023-04-06
ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout
Matthew Wilcox
1
-4
/
+4
2023-04-06
ext4: Convert __ext4_block_zero_page_range() to use a folio
Matthew Wilcox
1
-12
/
+15
2023-04-06
ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
Matthew Wilcox
1
-6
/
+7
2023-04-06
ext4: Use a folio in ext4_journalled_write_end()
Matthew Wilcox
1
-5
/
+7
2023-04-06
ext4: Convert ext4_write_end() to use a folio
Matthew Wilcox
1
-6
/
+7
2023-04-06
ext4: Convert ext4_write_begin() to use a folio
Matthew Wilcox
1
-26
/
+27
2023-04-06
ext4: Convert ext4_readpage_inline() to take a folio
Matthew Wilcox
1
-1
/
+1
2023-04-06
ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
Matthew Wilcox
1
-3
/
+3
2023-04-06
ext4: Convert mpage_page_done() to mpage_folio_done()
Matthew Wilcox
1
-6
/
+6
2023-04-06
ext4: Convert mpage_submit_page() to mpage_submit_folio()
Matthew Wilcox
1
-16
/
+15
[prev]
[next]