index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
lua: add flex array field to TString type
Rob Norris
2024-09-30
4
-12
/
+15
*
LUA: Backport CVE-2020-24370's patch
the-Chain-Warden-thresh
2024-02-07
1
-3
/
+4
*
Add loongarch64 support
Han Gao
2023-04-25
3
-0
/
+86
*
x86 asm: Replace .align with .balign
Attila Fülöp
2023-01-24
5
-6
/
+6
*
Unify Assembler files between Linux and Windows
Jorgen Lundman
2023-01-17
2
-20
/
+8
*
Cleanup: Remove unneeded semicolons
Richard Yao
2023-01-12
3
-3
/
+3
*
Cleanup: Replace oldstyle struct hack with C99 flexible array members
Richard Yao
2023-01-12
2
-4
/
+4
*
Fix Clang 15 compilation errors
szubersk
2022-11-30
1
-1
/
+2
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
1
-1
/
+2
*
Lua: Fix bad bitshift in lua_strx2number()
Richard Yao
2022-11-29
1
-1
/
+1
*
icp: properly fix all RETs in x86_64 Asm code
Alexander Lobakin
2022-11-04
1
-7
/
+8
*
lua: cast through uintptr_t when return a pointer
Brooks Davis
2022-11-03
1
-1
/
+1
*
Fix theoretical array overflow in lua_typename()
Richard Yao
2022-10-14
1
-0
/
+2
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-1
/
+1
*
LUA: Fix CVE-2014-5461
Richard Yao
2022-09-27
1
-1
/
+1
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
2
-2
/
+2
*
module: lua: ldo: fix pragma name
наб
2022-06-29
1
-1
/
+1
*
Fix objtool: missing int3 after ret warning
Brian Behlendorf
2022-06-27
1
-2
/
+8
*
Silence -Winfinite-recursion warning in luaD_throw()
Brian Behlendorf
2022-06-27
1
-0
/
+11
*
linux: module: weld all but spl.ko into zfs.ko
наб
2022-04-20
2
-62
/
+0
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-1
/
+1
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-1
/
+1
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
4
-4
/
+4
*
Clean up CSTYLEDs
наб
2022-01-26
42
-85
/
+0
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
5
-4
/
+8
*
Normalise /*FALLTHR{OUGH,U}*/
наб
2021-07-26
2
-2
/
+2
*
cppcheck: integrete cppcheck
Brian Behlendorf
2021-01-26
2
-2
/
+0
*
lua: avoid gcc -Wreturn-local-addr bug
Ryan Libby
2020-12-15
1
-4
/
+6
*
Use known license string for zlua
Brian Behlendorf
2020-10-27
1
-1
/
+1
*
FreeBSD: Reduce stack usage of Lua
Ryan Moeller
2020-09-22
1
-9
/
+0
*
Mark lua setjmp/longjmp for powerpc weak
sterlingjensen
2020-08-25
1
-5
/
+5
*
lua: Increase reserved stack space for FreeBSD in debug config
Ryan Moeller
2020-07-31
1
-0
/
+9
*
Fix lua stack overflow on recursive call to gsub()
Matthew Ahrens
2020-07-27
5
-1
/
+34
*
Switch off -Wmissing-prototypes for libgcc math functions
Arvind Sankar
2020-06-18
1
-28
/
+0
*
Add prototypes
Arvind Sankar
2020-06-18
1
-2
/
+0
*
Cleanup linux module kbuild files
Arvind Sankar
2020-06-10
1
-7
/
+4
*
Fix typos
Andrea Gelmini
2020-06-09
1
-1
/
+1
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-7
/
+7
*
Add longjmp support for Thumb-2
Brian Behlendorf
2020-04-29
1
-1
/
+18
*
cppcheck: (error) Address of local auto-variable assigned
Brian Behlendorf
2019-12-18
2
-0
/
+2
*
Move linux qsort def to platform header
Matthew Macy
2019-12-03
1
-2
/
+2
*
Preliminary support for RV64G
Romain Dolbeau
2019-11-06
3
-0
/
+95
*
Wrap Linux module macros
Matthew Macy
2019-11-01
1
-7
/
+7
*
Add default case to lua kernel code
Matthew Macy
2019-10-16
1
-0
/
+6
*
Fix typos in module/
Andrea Gelmini
2019-08-30
1
-1
/
+1
*
Linux 5.3: Fix switch() fall though compiler errors
Tony Hutter
2019-08-21
1
-3
/
+6
*
Fix channel programs on s390x
Brian Behlendorf
2019-07-28
1
-1
/
+1
*
Update build system and packaging
Brian Behlendorf
2018-05-29
6
-6
/
+6
*
OpenZFS 9035 - zfs: this statement may fall through
Toomas Soome
2018-02-21
4
-2
/
+4
*
Fix coverity defects: zfs channel programs
Don Brady
2018-02-20
9
-10
/
+14
[next]