summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.2 compat: set_nlink()Darik Horn2011-12-161-1/+1
* Illumos #734: Use taskq_dispatch_ent() interfaceGarrett D'Amore2011-12-142-6/+20
* Set zvol_major/zvol_threads permissionsBrian Behlendorf2011-12-071-2/+2
* Update default ARC memory limitsBrian Behlendorf2011-12-051-4/+4
* Allow xattrs on symlinksBrian Behlendorf2011-11-291-0/+4
* Implement SA based xattrsBrian Behlendorf2011-11-287-76/+405
* Limit maximum ashift value to 12Brian Behlendorf2011-11-111-1/+1
* Linux 3.1 compat, fops->fsync()Brian Behlendorf2011-11-101-13/+54
* Simplify BDI integrationBrian Behlendorf2011-11-081-25/+23
* Disown dataset in zfs_sb_create()Brian Behlendorf2011-11-081-1/+1
* Improve meta data performanceBrian Behlendorf2011-11-032-11/+20
* Fix NULL deref in balance_pgdat()Brian Behlendorf2011-11-031-3/+7
* Fix a race condition in zfs_getattr_fast()Gunnar Beutner2011-11-031-0/+5
* Illumos #1661: Fix flaw in sa_find_sizes() calculationXin Li2011-10-241-2/+2
* Change sun.com URLs to zfsonlinux.orgDarik Horn2011-10-241-1/+1
* Set mtime on symbolic linksBrian Behlendorf2011-10-181-0/+2
* Illumos #755: dmu_recv_stream builds incomplete guid_to_ds_mapAlexander Stetsenko2011-10-181-58/+33
* Export symbols for the VFS APIBrian Behlendorf2011-10-111-4/+10
* Export symbols for the full SA APIBrian Behlendorf2011-10-052-0/+42
* zpl: Fix "df -i" to have better free inodes valueAndreas Dilger2011-09-281-1/+1
* Export symbols for the full ZAP APIBrian Behlendorf2011-09-271-9/+36
* Suppress kmem_alloc() warning in zfs_prop_set_special()Brian Behlendorf2011-09-151-1/+2
* Fix usage of zsb after freeBrian Behlendorf2011-09-091-4/+3
* Fix incompatible pointer type warningBrian Behlendorf2011-08-191-1/+2
* Correctly lock pages for .readpages()Brian Behlendorf2011-08-081-54/+13
* Add backing_device_info per-filesystemBrian Behlendorf2011-08-041-0/+27
* Cleanup mmap(2) writesBrian Behlendorf2011-08-022-109/+89
* Illumos #1313: Integer overflow in txg_delay()Martin Matuska2011-08-011-1/+1
* Illumos #278: get rid zfs of python and pyzfs dependenciesAlexander Stetsenko2011-08-011-1/+2
* Illumos #1043: Recursive zfs snapshot destroy failsMartin Matuska2011-08-011-0/+5
* Illumos #883: ZIL reuse during remount corruptionEric Schrock2011-08-011-16/+24
* Illumos #1092: zfs refratio propertyMatt Ahrens2011-08-012-5/+12
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-013-28/+106
* Illumos #175: zfs vdev cache consumes excessive memoryGarrett D'Amore2011-08-011-1/+8
* Illumos #764: panic in zfs:dbuf_sync_listGordon Ross2011-08-011-4/+16
* Illumos #xxx: zdb -vvv broken after zfs diff integrationTim Haley2011-08-011-14/+14
* Fix txg_sync_thread deadlockBrian Behlendorf2011-07-221-2/+2
* Use zfs_mknode() to create dataset rootBrian Behlendorf2011-07-201-31/+68
* Honor setgit bit on directoriesBrian Behlendorf2011-07-201-20/+22
* Fix 'make install' overly broad 'rm'Brian Behlendorf2011-07-201-1/+5
* Fix zpl_writepage() deadlockBrian Behlendorf2011-07-191-0/+9
* Fix zio_execute() deadlockBrian Behlendorf2011-07-191-1/+2
* Fix mmap(2)/write(2)/read(2) deadlockBrian Behlendorf2011-07-191-5/+0
* Fix send/recv 'dataset is busy' errorsBrian Behlendorf2011-07-151-2/+1
* Improve fstat(2) performanceBrian Behlendorf2011-07-112-27/+39
* Add L2ARC tunablesBrian Behlendorf2011-07-081-8/+32
* Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.Gunnar Beutner2011-07-062-12/+12
* Implemented sharing datasets via NFS using libshare.Gunnar Beutner2011-07-061-148/+2
* Always allow non-user xattrsBrian Behlendorf2011-07-011-8/+0
* Support mandatory locks (nbmand)Rohan Puri2011-07-012-21/+9