aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dmu_traverse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-2/+2
* Clean up CSTYLEDsнаб2022-01-261-2/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-3/+3
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+1
* ZFS traverse_visitbp optimization to limit prefetchJitendra Patidar2021-04-151-14/+53
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-2/+4
* Make module tunables cross platformMatthew Macy2019-09-051-8/+9
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-13/+15
* Fix traverse_impl() kmem leakBrian Behlendorf2018-08-151-2/+2
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-8/+5
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Fix hung z_zvol tasks during 'zfs receive'LOLi2018-03-301-1/+2
* Project Quota on ZFSNasf-Fan2018-02-131-8/+18
* Fix zdb -c traverse stop on damaged objset rootChunwei Chen2018-02-091-6/+14
* Sequential scrub and resilversTom Caputi2017-11-161-1/+2
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-2/+1
* Fixes for #6639Tom Caputi2017-10-111-1/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-8/+35
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-2/+2
* Rename hole_birth tunable to match OpenZFSBrian Behlendorf2016-10-081-6/+12
* Enable ignore_hole_birth module option by defaultBrian Behlendorf2016-09-161-1/+1
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-2/+2
* Add tunable to ignore hole_birthRich Ercolani2016-08-151-1/+5
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-35/+46
* Implement large_dnode pool featureNed Bass2016-06-241-4/+4
* Illumos 6370 - ZFS send fails to transmit some holesPaul Dagnelie2016-03-101-13/+36
* Illumos 5960, 5925Paul Dagnelie2016-01-081-2/+26
* Prevent reclaim in the traverse prefetch threadTim Chase2015-09-041-0/+2
* Wait interruptibly in prefetch threadBrian Behlendorf2015-06-161-3/+3
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-6/+6
* Illumos 5243 - zdb -b could be much fasterMatthew Ahrens2015-05-151-19/+22
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-1/+1
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-3/+3
* Fix misuse of input argument in traverse_visitbptuxoko2015-04-281-15/+17
* Illumos 5694 - traverse_prefetcher does not prefetch enoughGeorge Wilson2015-03-271-12/+11
* Align code with IllumosChris Dunlop2015-03-271-10/+9
* Illumos 5311 - traverse_dnode may report success when it should notJustin T. Gibbs2015-02-061-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-18/+18
* Illumos 4881 - zfs send performance regression with embedded dataMatthew Ahrens2014-08-061-15/+21
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-041-73/+54
* Illumos 4757, 4913Matthew Ahrens2014-08-011-1/+1
* Illumos 4370, 4371Max Grossman2014-07-281-7/+30
* Illumos 4171, 4172Matthew Ahrens2014-07-251-1/+1
* Illumos 4504 traverse_visitbp: visit group before userMatthew Ahrens2014-01-291-6/+6
* Reduce stack for traverse_visitbp() recursionBrian Behlendorf2013-11-141-36/+41
* 26126 panic system rather than corrupting pool if we hit bug 26100Matthew Ahrens2013-11-051-1/+1
* Illumos #3598Matthew Ahrens2013-10-311-2/+2
* Add visibility in to arc_readPrakash Surya2013-10-251-3/+4
* Illumos #3464Matthew Ahrens2013-09-041-18/+24