summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Update L2ARC code and fix several bugs.mm2010-05-214-126/+311
* Reorder some already introduced locking variables.mm2010-05-213-9/+11
* Fix stack overflow in zfs send.mm2010-05-212-11/+12
* Fix: vdev_reopen() can lead to failed allocationsmm2010-05-213-1/+15
* Fix userland build by making io_task available only for the kernel and bypjd2010-05-161-0/+2
* Allow to configure UMA usage for ZIO data via loader and turn it on bypjd2010-05-161-29/+31
* Add task structure to zio and use it instead of allocating one.pjd2010-05-164-10/+80
* The whole point of having dedicated worker thread for each leaf VDEV was topjd2010-05-161-105/+22
* Fix deadlock between zfs_dirent_lock and zfs_rmdirmm2010-05-164-4/+50
* Fix perfomance problem with ZFS prefetch caching [1]mm2010-05-163-16/+92
* Fix ZIL-related panic on zfs rollback.mm2010-05-135-61/+44
* Import OpenSolaris revision 7837:001de5627df3mm2010-05-1318-1194/+566
* Add missing check to prevent local users from panicing the kernel by tryingtrasz2010-05-131-0/+4
* Fix possible hang when replaying large truncations.mm2010-05-121-0/+24
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-1/+1
* Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,pjd2010-05-111-1/+10
* Add missing new line characters to the warnings.pjd2010-05-111-2/+2
* Fix failed assertion on destroying datasets from an older pool version.mm2010-05-111-3/+2
* Fix possible panic with zfs destroy.mm2010-05-111-1/+2
* Fix zfs rename (may occasionally fail with dataset busy).mm2010-05-111-1/+7
* Fix endianess bug in ZFS intent log (ZIL).mm2010-05-111-2/+8
* Enforce RLIMIT_FSIZE in ZFS.trasz2010-05-071-0/+3
* - Fix broken symlinks on cross platform zfs send/recv. [1]marius2010-05-051-9/+28
* Introduce hardforce export option (-F) for "zpool export".mm2010-05-053-10/+17
* Speed up ZFS list operation with objset prefetching.mm2010-05-043-2/+45
* Fix deadlock during zfs receive.mm2010-05-042-16/+18
* Add sysctl and loader tunable vfs.zfs.txg.write_limit_override.mm2010-05-011-0/+6
* Change description of tunable group vfs.zfs.txg to be moremm2010-05-011-1/+2
* Fix improper pool write throughput calculation.mm2010-04-301-1/+1
* Backport fix for 'zfs_znode_dmu_init: existing znode for dbuf' panic from Ope...pjd2010-04-281-12/+31
* Allow to modify directory's content even if the ZFS_NOUNLINK (SF_NOUNLINK,pjd2010-04-221-0/+13
* Rename the cyclic global variable lapic_cyclic_clock_func to justrpaulo2010-04-201-3/+3
* The amd64 version of the cyclic dtrace module is a verbatim copy of therpaulo2010-04-201-133/+0
* Partially MFp4 #176265 by pjd@:delphij2010-04-191-5/+12
* Restore previous order.pjd2010-04-181-1/+1
* Style fixes.pjd2010-04-181-66/+54
* Add missing list and lock destruction.pjd2010-04-181-0/+2
* Extend locks scope to match OpenSolaris.pjd2010-04-181-5/+2
* Remove racy assertion.pjd2010-04-181-3/+0
* Set ARC_L2_WRITING on L2ARC header creation.pjd2010-04-181-0/+1
* Fix 3-way deadlock that can happen because of ZFS and vnode lockpjd2010-04-152-7/+10
* The same code is used to import and to create pool.pjd2010-03-191-10/+20
* - cache line align arcs_lock array (h/t Marius Nuennerich)kmacy2010-03-171-3/+3
* use CACHE_LINE_SIZE instead of hardcoding 128 for lock padkmacy2010-03-171-1/+1
* - reduce contention by breaking up ARC state locks in to 16 for datakmacy2010-03-162-129/+381
* fix compilation under ZIO_USE_UMAkmacy2010-03-132-11/+6
* Don't bottleneck on acquiring the stream locks - this avoids a massivekmacy2010-03-131-10/+18
* Remove bogus assertion.pjd2010-03-121-3/+0
* Remove racy assertion.pjd2010-03-061-2/+1
* Use mf and not mf.a. The latter doesn't force memory ordering andmarcel2010-02-221-1/+1
OpenPOWER on IntegriCloud