index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-09-21
Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-159
/
+133
2024-09-04
ext4: remove the special buffer dirty handling in do_journal_get_write_access
Shida Zhang
1
-17
/
+1
2024-09-04
ext4: fix a potential assertion failure due to improperly dirtied buffer
Shida Zhang
1
-8
/
+34
2024-09-04
ext4: hoist ext4_block_write_begin and replace the __block_write_begin
Shida Zhang
1
-19
/
+5
2024-09-04
ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers
Shida Zhang
1
-1
/
+1
2024-09-02
ext4: drop ext4_es_is_delonly()
Zhang Yi
1
-2
/
+2
2024-09-02
ext4: use ext4_map_query_blocks() in ext4_map_blocks()
Zhang Yi
1
-21
/
+1
2024-09-02
ext4: passing block allocation information to ext4_es_insert_extent()
Zhang Yi
1
-4
/
+4
2024-09-02
ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
Zhang Yi
1
-11
/
+0
2024-09-02
ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
Zhang Yi
1
-7
/
+8
2024-09-02
ext4: factor out ext4_map_create_blocks() to allocate new blocks
Zhang Yi
1
-76
/
+81
2024-08-27
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+4
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-07-09
ext4: sanity check for NULL pointer after ext4_force_shutdown
Wojciech Gładysz
1
-0
/
+5
2024-06-28
ext4: make ext4_da_map_blocks() buffer_head unaware
Zhang Yi
1
-32
/
+31
2024-06-28
ext4: make ext4_insert_delayed_block() insert multi-blocks
Zhang Yi
1
-15
/
+36
2024-06-28
ext4: factor out a helper to check the cluster allocation state
Zhang Yi
1
-17
/
+38
2024-06-28
ext4: make ext4_da_reserve_space() reserve multi-clusters
Zhang Yi
1
-9
/
+9
2024-06-28
ext4: make ext4_es_insert_delayed_block() insert multi-blocks
Zhang Yi
1
-1
/
+1
2024-06-28
ext4: drop iblock parameter
Zhang Yi
1
-8
/
+7
2024-06-28
ext4: trim delalloc extent
Zhang Yi
1
-4
/
+10
2024-06-28
ext4: check the extent status again before inserting delalloc block
Zhang Yi
1
-0
/
+21
2024-06-28
ext4: factor out a common helper to query extent map
Zhang Yi
1
-25
/
+32
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
[next]