aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* Use list_remove_head() where possible.Alexander Motin2023-06-091-5/+2
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+55
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-1/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-121-1/+1
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-0/+2
* Cleanup: zvol_add_clones() should not NULL check dpRichard Yao2022-10-181-2/+1
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-2/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Add missing replay entry in zvol_replay_vector for TX_SETSAXATTRJitendra Patidar2022-05-021-0/+1
* module: mark arguments usedнаб2022-02-181-3/+3
* 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