summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts
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-1718-1347/+2308
* 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 r258744-258746: zfs: add zfs_freebsd_putpagesavg2014-01-163-39/+232
* 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-1634-720/+1472
* 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-164-19/+33
* MFC r258628: opensolaris taskq: some cosmetic changesavg2014-01-161-15/+14
* 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-152-9/+583
* 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-081-9/+0
* 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-219-45/+380
* 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-107-34/+43
* 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-052-5/+13
* Previously, both zfs_rename and zfs_link does a check on whetherdelphij2013-08-281-3/+11
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-2/+2
* MFV r254749:delphij2013-08-242-38/+14
* MFV r254747:delphij2013-08-248-89/+97
* MFV r254422:delphij2013-08-231-2/+5
* zfs: do not reject any operations on a pool just because it's a boot poolavg2013-08-231-0/+2
* zfs: inline and remove zfs_vnode_lockavg2013-08-233-15/+5
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
OpenPOWER on IntegriCloud