| Commit message (Expand) | Author | Age | Files | Lines |
* | arc_read()/arc_access() refactoring and cleanup | Alexander Motin | 2022-12-22 | 1 | -1/+2 |
* | Convert enum zio_flag to uint64_t | Richard Yao | 2022-10-27 | 1 | -1/+1 |
* | Add defensive assertions | Richard Yao | 2022-10-12 | 1 | -0/+1 |
* | Cleanup: Specify unsignedness on things that should not be signed | Richard Yao | 2022-09-27 | 1 | -2/+2 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 1 | -1/+1 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -2/+2 |
* | Clean up CSTYLEDs | наб | 2022-01-26 | 1 | -2/+1 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 1 | -3/+3 |
* | module: zfs: fix unused, remove argsused | наб | 2021-12-23 | 1 | -1/+1 |
* | ZFS traverse_visitbp optimization to limit prefetch | Jitendra Patidar | 2021-04-15 | 1 | -14/+53 |
* | zil_parse: make callback parameters const | Christian Schwarz | 2020-10-09 | 1 | -2/+4 |
* | Make module tunables cross platform | Matthew Macy | 2019-09-05 | 1 | -8/+9 |
* | Implement Redacted Send/Receive | Paul Dagnelie | 2019-06-19 | 1 | -13/+15 |
* | Fix traverse_impl() kmem leak | Brian Behlendorf | 2018-08-15 | 1 | -2/+2 |
* | OpenZFS 9166 - zfs storage pool checkpoint | Serapheim Dimitropoulos | 2018-06-26 | 1 | -8/+5 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 1 | -1/+1 |
* | Fix hung z_zvol tasks during 'zfs receive' | LOLi | 2018-03-30 | 1 | -1/+2 |
* | Project Quota on ZFS | Nasf-Fan | 2018-02-13 | 1 | -8/+18 |
* | Fix zdb -c traverse stop on damaged objset root | Chunwei Chen | 2018-02-09 | 1 | -6/+14 |
* | Sequential scrub and resilvers | Tom Caputi | 2017-11-15 | 1 | -1/+2 |
* | Undo c89 workarounds to match with upstream | Don Brady | 2017-11-04 | 1 | -2/+1 |
* | Fixes for #6639 | Tom Caputi | 2017-10-11 | 1 | -1/+1 |
* | Native Encryption for ZFS on Linux | Tom Caputi | 2017-08-14 | 1 | -8/+35 |
* | Add TASKQID_INVALID | Brian Behlendorf | 2016-11-02 | 1 | -2/+2 |
* | Rename hole_birth tunable to match OpenZFS | Brian Behlendorf | 2016-10-07 | 1 | -6/+12 |
* | Enable ignore_hole_birth module option by default | Brian Behlendorf | 2016-09-16 | 1 | -1/+1 |
* | OpenZFS 6950 - ARC should cache compressed data | George Wilson | 2016-09-13 | 1 | -2/+2 |
* | Add tunable to ignore hole_birth | Rich Ercolani | 2016-08-15 | 1 | -1/+5 |
* | OpenZFS 2605, 6980, 6902 | Matthew Ahrens | 2016-06-28 | 1 | -35/+46 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 1 | -4/+4 |
* | Illumos 6370 - ZFS send fails to transmit some holes | Paul Dagnelie | 2016-03-10 | 1 | -13/+36 |
* | Illumos 5960, 5925 | Paul Dagnelie | 2016-01-08 | 1 | -2/+26 |
* | Prevent reclaim in the traverse prefetch thread | Tim Chase | 2015-09-04 | 1 | -0/+2 |
* | Wait interruptibly in prefetch thread | Brian Behlendorf | 2015-06-16 | 1 | -3/+3 |
* | Illumos 5369 - arc flags should be an enum | George Wilson | 2015-06-11 | 1 | -6/+6 |
* | Illumos 5243 - zdb -b could be much faster | Matthew Ahrens | 2015-05-15 | 1 | -19/+22 |
* | Illumos 5056 - ZFS deadlock on db_mtx and dn_holds | Justin T. Gibbs | 2015-04-28 | 1 | -1/+1 |
* | Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 2015-04-28 | 1 | -3/+3 |
* | Fix misuse of input argument in traverse_visitbp | tuxoko | 2015-04-28 | 1 | -15/+17 |
* | Illumos 5694 - traverse_prefetcher does not prefetch enough | George Wilson | 2015-03-27 | 1 | -12/+11 |
* | Align code with Illumos | Chris Dunlop | 2015-03-27 | 1 | -10/+9 |
* | Illumos 5311 - traverse_dnode may report success when it should not | Justin T. Gibbs | 2015-02-06 | 1 | -1/+1 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -4/+4 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 1 | -18/+18 |
* | Illumos 4881 - zfs send performance regression with embedded data | Matthew Ahrens | 2014-08-06 | 1 | -15/+21 |
* | Illumos 4390 - I/O errors can corrupt space map when deleting fs/vol | Matthew Ahrens | 2014-08-04 | 1 | -73/+54 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -1/+1 |
* | Illumos 4370, 4371 | Max Grossman | 2014-07-28 | 1 | -7/+30 |
* | Illumos 4171, 4172 | Matthew Ahrens | 2014-07-25 | 1 | -1/+1 |
* | Illumos 4504 traverse_visitbp: visit group before user | Matthew Ahrens | 2014-01-29 | 1 | -6/+6 |