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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
zvol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Illumos 5960, 5925
Paul Dagnelie
2016-01-08
1
-2
/
+3
*
Use uio for zvol_{read,write}
Chunwei Chen
2015-12-15
1
-5
/
+22
*
Linux 4.4 compat: make_request_fn returns blk_qc_t
Chunwei Chen
2015-12-01
1
-0
/
+2
*
Remove obsolete zv_lock
Richard Yao
2015-09-30
1
-2
/
+0
*
Linux 4.3 compat: bio_end_io_t / BIO_UPTODATE
Lukas Wunner
2015-09-25
1
-1
/
+1
*
Discard on zvols should not exceed the length of a block
Richard Yao
2015-09-19
1
-0
/
+1
*
Prefetch start and end of volumes
Brian Behlendorf
2015-09-09
1
-0
/
+17
*
Reintroduce IO accounting on zvols on Linux 3.19+
Richard Yao
2015-09-09
1
-5
/
+13
*
Support secure discard on zvols
Richard Yao
2015-09-04
1
-7
/
+12
*
zvol processing should use struct bio
Richard Yao
2015-09-04
1
-173
/
+76
*
Clear QUEUE_FLAG_ADD_RANDOM on zvols
Richard Yao
2015-08-30
1
-0
/
+3
*
Check large block feature flag on volumes
Brian Behlendorf
2015-08-28
1
-1
/
+25
*
Limit max_hw_sectors_kb to 16M
Brian Behlendorf
2015-08-28
1
-1
/
+1
*
Bound zvol_threads module option
Brian Behlendorf
2015-07-29
1
-3
/
+4
*
Fix switch-bool warning
Brian Behlendorf
2015-07-13
1
-1
/
+1
*
Update all default taskq settings
Brian Behlendorf
2015-06-25
1
-1
/
+1
*
Set the maximum ZVOL transfer size correctly
Tim Chase
2015-03-25
1
-1
/
+1
*
Handle closing an unopened ZVOL
Brian Behlendorf
2015-01-30
1
-5
/
+5
*
Add zvol_open() error handling for readonly property
Brian Behlendorf
2015-01-30
1
-1
/
+4
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-5
/
+5
*
Mark IO pipeline with PF_FSTRANS
Brian Behlendorf
2015-01-16
1
-27
/
+14
*
Use long holds in zvol_set_volsize()
Brian Behlendorf
2014-01-14
1
-55
/
+67
*
cstyle: zvol.c
Brian Behlendorf
2013-12-16
1
-109
/
+113
*
Remove ZFC_IOC_*_MINOR ioctl()s
Brian Behlendorf
2013-12-16
1
-44
/
+84
*
Illumos #3236
George Wilson
2013-11-05
1
-2
/
+11
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-21
/
+21
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-6
/
+11
*
3.10 API change: block_device_operations->release() returns void
Chris Dunlop
2013-07-08
1
-0
/
+6
*
Open pools asynchronously after module load
Brian Behlendorf
2013-07-03
1
-2
/
+0
*
Cleanup zvol initialization code
Richard Yao
2013-07-03
1
-10
/
+18
*
kmem_zalloc(..., KM_SLEEP) will never fail
shenyan1
2013-07-01
1
-3
/
+1
*
Add snapdev=[hidden|visible] dataset property
Eric Dillmann
2013-03-05
1
-3
/
+59
*
Merge zvol.c changes from PSARC 2010/306 Read-only ZFS pools
George Wilson
2013-03-04
1
-5
/
+8
*
Constify structures containing function pointers
Richard Yao
2013-03-04
1
-14
/
+14
*
Fix zpool on zvol deadlock
Massimo Maggi
2013-01-18
1
-13
/
+13
*
Fix zpool on zvol lock inversion deadlock
Brian Behlendorf
2012-12-20
1
-0
/
+28
*
Fix using zvol as slog device
Jorgen Lundman
2012-12-18
1
-0
/
+23
*
Fix NULL deref when zvol_alloc() fails
Brian Behlendorf
2012-11-27
1
-1
/
+1
*
Set default zvol elevator to noop
Brian Behlendorf
2012-10-05
1
-0
/
+10
*
Align DISCARD requests on zvols.
Etienne Dechamps
2012-10-04
1
-9
/
+18
*
Illumos #3100: zvol rename fails with EBUSY when dirty.
Matthew Ahrens
2012-10-03
1
-0
/
+10
*
zvol_probe should return NULL when the device isn't found.
Chris Wedgwood
2012-10-03
1
-1
/
+1
*
Switch KM_SLEEP to KM_PUSHPAGE
Richard Yao
2012-08-27
1
-1
/
+1
*
Annotate KM_PUSHPAGE call paths with PF_NOFS
Brian Behlendorf
2012-08-27
1
-4
/
+24
*
Set zvol discard_granularity to the volblocksize.
Etienne Dechamps
2012-08-07
1
-0
/
+1
*
Limit the number of blocks to discard at once.
Etienne Dechamps
2012-07-31
1
-1
/
+6
*
Add zvol_inhibit_dev module option.
Darik Horn
2012-06-13
1
-0
/
+10
*
Honor logbias when writing to ZVOLs.
Etienne Dechamps
2012-06-11
1
-2
/
+6
*
Revert "Disable direct reclaim on zvols"
Brian Behlendorf
2012-04-30
1
-7
/
+1
*
Disable direct reclaim on zvols
Richard Yao
2012-04-30
1
-1
/
+7
[next]