aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-191-1/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-071-1/+14
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-4/+14
* Fix dnode refcount trackingMatthew Macy2020-11-101-2/+2
* Fix typosAndrea Gelmini2020-06-091-1/+1
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-39/+39
* Move final zvol_remove_minors to common codeMatthew Macy2019-10-251-0/+10
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-4/+4
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-5/+5
* Timeout waiting for ZVOL device to be createdPrakash Surya2019-10-011-6/+1
* OpenZFS restructuring - zvolMatthew Macy2019-09-251-1102/+55
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-1/+1
* Add SCSI_PASSTHROUGH to zvols to enable UNMAP supportPaul Dagnelie2019-06-211-0/+4
* make zil max block size tunableMatthew Ahrens2019-06-101-1/+1
* Fix errant EFAULT during writes (#8719)Brian Behlendorf2019-05-081-5/+5
* Improve rate at which new zvols are processedJohn Gallagher2019-05-041-84/+114
* zvol: allow rename of in use ZVOL datasetloli10K2019-02-221-6/+0
* Don't enter zvol's rangelock for read bio with size 0Tomohiro Kusumi2019-02-201-0/+10
* Fix obsolete comment on rangelockTomohiro Kusumi2019-02-141-1/+1
* Fix bad kmem_free() in zvol_rename_minors_impl()Tom Caputi2019-01-231-1/+1
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-3/+1
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-111-13/+13
* Always wait for txg sync when umounting datasetTom Caputi2018-08-271-5/+4
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-16/+33
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-06-151-144/+115
* Linux compat 4.16: blk_queue_flag_{set,clear}Giuseppe Di Natale2018-04-101-4/+4
* Linux 4.16 compat: get_disk_and_module()Giuseppe Di Natale2018-03-051-1/+1
* ZIL claiming should not start user accountingTom Caputi2018-02-201-10/+6
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-1/+6
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-5/+6
* Update for cppcheck v1.80Brian Behlendorf2017-11-181-1/+1
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-17/+27
* Linux 3.14 compat: IO acct, global_page_state, etcGiuseppe Di Natale2017-09-161-6/+12
* Fix volume WR_INDIRECT log replayBrian Behlendorf2017-09-081-6/+17
* Fix range locking in ZIL commit codepathLOLi2017-08-211-11/+37
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-10/+10
* zv_suspend_lock in zvol_open()/zvol_release()Boris Protopopov2017-08-091-23/+41
* Fix volmode=none property behavior at import timeLOLi2017-07-311-0/+3
* Add port of FreeBSD 'volmode' propertyLOLi2017-07-121-13/+172
* Reschedule processes on -ERESTARTSYSArkadiusz BubaƂa2017-07-061-0/+2
* OpenZFS 8378 - crash due to bp in-memory modification of nopwrite blockMatthew Ahrens2017-07-041-7/+3
* GCC 7.1 fixesTony Hutter2017-06-281-5/+2
* Refine use of zv_state_lock.Boris Protopopov2017-06-271-68/+165
* Avoid 'queue not locked' warning at pool import.Boris Protopopov2017-06-151-1/+1
* Fix zvol_state_t->zv_open_count raceLOLi2017-06-151-11/+21
* Fix zvol_init error handlingRichard Yao2017-06-131-0/+1
* Make zvol operations use _by_dnode routinesRichard Yao2017-06-131-12/+10
* OpenZFS 7578 - Fix/improve some aspects of ZIL writingGiuseppe Di Natale2017-06-091-29/+20
* Fix "snapdev" property issuesLOLi2017-06-021-13/+23
* Fix memory leak in zvol_set_volsize()LOLi2017-05-311-1/+2