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
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
1
-1
/
+1
2020-04-02
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
1
-18
/
+36
2020-03-05
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
1
-3
/
+2
2020-02-22
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
1
-1
/
+4
2020-02-22
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
1
-1
/
+1
2020-02-22
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
1
-1
/
+1
2020-02-21
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
1
-4
/
+4
2020-02-21
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
1
-1
/
+19
2020-02-20
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
1
-1
/
+1
2020-02-13
ext4: fix checksum errors with indexed dirs
Jan Kara
1
-1
/
+4
2020-01-18
ext4: drop ext4_kvmalloc()
Theodore Ts'o
1
-1
/
+0
2020-01-18
ext4: make some functions static in extents.c
Eric Biggers
1
-6
/
+0
2020-01-18
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
1
-5
/
+0
2020-01-18
ext4: Delete ext4_kvzvalloc()
Naoto Kobayashi
1
-1
/
+0
2019-12-26
ext4: Optimize ext4 DIO overwrites
Jan Kara
1
-0
/
+1
2019-12-26
ext4: simulate various I/O and checksum errors when reading metadata
Theodore Ts'o
1
-0
/
+37
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
1
-1
/
+29
2019-11-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-6
/
+16
2019-11-06
ext4: add support for IV_INO_LBLK_64 encryption policies
Eric Biggers
1
-0
/
+2
2019-11-06
Merge branch 'mb/dio' into master
Theodore Ts'o
1
-3
/
+1
2019-11-06
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
1
-1
/
+4
2019-11-06
ext4: Reserve revoke credits for freed blocks
Jan Kara
1
-1
/
+2
2019-11-06
ext4: Provide function to handle transaction restarts
Jan Kara
1
-1
/
+3
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
1
-3
/
+0
2019-11-05
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
1
-0
/
+1
2019-10-22
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
1
-2
/
+9
2019-10-22
ext4: Add API to bring in support for unwritten io_end_vec conversion
Ritesh Harjani
1
-0
/
+2
2019-09-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-15
/
+49
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-1
/
+7
2019-09-04
ext4: Reduce ext4 timestamp warnings
Deepa Dinamani
1
-3
/
+1
2019-08-30
ext4: Initialize timestamps limits
Deepa Dinamani
1
-1
/
+9
2019-08-28
ext4: fix potential use after free after remounting with noblock_validity
zhangyi (F)
1
-1
/
+9
2019-08-23
ext4: rework reserved cluster accounting when invalidating pages
Eric Whitney
1
-0
/
+3
2019-08-23
ext4: treat buffers with write errors as containing valid data
ZhangXiaoxu
1
-0
/
+13
2019-08-13
ext4: add fs-verity read support
Eric Biggers
1
-0
/
+2
2019-08-13
ext4: add basic fs-verity support
Eric Biggers
1
-2
/
+19
2019-08-12
ext4: drop legacy pre-1970 encoding workaround
Theodore Ts'o
1
-14
/
+1
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
1
-0
/
+10
2019-08-11
ext4: add a new ioctl EXT4_IOC_GETSTATE
Theodore Ts'o
1
-0
/
+11
2019-08-11
ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
Theodore Ts'o
1
-0
/
+2
2019-06-22
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Theodore Ts'o
1
-5
/
+5
2019-06-21
ext4: refactor initialize_dirent_tail()
Theodore Ts'o
1
-2
/
+2
2019-06-21
ext4: rename "dirent_csum" functions to use "dirblock"
Theodore Ts'o
1
-5
/
+4
2019-06-20
ext4: optimize case-insensitive lookups
Gabriel Krisman Bertazi
1
-3
/
+36
2019-06-10
ext4: only set project inherit bit for directory
Wang Shilong
1
-1
/
+2
2019-05-08
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-15
/
+47
2019-05-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-10
/
+35
2019-04-25
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
1
-6
/
+15
2019-04-25
ext4: include charset encoding information in the superblock
Gabriel Krisman Bertazi
1
-1
/
+20
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
[next]