aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-28/+21
* module/*.ko: prune .data, global .rodataнаб2022-01-141-4/+5
* zvol: remove unused variableнаб2022-01-061-2/+1
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-011-33/+5
* Remove unused function zvol_set_volblocksize()Fedor Uporov2021-10-261-45/+0
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-09-131-0/+64
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-201-2/+5
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-2/+8
* Remove unused fields from zvol_task_tRyan Moeller2021-07-191-5/+0
* module/zfs/zvol.c: purge unused zvol_volmode_cb_argнаб2021-04-151-4/+0
* 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