summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r305323: MFV r302991: 6950 ARC should cache compressed datamav2016-10-141-1662/+1826
* MFC r302838: 6513 partially filled holes lose birth timeavg2016-08-151-3/+17
* Fix ZFS ARC min / max tunablesmh2016-07-061-0/+12
* Allow ZFS ARC min / max to be tuned at runtimesmh2016-06-291-11/+80
* Fix gcc build.kib2016-06-181-1/+1
* Use vnlru_free(9) to implement dnlc_reduce_cache().kib2016-06-171-0/+77
* l2arc: reset b_tmp_cdata to NULL in the case of unset b_daddravg2016-06-131-0/+1
* Fix up r300870ngie2016-05-271-2/+0
* Unbreak the zfs(4) buildngie2016-05-271-0/+1
* l2arc: make sure that all writes honor ashift of a cache deviceavg2016-04-121-93/+151
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-0/+9
* MFV r296529:mav2016-03-081-5/+5
* MFV r294808: 6421 Add missing multilist_destroy calls to arc_finimav2016-01-261-0/+2
* l2arc: do not call trim_map_free() for blocks with zero b_asizeavg2015-10-301-10/+21
* MFV r289310:mav2015-10-161-3/+3
* MFV r289304: 6293 ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()mav2015-10-141-0/+10
* MFV r289294: 5219 l2arc_write_buffers() may write beyond target_szmav2015-10-141-1/+3
* MFV r287817: 6220 memleak in l2arc on debug buildavg2015-09-211-0/+7
* MFV r287699: 6214 zpools going southdelphij2015-09-121-19/+14
* MFV r287624: 5987 zfs prefetch code needs workdelphij2015-09-121-9/+69
* Fix a buffer overrun which may lead to data corruption, introduced indelphij2015-08-291-8/+9
* account for ashift when gathering buffers to be written to l2arc deviceavg2015-08-241-13/+33
* Restore part of r274628, reverted at r286776.mav2015-08-201-1/+2
* Remove some random accumulated diff from Illumos.mav2015-08-141-19/+13
* 2618 arc.c mistypes in the commentsmav2015-08-141-3/+3
* Fix r286766 build with debug.mav2015-08-141-6/+6
* Fix minor mismerge sometimes earlier.mav2015-08-141-4/+4
* MFV r286765: 5817 change type of arcs_size from uint64_t to refcount_tmav2015-08-141-25/+108
* MFV r285025: 6033 arc_adjust() should search MFU lists for oldest buffermav2015-08-141-2/+2
* MFV r277431: 5497 lock contention on arcs_mtxmav2015-08-141-635/+1131
* Revert part of r205231, introducing multiple ARC state locks.mav2015-08-141-278/+148
* Fix set of sign extension bugs in r286625.mav2015-08-121-4/+5
* Fix assertion panic caused by combination of r286598 and TRIM.mav2015-08-111-4/+8
* Fix r286625 build on i386.mav2015-08-111-1/+1
* Fix minor mismerge in r286574.mav2015-08-111-42/+42
* MFV r277425:mav2015-08-111-95/+158
* Remove extra lock, that IMO only creates potential problems now.mav2015-08-111-10/+2
* MFV 286597: 5701 zpool list reports incorrect "alloc" value for cache devicesmav2015-08-101-45/+143
* Fix r286570 build with debug.mav2015-08-101-0/+2
* MFV r277427: 5445 Add more visibility via arcstats; specificallymav2015-08-101-14/+223
* MFV r277426: 5408 managing ZFS cache devices requires lots of RAMmav2015-08-101-577/+880
* l2arc: pass correct size to trim requestsavg2015-06-171-3/+3
* Add DTrace probe to the new ARC reclaim cause added in r281026.mav2015-04-051-1/+5
* Make ZFS ARC track both KVA usage and fragmentation.mav2015-04-031-2/+12
* Some cosmetic polishing. No functional change.mav2015-03-291-5/+5
* Prevent inlining txg_quiescesmh2015-02-021-1/+1
* MFV r255258:delphij2015-01-281-0/+1
* Fix arc__shrink DTrace probe's to_free argument.will2015-01-201-5/+1
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-12/+12
* MFV r275783:delphij2014-12-151-353/+337
OpenPOWER on IntegriCloud