summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-02-275-108/+346
* MFCattilio2013-02-261-1/+5
* MFCattilio2013-02-2614-30/+280
|\
| * MFV v242732:mm2013-02-2514-30/+280
* | MFCattilio2013-02-2317-40/+59
|\ \ | |/
| * MFV r246653:mm2013-02-2317-40/+59
* | Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-233-26/+9
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
* | MFCattilio2013-02-211-7/+6
|\ \ | |/
| * Avoid panic when tearing down the DTrace pid provider for agibbs2013-02-201-7/+6
* | Fix other architectures and ZFS.attilio2013-02-215-28/+190
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-22/+22
|/
* Eliminate real_LZ4_uncompress. It's unused and does not perform sufficientdelphij2013-02-141-131/+7
* Change vfs.zfs.write_to_degraded from CTLFLAG_RW to CTLFLAG_RWTUNmm2013-02-131-3/+2
* Restore De Bruijn algorithm for sparc64 where the compiler rely on adelphij2013-02-131-0/+63
* Merge zfs_ioctl.c code that should have been merged together with ZFS v28.mm2013-02-111-75/+100
* MFV r246633:mm2013-02-111-1/+22
* MFV r246394:mm2013-02-111-1/+14
* MFV r246392:mm2013-02-1116-193/+73
* MFV r246390:mm2013-02-111-2/+3
* MFV r246388:mm2013-02-102-10/+5
* MFV r245512:delphij2013-02-0916-2/+1552
* Fix warning: comparison of unsigned expression < 0 is always false.pluknet2013-02-081-1/+1
* zfs_vget, zfs_fhtovp: properly handle the z_shares_dir objectavg2013-02-081-4/+13
* zfs: update comments about zfid_long_t to match the FreeBSD definitionsavg2013-02-081-2/+5
* zfs: fix, improve and re-organize page_lookup and page_unlockavg2013-02-031-23/+91
* Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view tojhibbits2013-02-032-66/+61
* solaris compat: remove KM_ZEROavg2013-02-021-1/+0
* zfs: add MODULE_VERSION for zfsctrlavg2013-02-021-0/+1
* spa_generate_rootconf: add support for old vdev labelsavg2013-01-261-3/+2
* MFV r245510:delphij2013-01-161-2/+71
* For zfs vnodes, use the standard inode number based hash algorithm.kib2013-01-141-0/+2
* The current ZFS code expects ddt_zap_count to always succeed by assertingdelphij2013-01-103-17/+24
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadavg2012-12-232-3/+3
* Correct a series of errors in the hand-rolled locking for drace_debug.c:rstone2012-12-231-44/+54
* Added vfs.zfs.vdev.trim_on_init sysctl which allows full vdev trim onsmh2012-12-131-1/+6
* Upgrades trim free request sizes before inserting them into to free map,smh2012-12-132-3/+14
* Renamed zfs trim stats removing duplicate zio_trim identifier from the namesmh2012-12-124-16/+19
* Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.delphij2012-12-031-1/+1
* zfs_getpages: make use of vm_page_readahead_finishavg2012-12-011-20/+4
* gfs_file_inactive: replace bad code with ugly codeavg2012-12-011-4/+7
* MFV r243395:mm2012-11-262-1/+9
* Add loader(8) tunable to enable/disable nopwrite functionality:mm2012-11-251-1/+4
* MFV r243013 and r243267:mm2012-11-2511-70/+321
* zfs_freebsd_reclaim: remove a stray variableavg2012-11-251-1/+0
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementavg2012-11-254-137/+58
* zfs_fhtovp: there is no reason to amend lock flags with LK_RETRY hereavg2012-11-251-1/+1
* add zfs_bmap to aid vnode_pager_haspageavg2012-11-251-1/+25
* zfs_getpages: optimize for large block sizesavg2012-11-251-23/+86
* MFV r243012:mm2012-11-251-0/+8
OpenPOWER on IntegriCloud