summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFC r260835: MFV r260834: Fix memory leak of compressed buffers in l2arc_writ...avg2014-02-171-9/+8
* MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of aavg2014-02-173-2/+30
* MFC r260812: traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED...avg2014-02-171-6/+6
* MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_removeavg2014-02-171-1/+3
* MFC r258717: MFV r258371,r258372: 4101 metaslab_debug should allow foravg2014-02-1720-1349/+2314
* MFC r258715: opensolaris compat: add taskq_wait emulationavg2014-02-171-0/+6
* MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2014-02-171-12/+3
* MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* eventavg2014-02-171-2/+2
* MFC r258291: change the ioctl definition so that the fasttrap ioctlavg2014-02-172-15/+2
* MFC r257679: Use suword32 and suword64 instead of copyout(9) in fasttrapavg2014-02-172-8/+8
* MFC r257143: Fix a couple of bugs in the fasttrap emulation of a "push %rbp"avg2014-02-171-7/+6
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-8/+0
* MFC r257152: Do some cleanup of the SDT codeavg2014-02-171-71/+68
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-172-2/+15
* MFC r258744-258746: zfs: add zfs_freebsd_putpagesavg2014-01-165-39/+251
* MFC r258720: MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2014-01-163-51/+20
* MFC r258739: zfs mappedread_sf: assert that a page is never partially validavg2014-01-161-1/+3
* MFC r258634: MFV r258376: 3964 L2ARC should always compress metadata buffersavg2014-01-163-2/+6
* MFC r258633: MFV r255256: 3954 metaslabs continue to load even afteravg2014-01-163-5/+113
* MFC r258632,258704: MFV r255255: 4045 zfs write throttle & i/o scheduleravg2014-01-1635-720/+1512
* MFC r258631: MFV r247578avg2014-01-163-81/+172
* MFC r258743: drop ZUT_OBJavg2014-01-161-3/+0
* MFC r258630: 734 taskq_dispatch_prealloc() desiredavg2014-01-166-82/+51
* MFC r258628: opensolaris taskq: some cosmetic changesavg2014-01-162-19/+16
* MFC r258638,258642: expose zfs_flags as debug.zfs_flags r/w tunable and sysctlavg2014-01-161-0/+4
* MFC r256543,r259245,r259421,r259668,r259674jhibbits2014-01-153-11/+585
* MFC r259811:delphij2014-01-142-10/+0
* MFC 259240asomers2014-01-101-9/+1
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-072-9/+23
* MFC r259168:mav2014-01-051-2/+8
* MFC r258342:mav2014-01-051-0/+4
* MFC r258137:mav2014-01-053-2/+28
* MFC r259576:pjd2013-12-221-1/+8
* MFC r258311asomers2013-12-161-23/+40
* MFC r258294:smh2013-11-251-2/+4
* MFV r258378: 4089 NULL pointer dereference in arc_read()avg2013-11-251-9/+11
* MFV r258377: 4088 use after free in arc_release()avg2013-11-251-1/+1
* MFC r258353: zfs page_busy: fix the boundaries of the cleared rangeavg2013-11-251-1/+16
* MFC r256889:smh2013-10-241-1/+1
* MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free()avg2013-10-102-1/+11
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadmarkj2013-10-083-9/+4
* Improve lzjb decompress performance by reorganizing the codedelphij2013-10-081-1/+3
* Optimize the block size used on ZFS cache devices as is already donegibbs2013-09-211-0/+2
* MFV r254750:delphij2013-09-2112-45/+388
* Fixup cross-device rename checks in ZFS. Add a check for the casedavide2013-09-201-4/+7
* MFV r247844 (illumos-gate 13975:ef6409bc370f)delphij2013-09-109-34/+61
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-5/+1
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Add sysctl/tunables for various metaslab variables.pjd2013-09-051-4/+33
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-053-7/+15
OpenPOWER on IntegriCloud