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
/
os
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux/zvol_os: fix zvol queue limits initialization
Ameer Hamza
2024-08-26
1
-3
/
+4
*
linux/zvol_os: tidy and document queue limit/config setup
Rob Norris
2024-08-26
1
-7
/
+38
*
linux/zvol_os.c: cleanup limits for non-blk mq case
Ameer Hamza
2024-08-22
1
-5
/
+0
*
linux/zvol_os.c: Fix max_discard_sectors limit for 6.8+ kernel
Ameer Hamza
2024-08-22
1
-0
/
+1
*
Linux 6.10 compat: Fix zvol NULL pointer deference
Tony Hutter
2024-08-22
1
-3
/
+4
*
Linux 6.11: avoid passing "end" sentinel to register_sysctl()
Rob Norris
2024-08-22
1
-3
/
+38
*
Linux 6.11: add compat macro for page_mapping()
Rob Norris
2024-08-22
1
-0
/
+1
*
Linux 6.11: add more queue_limit fields with removed setters
Rob Norris
2024-08-22
1
-8
/
+15
*
Linux 6.11: IO stats is now a queue feature flag
Rob Norris
2024-08-22
1
-4
/
+3
*
Linux 6.11: first arg to proc_handler is now const
Rob Norris
2024-08-22
1
-3
/
+9
*
Linux 6.11: enable queue flush through queue limits
Rob Norris
2024-08-22
1
-2
/
+10
*
linux/zvol_os: fix SET_ERROR with negative return codes
Rob Norris
2024-08-22
1
-4
/
+4
*
[2.2.5-only] Make 'rmmod zfs' work after zfs-2.2.4 (#16406)
Tony Hutter
2024-08-02
1
-2
/
+11
*
abd_iter_page: rework to handle multipage scatterlists
Rob N
2024-07-17
1
-46
/
+74
*
Linux 5.16: use bdev_nr_bytes() to get device capacity
Rob Norris
2024-07-16
1
-5
/
+9
*
Linux 6.10: work harder to avoid kmem_cache_alloc reuse
Rob Norris
2024-07-16
1
-10
/
+2
*
Linux 6.10: rework queue limits setup
Rob Norris
2024-07-16
1
-70
/
+116
*
Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)
Tony Hutter
2024-07-16
1
-5
/
+97
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-13
1
-1
/
+1
*
Fix updating the zvol_htable when renaming a zvol
Alan Somers
2024-04-30
1
-1
/
+1
*
xdr: header cleanup
Rob N
2024-04-29
1
-0
/
+1
*
Linux 6.9 compat: blk_alloc_disk() now takes two args
Rob Norris
2024-04-22
1
-1
/
+22
*
Linux 6.9 compat: bdev handles are now struct file
Rob Norris
2024-04-22
1
-5
/
+19
*
vdev_disk: clean up spa/bdev mode conversion
Rob N
2024-04-22
1
-42
/
+39
*
zvols: prevent overflow of minor device numbers
Fabian-Gruenbichler
2024-04-22
1
-0
/
+7
*
Linux: Cleanup taskq threads spawn/exit
Alexander Motin
2024-04-19
1
-56
/
+29
*
Refactor dmu_prefetch().
Alexander Motin
2024-04-19
1
-5
/
+2
*
zvol_os: fix compile with blk-mq on Linux 4.x
Rob N
2024-04-17
1
-0
/
+5
*
zvol_os: fix build on Linux <3.13
Rob N
2024-04-17
1
-1
/
+2
*
zvol: use multiple taskq
Ameer Hamza
2024-04-17
1
-10
/
+92
*
vdev_disk: fix alignment check when buffer has non-zero starting offset
Rob Norris
2024-04-12
1
-1
/
+1
*
vdev_disk: ensure trim errors are returned immediately
Rob N
2024-04-11
1
-45
/
+86
*
vdev_disk: don't touch vbio after its handed off to the kernel
Rob Norris
2024-04-08
1
-5
/
+6
*
Fix corruption caused by mmap flushing problems
Robert Evans
2024-03-29
2
-8
/
+5
*
vdev_disk: default to classic submission for 2.2.x
Rob Norris
2024-03-28
1
-3
/
+5
*
abd_iter_page: don't use compound heads on Linux <4.5
Rob Norris
2024-03-28
1
-0
/
+14
*
vdev_disk: use bio_chain() to submit multiple BIOs
Rob Norris
2024-03-28
1
-151
/
+80
*
vdev_disk: add module parameter to select BIO submission method
Rob Norris
2024-03-28
1
-2
/
+29
*
vdev_disk: rewrite BIO filling machinery to avoid split pages
Rob Norris
2024-03-28
1
-2
/
+437
*
vdev_disk: make read/write IO function configurable
Rob Norris
2024-03-28
1
-2
/
+21
*
vdev_disk: reorganise vdev_disk_io_start
Rob Norris
2024-03-28
1
-20
/
+31
*
vdev_disk: rename existing functions to vdev_classic_*
Rob Norris
2024-03-28
2
-102
/
+118
*
abd: add page iterator
Rob Norris
2024-03-28
1
-8
/
+96
*
Linux 6.8 compat: use splice_copy_file_range() for fallback
Rob N
2024-03-21
1
-2
/
+14
*
Improve performance for zpool trim on linux
Umer Saleem
2024-02-06
1
-14
/
+58
*
BRT: Fix FICLONE/FICLONERANGE shortened copy
Tony Hutter
2024-02-06
2
-26
/
+27
*
Linux 6.8 compat: replace MAX_ORDER define
Rob Norris
2024-01-29
1
-9
/
+18
*
Linux 6.8 compat: implement strlcpy fallback
Rob Norris
2024-01-29
4
-0
/
+4
*
Linux 6.8 compat: update for new bdev access functions
Rob Norris
2024-01-29
1
-58
/
+79
*
linux spl: fix typo in top comment of spl-condvar.c
Tino Reichardt
2024-01-29
1
-1
/
+1
[next]