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
/
directory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
udf: refactor inode_bmap() to handle error
Zhao Mengmeng
1
-5
/
+8
2024-10-02
udf: refactor udf_next_aext() to handle error
Zhao Mengmeng
1
-2
/
+8
2023-07-31
udf: Fix -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-05-30
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
1
-5
/
+1
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-01-26
udf: Drop VARCONV support
Jan Kara
1
-2
/
+2
2023-01-26
udf: Fix directory iteration for longer tail extents
Jan Kara
1
-1
/
+1
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-09
udf: Fix spelling mistake "lenght" -> "length"
Colin Ian King
1
-1
/
+1
2023-01-09
udf: Allocate name buffer in directory iterator on heap
Jan Kara
1
-8
/
+15
2023-01-09
udf: Remove old directory iteration code
Jan Kara
1
-178
/
+0
2023-01-09
udf: Implement adding of dir entries using new iteration code
Jan Kara
1
-0
/
+57
2023-01-09
udf: New directory iteration code
Jan Kara
1
-0
/
+395
2022-09-12
udf: replace ll_rw_block()
Zhang Yi
1
-1
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
1
-1
/
+1
2018-06-20
udf: Provide function for calculating dir entry length
Jan Kara
1
-4
/
+1
2018-06-20
udf: Detect incorrect directory size
Jan Kara
1
-0
/
+3
2017-10-17
udf: Fix some sign-conversion warnings
Steve Magnani
1
-2
/
+2
2017-10-17
udf: Fix signed/unsigned format specifiers
Steve Magnani
1
-1
/
+1
2017-10-17
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
1
-1
/
+2
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
1
-0
/
+1
2016-07-21
block: get rid of bio_rw and READA
Christoph Hellwig
1
-1
/
+1
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
1
-1
/
+1
2015-03-14
udf: remove redundant buffer_head.h includes
Fabian Frederick
1
-1
/
+0
2011-11-01
udf: Neaten udf_debug uses
Joe Perches
1
-2
/
+2
2011-11-01
udf: Convert printks to pr_<level>
Joe Perches
1
-2
/
+2
2009-09-14
udf: Remove dead code
Jan Kara
1
-86
/
+0
2009-04-02
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
1
-3
/
+3
2009-04-02
Remove struct typedefs from fs/udf/ecma_167.h et al.
Pekka Enberg
1
-16
/
+16
2008-02-08
udf: cleanup directory offset handling
Jan Kara
1
-4
/
+3
2008-02-08
udf: fix 3 signedness & 1 unitialized variable warnings
Marcin Slusarz
1
-4
/
+4
2008-02-08
udf: cache struct udf_inode_info
Marcin Slusarz
1
-3
/
+4
2008-02-08
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
1
-3
/
+3
2008-02-08
udf: convert byte order of constant instead of variable
Marcin Slusarz
1
-2
/
+2
2008-02-08
udf: fix coding style
Marcin Slusarz
1
-32
/
+48
2007-07-22
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
1
-41
/
+27
2007-07-19
UDF: coding style conversion - lindent
Cyrill Gorcunov
1
-108
/
+99
2007-05-08
udf: use get_bh()
Jan Kara
1
-5
/
+5
2007-05-08
UDF: introduce struct extent_position
Jan Kara
1
-12
/
+8
2007-05-08
udf: use sector_t and loff_t for file offsets
Jan Kara
1
-1
/
+1
2006-01-03
remove pointers to the defunct UDF mailing list
Adrian Bunk
1
-5
/
+0
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+343