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
/
zfs
/
arc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-1
/
+1
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-38
/
+38
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-48
/
+47
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
1
-1
/
+1
*
Cleanup: Use OpenSolaris functions to call scheduler
Richard Yao
2022-09-12
1
-2
/
+2
*
Apply arc_shrink_shift to ARC above arc_c_min
Alexander Motin
2022-09-02
1
-4
/
+5
*
Add comment on acb_zio_dummy
Christian Schwarz
2022-08-08
1
-0
/
+17
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-17
/
+19
*
Enable -Wwrite-strings
наб
2022-06-29
1
-10
/
+11
*
Corrected edge case in uncompressed ARC->L2ARC handling
Rich Ercolani
2022-05-04
1
-8
/
+19
*
Improve the inline descriptions of the ARC module parameters
Allan Jude
2022-04-20
1
-10
/
+10
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-3
/
+3
*
module: zfs: arc: hdr_full_crypt_dest: drop unevaulated-only variable
наб
2022-03-18
1
-3
/
+3
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-37
/
+38
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-3
/
+3
*
Clean up CSTYLEDs
наб
2022-01-26
1
-7
/
+4
*
Avoid memory allocations in the ARC eviction thread
Mark Johnston
2022-01-21
1
-53
/
+85
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-33
/
+34
*
l2arc_write_buffers: remove redundant asserts
Christian Schwarz
2022-01-06
1
-12
/
+0
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-23
/
+30
*
Reduce number of arc_prune threads
Alexander Motin
2021-12-22
1
-3
/
+10
*
ZFS send/recv with ashift 9->12 leads to data corruption
Paul Dagnelie
2021-12-07
1
-1
/
+0
*
Corrected a case where we could read uninited ABD memory
Rich Ercolani
2021-12-03
1
-11
/
+14
*
Introduce a tunable to exclude special class buffers from L2ARC
George Amanakis
2021-11-11
1
-0
/
+12
*
Avoid panic in case of pool errors and missing L2ARC
George Amanakis
2021-09-16
1
-1
/
+6
*
Verify embedded blkptr's in arc_read()
Brian Behlendorf
2021-09-09
1
-6
/
+13
*
arc: Drop an incorrect assert
Rich Ercolani
2021-09-08
1
-1
/
+0
*
Remove b_pabd/b_rabd allocation from arc_hdr_alloc()
Alexander Motin
2021-08-17
1
-48
/
+65
*
Optimize arc_l2c_only lists assertions
Alexander Motin
2021-08-17
1
-9
/
+12
*
Fix/improve dbuf hits accounting
Alexander Motin
2021-08-17
1
-20
/
+10
*
Restore FreeBSD sysctl processing for arc.min and arc.max
Allan Jude
2021-08-16
1
-4
/
+20
*
Run arc_evict thread at higher priority
Tony Nguyen
2021-08-10
1
-2
/
+2
*
Avoid small buffer copying on write
Alexander Motin
2021-07-27
1
-1
/
+2
*
Fix format specifier warnings
Brian Behlendorf
2021-07-27
1
-2
/
+2
*
Fixes in persistent L2ARC
George Amanakis
2021-07-26
1
-75
/
+102
*
Remove NOTE(CONSTCOND) and note.h
наб
2021-07-26
1
-2
/
+0
*
Replace /*PRINTFLIKEn*/ with attribute(printf)
наб
2021-07-26
1
-1
/
+1
*
Add Module Parameter Regarding Log Size Limit
Kevin Jin
2021-07-20
1
-0
/
+12
*
Minor ARC optimizations
Alexander Motin
2021-07-20
1
-31
/
+9
*
Fix ARC ghost states eviction accounting
Alexander Motin
2021-07-13
1
-61
/
+94
*
Compact dbuf/buf hashes and lock arrays
Alexander Motin
2021-07-01
1
-19
/
+6
*
Avoid 64bit division in multilist index functions
Alexander Motin
2021-06-29
1
-2
/
+3
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-9
/
+17
*
Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)
Alexander Motin
2021-06-16
1
-155
/
+434
*
Avoid deadlock when removing L2ARC devices under I/O
George Amanakis
2021-06-16
1
-11
/
+6
*
Re-embed multilist_t storage
Alexander Motin
2021-06-10
1
-43
/
+43
*
module/zfs: arc: arc_hdr_realloc_crypt: remove unused variables
наб
2021-06-07
1
-5
/
+0
*
Introduce write-mostly sums
Alexander Motin
2021-05-27
1
-38
/
+39
[next]