aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-011-2/+2
* zvol: ensure device minors are properly cleaned upRob Norris2024-08-061-24/+92
* ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.Alexander Motin2023-12-011-59/+1
* ZIL: Assert record sizes in different placesAlexander Motin2023-11-281-0/+8
* ZVOL: Minor code cleanupAlexander Motin2023-11-271-14/+7
* zvol: fix delayed update to block device ro entryAmeer Hamza2023-10-311-0/+20
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-311-0/+14
* zvol: Cleanup set propertyAmeer Hamza2023-10-311-98/+31
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-301-6/+3
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-241-1/+1
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-111-2/+2
* Refactor dmu_prefetch().Alexander Motin2023-08-071-1/+1
* 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