index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-20
1
-159
/
+133
|
\
|
*
ext4: remove the special buffer dirty handling in do_journal_get_write_access
Shida Zhang
2024-09-03
1
-17
/
+1
|
*
ext4: fix a potential assertion failure due to improperly dirtied buffer
Shida Zhang
2024-09-03
1
-8
/
+34
|
*
ext4: hoist ext4_block_write_begin and replace the __block_write_begin
Shida Zhang
2024-09-03
1
-19
/
+5
|
*
ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers
Shida Zhang
2024-09-03
1
-1
/
+1
|
*
ext4: drop ext4_es_is_delonly()
Zhang Yi
2024-09-02
1
-2
/
+2
|
*
ext4: use ext4_map_query_blocks() in ext4_map_blocks()
Zhang Yi
2024-09-02
1
-21
/
+1
|
*
ext4: passing block allocation information to ext4_es_insert_extent()
Zhang Yi
2024-09-02
1
-4
/
+4
|
*
ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
Zhang Yi
2024-09-02
1
-11
/
+0
|
*
ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
Zhang Yi
2024-09-02
1
-7
/
+8
|
*
ext4: factor out ext4_map_create_blocks() to allocate new blocks
Zhang Yi
2024-09-02
1
-76
/
+81
|
*
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
2024-08-26
1
-4
/
+7
*
|
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-4
/
+4
*
|
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-7
/
+7
*
|
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-7
/
+4
*
|
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
|
/
*
ext4: sanity check for NULL pointer after ext4_force_shutdown
Wojciech Gładysz
2024-07-08
1
-0
/
+5
*
ext4: make ext4_da_map_blocks() buffer_head unaware
Zhang Yi
2024-06-27
1
-32
/
+31
*
ext4: make ext4_insert_delayed_block() insert multi-blocks
Zhang Yi
2024-06-27
1
-15
/
+36
*
ext4: factor out a helper to check the cluster allocation state
Zhang Yi
2024-06-27
1
-17
/
+38
*
ext4: make ext4_da_reserve_space() reserve multi-clusters
Zhang Yi
2024-06-27
1
-9
/
+9
*
ext4: make ext4_es_insert_delayed_block() insert multi-blocks
Zhang Yi
2024-06-27
1
-1
/
+1
*
ext4: drop iblock parameter
Zhang Yi
2024-06-27
1
-8
/
+7
*
ext4: trim delalloc extent
Zhang Yi
2024-06-27
1
-4
/
+10
*
ext4: check the extent status again before inserting delalloc block
Zhang Yi
2024-06-27
1
-0
/
+21
*
ext4: factor out a common helper to query extent map
Zhang Yi
2024-06-27
1
-25
/
+32
*
ext4: remove the redundant folio_wait_stable()
Zhang Yi
2024-05-07
1
-3
/
+0
*
ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2024-05-02
1
-4
/
+0
*
ext4: Remove PAGE_MASK dependency on mpage_submit_folio
Ritesh Harjani (IBM)
2024-05-02
1
-1
/
+1
*
ext4: Fixes len calculation in mpage_journal_page_buffers
Ritesh Harjani (IBM)
2024-05-02
1
-1
/
+1
*
ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()
Cheng Nie
2024-02-21
1
-5
/
+5
*
ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
Zhang Yi
2024-02-01
1
-29
/
+3
*
ext4: make ext4_map_blocks() distinguish delalloc only extent
Zhang Yi
2024-02-01
1
-0
/
+2
*
ext4: add a hole extent entry in cache after punch
Zhang Yi
2024-02-01
1
-2
/
+4
*
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
2024-02-01
1
-14
/
+11
*
ext4: refactor ext4_da_map_blocks()
Zhang Yi
2024-02-01
1
-22
/
+17
*
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
2024-01-18
1
-3
/
+3
*
Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-01-10
1
-9
/
+16
|
\
|
*
ext4: convert ext4_da_do_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-01-10
1
-9
/
+10
|
*
ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()
Ojaswin Mujoo
2024-01-04
1
-0
/
+6
*
|
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-3
/
+3
|
\
\
|
*
|
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-10
1
-3
/
+3
|
|
/
*
/
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-11-21
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-02
1
-9
/
+5
|
\
|
*
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
1
-3
/
+3
|
*
ext4: convert to folio_create_empty_buffers
Matthew Wilcox (Oracle)
2023-10-25
1
-9
/
+5
*
|
Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-11-02
1
-1
/
+13
|
\
\
|
*
|
ext4: mark buffer new if it is unwritten to avoid stale data exposure
Ojaswin Mujoo
2023-10-05
1
-1
/
+13
|
|
/
*
/
ext4: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-9
/
+10
|
/
*
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-08-31
1
-44
/
+80
|
\
[next]