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
/
udf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+15
2023-01-26
udf: Mark aops implementation static
Jan Kara
1
-9
/
+10
2023-01-26
udf: Switch to single address_space_operations
Jan Kara
1
-7
/
+1
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
1
-1
/
+21
2023-01-26
udf: Convert in-ICB files to use udf_write_begin()
Jan Kara
1
-5
/
+19
2023-01-26
udf: Convert in-ICB files to use udf_direct_IO()
Jan Kara
1
-1
/
+4
2023-01-26
udf: Convert in-ICB files to use udf_writepages()
Jan Kara
1
-3
/
+26
2023-01-26
udf: Unify .read_folio for normal and in-ICB files
Jan Kara
1
-1
/
+8
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
1
-1
/
+0
2023-01-26
udf: Protect truncate and file type conversion with invalidate_lock
Jan Kara
1
-6
/
+9
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
1
-12
/
+6
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
1
-24
/
+14
2023-01-26
udf: Factor out block mapping into udf_map_block()
Jan Kara
1
-22
/
+48
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
1
-7
/
+4
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
1
-2
/
+7
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: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
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: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
1
-82
/
+0
2023-01-09
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
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-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-11-21
udf: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-09-12
udf: replace ll_rw_block()
Zhang Yi
1
-7
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-01-24
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
1
-0
/
+1
2022-01-24
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
1
-5
/
+3
[next]