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
starfive-6.6.48-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
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
ext4: Add a uapi header for ext4 userspace APIs
Josh Triplett
1
-90
/
+1
2023-04-15
ext4: Simplify handling of journalled data in ext4_bmap()
Jan Kara
1
-1
/
+0
2023-04-06
ext4: Convert ext4_mpage_readpages() to work on folios
Matthew Wilcox
1
-1
/
+1
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
/
+2
2023-04-06
ext4: Remove the logic to trim inode PAs
Ojaswin Mujoo
1
-1
/
+0
2023-04-06
ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
Ojaswin Mujoo
1
-2
/
+2
2023-03-24
ext4: remove unused group parameter in ext4_block_bitmap_csum_set
Kemeng Shi
1
-1
/
+1
2023-03-24
ext4: remove unused group parameter in ext4_block_bitmap_csum_verify
Kemeng Shi
1
-1
/
+1
2023-03-24
ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
Kemeng Shi
1
-1
/
+1
2023-03-24
ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify
Kemeng Shi
1
-1
/
+1
2023-03-12
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-03-08
ext4: Fix comment about the 64BIT feature
Tudor Ambarus
1
-1
/
+1
2023-02-28
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2023-02-25
ext4: fix incorrect options show of original mount_opt and extend mount_opt2
Zhang Yi
1
-0
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-09
ext4: switch to using ext4_do_writepages() for ordered data writeout
Jan Kara
1
-0
/
+1
2022-12-09
ext4: move keep_towrite handling to ext4_bio_write_page()
Jan Kara
1
-2
/
+1
2022-12-09
ext4: don't set up encryption key during jbd2 transaction
Eric Biggers
1
-2
/
+2
2022-12-09
ext4: fix undefined behavior in bit shift for ext4_check_flag_values
Gaosheng Cui
1
-1
/
+1
2022-12-09
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
1
-1
/
+2
2022-10-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+1
2022-10-04
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2022-10-01
ext4: factor out ext4_free_ext_path()
Ye Bin
1
-1
/
+1
2022-10-01
ext4: remove ext4_inline_data_fiemap() declaration
Gaosheng Cui
1
-3
/
+0
2022-09-22
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
1
-5
/
+5
2022-09-12
ext4: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+1
2022-08-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+14
2022-08-03
ext4: add ioctls to get/set the ext4 superblock uuid
Jeremy Bongio
1
-0
/
+11
2022-08-03
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
1
-2
/
+2
2022-08-03
ext4: fix reading leftover inlined symlinks
Zhang Yi
1
-0
/
+1
2022-07-14
fs/ext4: Use the new blk_opf_t type
Bart Van Assche
1
-4
/
+4
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-2
/
+0
2022-05-24
ext4: only allow test_dummy_encryption when supported
Eric Biggers
1
-6
/
+0
2022-05-22
ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()
Ritesh Harjani
1
-0
/
+8
2022-05-22
ext4: cleanup function defs from ext4.h into crypto.c
Ritesh Harjani
1
-64
/
+5
2022-05-22
ext4: move ext4 crypto code to its own file crypto.c
Ritesh Harjani
1
-0
/
+3
2022-05-17
ext4: add nowait mode for ext4_getblk()
Zhang Yi
1
-0
/
+2
2022-05-08
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-08
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-04-15
ext4: update the cached overhead value in the superblock
Theodore Ts'o
1
-0
/
+1
2022-04-13
ext4: fix use-after-free in ext4_search_dir
Ye Bin
1
-0
/
+4
2022-04-13
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-1
/
+1
2022-03-03
ext4: improve fast_commit performance and scalability
Ritesh Harjani
1
-0
/
+2
2022-02-26
ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
Ritesh Harjani
1
-0
/
+3
2022-02-26
ext4: rename ext4_set_bits to mb_set_bits
Ritesh Harjani
1
-1
/
+1
2022-02-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+9
[next]