aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Dbuf hash table should be sized as is the arc hash tableTim Chase2015-09-021-3/+4
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-14/+20
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-5/+6
* dbuf_try_add_ref minor bug fixesNed Bass2015-06-051-2/+2
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-4/+2
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-281-6/+46
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-52/+133
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-27/+5
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-281-3/+1
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-281-27/+41
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+6
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-1/+1
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs2015-03-121-8/+47
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-121-4/+4
* Use MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-5/+5
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Undirty freed spill blocks.Tim Chase2014-11-171-3/+6
* Export symbols for ZIL interfaceAlex Zhuravlev2014-11-141-0/+1
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2014-10-231-7/+11
* Illumos 5174 - add sdt probe for blocked read in dbuf_read()Adam Leventhal2014-09-221-0/+2
* Illumos 4631 - zvol_get_stats triggering too many readsMatthew Ahrens2014-08-201-13/+25
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-3/+3
* Illumos 4757, 4913Matthew Ahrens2014-08-011-9/+52
* Illumos #4374Matthew Ahrens2014-07-301-2/+6
* Illumos 4370, 4371Max Grossman2014-07-281-82/+53
* Illumos 4168, 4169, 4170: ztest, zdb and zhack fixesGeorge Wilson2014-07-171-8/+0
* Treat spill block dbufs as meta dataBrian Behlendorf2014-05-051-1/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-12/+18
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-14/+54
* Illumos #4047Matthew Ahrens2013-11-051-10/+21
* Illumos #3834Matthew Ahrens2013-11-051-1/+19
* Illumos #3236George Wilson2013-11-051-3/+16
* Illumos #3741Will Andrews2013-11-041-1/+23
* Illumos #3598Matthew Ahrens2013-10-311-6/+6
* Add visibility in to cached dbufsBrian Behlendorf2013-10-251-0/+4
* Illumos #3464Matthew Ahrens2013-09-041-51/+34
* Illumos #3137 L2ARC compressionSaso Kiselkov2013-08-081-3/+7
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-24/+4
* Illumos #3006Madhav Suresh2013-06-191-3/+3
* Illumos #3145, #3212George Wilson2013-01-081-1/+18
* Illumos #2619 and #2747Christopher Siden2013-01-081-1/+2
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* Export dmu_buf_rele() symbolBrian Behlendorf2012-08-141-0/+1
* Export dbuf_* symbolsBrian Behlendorf2012-08-101-1/+33
* Illumos #764: panic in zfs:dbuf_sync_listGordon Ross2011-08-011-4/+16
* Fix txg_sync_thread deadlockBrian Behlendorf2011-07-221-2/+2
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+6