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
/
zfs
/
zvol_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux/zvol_os.c: cleanup limits for non-blk mq case
Ameer Hamza
2024-08-20
1
-5
/
+0
*
linux/zvol_os.c: Fix max_discard_sectors limit for 6.8+ kernel
Ameer Hamza
2024-08-20
1
-0
/
+1
*
linux/zvol_os: fix zvol queue limits initialization
Ameer Hamza
2024-08-15
1
-3
/
+4
*
Linux 6.10 compat: Fix zvol NULL pointer deference
Tony Hutter
2024-08-15
1
-3
/
+4
*
Linux 6.11: add more queue_limit fields with removed setters
Rob Norris
2024-08-13
1
-8
/
+15
*
Linux 6.11: IO stats is now a queue feature flag
Rob Norris
2024-08-13
1
-4
/
+3
*
Linux 6.11: enable queue flush through queue limits
Rob Norris
2024-08-13
1
-2
/
+10
*
linux/zvol_os: tidy and document queue limit/config setup
Rob Norris
2024-08-13
1
-7
/
+38
*
zvol: ensure device minors are properly cleaned up
Rob Norris
2024-08-06
1
-0
/
+15
*
linux/zvol_os: fix SET_ERROR with negative return codes
Rob Norris
2024-08-06
1
-4
/
+4
*
Linux 6.10: rework queue limits setup
Rob Norris
2024-07-15
1
-70
/
+116
*
zvol: Fix suspend lock leaks (#16270)
Mark Johnston
2024-07-10
1
-0
/
+1
*
Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)
Tony Hutter
2024-06-28
1
-5
/
+97
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-10
1
-1
/
+1
*
Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)
Daniel Perry
2024-05-09
1
-1
/
+2
*
Fix updating the zvol_htable when renaming a zvol
Alan Somers
2024-04-25
1
-1
/
+1
*
zvol_os: fix compile with blk-mq on Linux 4.x
Rob N
2024-04-08
1
-0
/
+5
*
zvol_os: fix build on Linux <3.13
Rob N
2024-04-08
1
-1
/
+2
*
zvol: use multiple taskq
Ameer Hamza
2024-04-03
1
-10
/
+92
*
Linux 6.9 compat: blk_alloc_disk() now takes two args
Rob Norris
2024-04-03
1
-1
/
+22
*
zvols: prevent overflow of minor device numbers
Fabian-Gruenbichler
2024-03-29
1
-0
/
+7
*
ZVOL: Minor code cleanup
Alexander Motin
2023-11-27
1
-1
/
+1
*
Update the kstat dataset_name when renaming a zvol
Alan Somers
2023-11-07
1
-0
/
+2
*
zvol: Implement zvol threading as a Property
Ameer Hamza
2023-10-31
1
-1
/
+8
*
ZIL: Cleanup sync and commit handling
Alexander Motin
2023-10-30
1
-1
/
+1
*
Revert "zvol: Temporally disable blk-mq"
Tony Hutter
2023-10-24
1
-0
/
+12
*
zvol: Temporally disable blk-mq
Tony Hutter
2023-10-10
1
-12
/
+0
*
Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()
Coleman Kane
2023-09-21
1
-0
/
+6
*
Linux 6.5 compat: blkdev changes
Coleman Kane
2023-08-01
1
-4
/
+24
*
Enable tuning of ZVOL open timeout value
Prakash Surya
2023-06-30
1
-1
/
+6
*
Linux cleanup: zvol_discard() should only call blk_queue_io_stat() once
Richard Yao
2023-03-08
1
-2
/
+1
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
1
-3
/
+5
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
1
-1
/
+1
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
1
-1
/
+1
*
Linux 5.20 compat: blk_cleanup_disk()
Brian Behlendorf
2022-08-04
1
-0
/
+4
*
Add support for per dataset zil stats and use wmsum counters
ixhamza
2022-07-20
1
-4
/
+6
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
zvol: Support blk-mq for better performance
Tony Hutter
2022-06-09
1
-121
/
+511
*
Linux 5.19 compat: bdev_max_discard_sectors()
Brian Behlendorf
2022-05-31
1
-0
/
+2
*
Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCAN
Brian Behlendorf
2022-04-19
1
-13
/
+8
*
zvol_os: suppress compiler warning for zvol_open_timeout_ms
hpingfs
2022-03-30
1
-0
/
+3
*
Linux 5.18 compat: replace genhd.h with blkdev.h includes
наб
2022-03-28
1
-1
/
+1
*
zvol: make calls to platform ops static
Christian Schwarz
2022-02-07
1
-28
/
+16
*
Linux 5.16 compat: Added add_disk check for return
Rich Ercolani
2022-01-24
1
-0
/
+4
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-7
/
+7
*
Fix zvol_open() lock inversion
Brian Behlendorf
2021-12-17
1
-63
/
+58
*
Linux 5.16: block_device_operations->submit_bio now returns void
Coleman Kane
2021-12-07
1
-2
/
+8
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
1
-4
/
+55
*
Enable /proc/diskstats for zvols
Brian Behlendorf
2021-08-05
1
-0
/
+3
*
Linux 5.14 compat: blk_alloc_disk()
Brian Behlendorf
2021-07-23
1
-9
/
+34
[next]