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-03-13
udf: use wrapper i_blocksize() in udf_discard_prealloc()
Yangtao Li
1
-2
/
+2
2023-03-08
udf: Use folios in udf_adinicb_writepage()
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-03-06
udf: Warn if block mapping is done for in-ICB files
Jan Kara
1
-0
/
+3
2023-03-06
udf: Fix reading of in-ICB files
Jan Kara
1
-0
/
+9
2023-03-06
udf: Fix lost writes in udf_adinicb_writepage()
Jan Kara
1
-1
/
+1
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2023-02-21
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-02-20
Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-1535
/
+1335
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+12
2023-02-09
udf: Avoid directory type conversion failure due to ENOMEM
Jan Kara
1
-3
/
+6
2023-02-07
udf: Use unsigned variables for size calculations
Kees Cook
1
-2
/
+3
2023-02-07
udf: remove reporting loc in debug output
Tom Rix
1
-2
/
+2
2023-02-07
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
1
-4
/
+27
2023-01-26
fs: build the legacy direct I/O code conditionally
Christoph Hellwig
1
-0
/
+1
2023-01-26
udf: Fix file counting in LVID
Jan Kara
2
-28
/
+25
2023-01-26
udf: Limit file size to 4TB
Jan Kara
1
-1
/
+8
2023-01-26
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara
1
-20
/
+13
2023-01-26
udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()
Jan Kara
1
-14
/
+4
2023-01-26
udf: Convert udf_adinicb_writepage() to memcpy_to_page()
Jan Kara
1
-6
/
+2
2023-01-26
udf: Switch udf_adinicb_readpage() to kmap_local_page()
Jan Kara
1
-2
/
+2
2023-01-26
udf: Move udf_adinicb_readpage() to inode.c
Jan Kara
3
-20
/
+15
2023-01-26
udf: Mark aops implementation static
Jan Kara
2
-18
/
+10
2023-01-26
udf: Switch to single address_space_operations
Jan Kara
4
-26
/
+3
2023-01-26
udf: Add handling of in-ICB files to udf_bmap()
Jan Kara
1
-0
/
+4
2023-01-26
udf: Convert all file types to use udf_write_end()
Jan Kara
3
-16
/
+25
2023-01-26
udf: Convert in-ICB files to use udf_write_begin()
Jan Kara
3
-25
/
+23
2023-01-26
udf: Convert in-ICB files to use udf_direct_IO()
Jan Kara
3
-8
/
+6
2023-01-26
udf: Convert in-ICB files to use udf_writepages()
Jan Kara
3
-23
/
+28
2023-01-26
udf: Unify .read_folio for normal and in-ICB files
Jan Kara
3
-13
/
+13
2023-01-26
udf: Fix off-by-one error when discarding preallocation
Jan Kara
1
-1
/
+1
2023-01-26
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
1
-13
/
+11
2023-01-26
udf: Do not allocate blocks on page writeback
Jan Kara
1
-12
/
+34
2023-01-26
udf: Allocate blocks on write page fault
Jan Kara
3
-2
/
+61
2023-01-26
udf: Protect truncate and file type conversion with invalidate_lock
Jan Kara
2
-6
/
+11
2023-01-26
udf: Simplify error handling in udf_file_write_iter()
Jan Kara
1
-7
/
+3
2023-01-26
udf: Push i_data_sem locking into udf_extend_file()
Jan Kara
1
-5
/
+4
2023-01-26
udf: Push i_data_sem locking into udf_expand_file_adinicb()
Jan Kara
2
-18
/
+11
2023-01-26
udf: Protect rename against modification of moved directory
Jan Kara
1
-2
/
+12
2023-01-26
udf: Fold udf_getblk() into udf_bread()
Jan Kara
1
-27
/
+20
2023-01-26
udf: Use udf_map_block() in udf_getblk()
Jan Kara
1
-8
/
+9
2023-01-26
udf: Add flag to disable block preallocation
Jan Kara
1
-6
/
+11
2023-01-26
udf: Pass mapping request into inode_getblk()
Jan Kara
1
-33
/
+23
2023-01-26
udf: Fold udf_block_map() into udf_map_block()
Jan Kara
2
-25
/
+14
2023-01-26
udf: Convert udf_symlink_filler() to use udf_bread()
Jan Kara
1
-7
/
+4
2023-01-26
udf: Do not call udf_block_map() on ICB files
Jan Kara
1
-12
/
+7
2023-01-26
udf: Use udf_bread() in udf_load_vat()
Jan Kara
1
-5
/
+8
2023-01-26
udf: Use udf_bread() in udf_get_pblock_virt15()
Jan Kara
1
-3
/
+2
2023-01-26
udf: Factor out block mapping into udf_map_block()
Jan Kara
2
-22
/
+49
2023-01-26
udf: Move incrementing of goal block directly into inode_getblk()
Jan Kara
1
-7
/
+2
2023-01-26
udf: Drop VARCONV support
Jan Kara
9
-84
/
+14
[next]