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
/
udf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-26
udf: Propagate errors from udf_advance_blk()
Jan Kara
1
-2
/
+6
2023-01-26
udf: Zero udf name padding
Jan Kara
1
-1
/
+7
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() 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
-3
/
+3
2023-01-09
udf: remove redundant variable netype
Colin Ian King
1
-2
/
+2
2023-01-09
udf: Detect system inodes linked into directory hierarchy
Jan Kara
1
-1
/
+6
2023-01-09
udf: Preserve link count of system files
Jan Kara
3
-3
/
+10
2023-01-09
udf: Do not update file length for failed writes to inline files
Jan Kara
1
-14
/
+12
2023-01-09
udf: Fix spelling mistake "lenght" -> "length"
Colin Ian King
1
-1
/
+1
2023-01-09
udf: Keep i_lenExtents consistent with the total length of extents
Jan Kara
1
-0
/
+3
2023-01-09
udf: Move setting of i_lenExtents into udf_do_extend_file()
Jan Kara
1
-1
/
+4
2023-01-09
udf: Allocate name buffer in directory iterator on heap
Jan Kara
2
-9
/
+16
2023-01-09
udf: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
2023-01-09
udf: Handle error when adding extent to symlink
Jan Kara
1
-1
/
+6
2023-01-09
udf: Handle error when expanding directory
Jan Kara
1
-1
/
+6
2023-01-09
udf: Do not bother merging very long extents
Jan Kara
1
-17
/
+2
2023-01-09
udf: Truncate added extents on failed expansion
Jan Kara
1
-4
/
+11
2023-01-09
udf: Remove old directory iteration code
Jan Kara
3
-705
/
+0
2023-01-09
udf: Convert udf_rename() to new directory iteration code
Jan Kara
1
-87
/
+78
2023-01-09
udf: Convert udf_link() to new directory iteration code
Jan Kara
1
-14
/
+8
2023-01-09
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
1
-27
/
+21
2023-01-09
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
1
-11
/
+8
2023-01-09
udf: Implement adding of dir entries using new iteration code
Jan Kara
3
-0
/
+169
2023-01-09
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
1
-23
/
+10
2023-01-09
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara
1
-21
/
+11
2023-01-09
udf: Provide function to mark entry as deleted using new directory iteration ...
Jan Kara
1
-0
/
+10
2023-01-09
udf: Convert empty_dir() to new directory iteration code
Jan Kara
1
-59
/
+9
2023-01-09
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara
1
-9
/
+7
2023-01-09
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara
1
-11
/
+8
2023-01-09
udf: Implement searching for directory entry using new iteration code
Jan Kara
1
-0
/
+67
2023-01-09
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
3
-84
/
+82
2023-01-09
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2023-01-09
udf: Convert udf_readdir() to new directory iteration
Jan Kara
1
-121
/
+27
2023-01-09
udf: New directory iteration code
Jan Kara
2
-0
/
+418
2023-01-09
udf: Define EFSCORRUPTED error code
Jan Kara
1
-0
/
+2
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2022-12-13
Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-88
/
+61
2022-12-09
udf: Fix extending file within last block
Jan Kara
1
-15
/
+17
2022-12-09
udf: Discard preallocation before extending file with a hole
Jan Kara
1
-28
/
+18
2022-12-09
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
1
-1
/
+2
2022-12-09
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
1
-32
/
+13
2022-12-05
udf: Increase UDF_MAX_READ_VERSION to 0x0260
Bartosz Taudul
1
-1
/
+5
[prev]
[next]