summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add proper library versioningBrian Behlendorf2011-07-0616-13/+43
* Link libshare directly to libzfsGunnar Beutner2011-07-063-157/+18
* Implemented sharing datasets via NFS using libshare.Gunnar Beutner2011-07-0610-18/+2375
* Fix implicit declaration of 'mkdirp'Brian Behlendorf2011-07-012-0/+2
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-0123-13/+131
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-0120-0/+20
* Tear down and flush the mmap regionPrasad Joshi2011-06-2720-0/+20
* Add "ashift" property to zpool createChristian Kohlschütter2011-06-171-0/+19
* Always check -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-1420-20/+20
* Check for -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-1420-9/+49
* Fix 'zfs send -D' segfaultBrian Behlendorf2011-06-091-1/+2
* Fix 'zfs set volsize=N pool/dataset'Brian Behlendorf2011-05-0220-0/+20
* Add zpl_export.c to the list of targets.Alejandro R. Sedeño2011-04-292-0/+2
* Correct MAXUIDBrian Behlendorf2011-04-291-1/+1
* Implemented NFS export_operations.Gunnar Beutner2011-04-2920-0/+20
* Use gethostid in the Linux convention.Darik Horn2011-04-252-11/+2
* Fix 32-bit MAXOFFSET_T definitionBrian Behlendorf2011-04-221-7/+2
* Support IEC base-2 prefixesRichard Laager2011-04-191-4/+7
* Set -Wno-unused-but-set-variable globallyBrian Behlendorf2011-04-199-34/+43
* Linux 2.6.28 compat, insert_inode_locked()Brian Behlendorf2011-03-2220-0/+20
* Linux compat, umount2(2) flagsBrian Behlendorf2011-03-221-2/+17
* Merge branch 'dracut'Brian Behlendorf2011-03-2220-0/+20
|\
| * Add init scriptsBrian Behlendorf2011-03-1720-0/+20
* | Fix 'LDFLAGS=-Wl,--as-needed' build errorBrian Behlendorf2011-03-182-0/+3
|/
* Print mount/umount errorsBrian Behlendorf2011-03-092-8/+14
* Fix mount helperBrian Behlendorf2011-03-092-16/+5
* Add missing libspl+libzpool libs to libzfsBrian Behlendorf2011-03-034-6/+12
* Linux 2.6.38 compat, blkdev_get_by_path()Brian Behlendorf2011-02-2320-0/+20
* Improve 'zpool import' safetyBrian Behlendorf2011-02-171-9/+12
* Suppress share error on mountBrian Behlendorf2011-02-161-1/+2
* Linux 2.6.36 compat, sops->evict_inode()Brian Behlendorf2011-02-1120-0/+20
* Linux 2.6.35 compat, fops->fsync()Brian Behlendorf2011-02-1120-0/+20
* Linux 2.6.35 compat, const struct xattr_handlerBrian Behlendorf2011-02-1020-0/+20
* MS_DIRSYNC and MS_REC compatBrian Behlendorf2011-02-101-0/+9
* Add missing -ldl linker optionBrian Behlendorf2011-02-102-2/+2
* Remove useless libefi warningsBrian Behlendorf2011-02-101-10/+3
* Add Hooks for Linux File OperationsBrian Behlendorf2011-02-102-0/+8
* Remove zfs_ctldir.[ch]Brian Behlendorf2011-02-102-2/+0
* Add basic uio supportBrian Behlendorf2011-02-102-4/+15
* Remove HAVE_ZPL from commands and librariesBrian Behlendorf2011-02-044-91/+0
* Documentation updatesBrian Behlendorf2011-02-042-3/+3
* Minimal libshare infrastructureBrian Behlendorf2011-02-0422-49/+24
* Add 'zfs mount' supportBrian Behlendorf2011-02-044-128/+168
* Open up libzfs_run_process/libzfs_load_moduleBrian Behlendorf2011-01-281-2/+3
* Autoconf selinux supportBrian Behlendorf2011-01-2822-2/+51
* Fix minor compiler warningsBrian Behlendorf2011-01-061-1/+1
* Add missing mkdirp prototypeBrian Behlendorf2010-12-141-0/+34
* Fix block device-related issues in zdb.Ricardo M. Correia2010-12-144-14/+57
* Skip /dev/hpet during 'zpool import'zfs-0.5.2Brian Behlendorf2010-11-121-1/+2
* Fix for access beyond end of device errorNed Bass2010-11-103-10/+10