index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
ext4: remove the redundant folio_wait_stable()
Zhang Yi
1
-3
/
+0
2024-05-02
ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
1
-4
/
+0
2024-05-02
ext4: Remove PAGE_MASK dependency on mpage_submit_folio
Ritesh Harjani (IBM)
1
-1
/
+1
2024-05-02
ext4: Fixes len calculation in mpage_journal_page_buffers
Ritesh Harjani (IBM)
1
-1
/
+1
2024-02-22
ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()
Cheng Nie
1
-5
/
+5
2024-02-02
ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
Zhang Yi
1
-29
/
+3
2024-02-02
ext4: make ext4_map_blocks() distinguish delalloc only extent
Zhang Yi
1
-0
/
+2
2024-02-02
ext4: add a hole extent entry in cache after punch
Zhang Yi
1
-2
/
+4
2024-02-02
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
1
-14
/
+11
2024-02-02
ext4: refactor ext4_da_map_blocks()
Zhang Yi
1
-22
/
+17
2024-01-18
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
1
-3
/
+3
2024-01-11
Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+16
2024-01-10
ext4: convert ext4_da_do_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+10
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2024-01-05
ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()
Ojaswin Mujoo
1
-0
/
+6
2023-12-11
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+5
2023-11-02
Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+13
2023-10-26
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-10-26
ext4: convert to folio_create_empty_buffers
Matthew Wilcox (Oracle)
1
-9
/
+5
2023-10-18
ext4: convert to new timestamp accessors
Jeff Layton
1
-9
/
+10
2023-10-06
ext4: mark buffer new if it is unwritten to avoid stale data exposure
Ojaswin Mujoo
1
-1
/
+13
2023-09-01
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-44
/
+80
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-08-30
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-30
ext4: drop read-only check in ext4_write_inode()
Jan Kara
1
-2
/
+1
2023-07-30
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
1
-5
/
+3
2023-07-30
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-27
ext4: make ext4_es_insert_extent() return void
Baokun Li
1
-15
/
+6
2023-06-27
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
1
-12
/
+5
2023-06-27
ext4: make ext4_es_remove_extent() return void
Baokun Li
1
-6
/
+2
2023-06-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
1
-10
/
+0
2023-06-20
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-14
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-14
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
[next]