aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar in parse_options() error messagerenelson2013-12-171-1/+1
* Fix z_sync_cnt decrement in zfs_closeChunwei Chen2013-12-172-10/+7
* Silence e2fsck warning in zconfig.shBrian Behlendorf2013-12-161-11/+16
* cstyle: zvol.cBrian Behlendorf2013-12-161-109/+113
* Update zfs(8) Snapshots sectionBrian Behlendorf2013-12-161-1/+1
* Sync /dev/zfs ioctl orderingBrian Behlendorf2013-12-162-4/+25
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-1612-456/+167
* Illumos #4121 vdev_label_init read onlyGeorge Wilson2013-12-121-1/+1
* Fix atime handling.Tim Chase2013-12-122-3/+2
* Fix zstream_t incorrect typeShen Yan2013-12-101-1/+1
* Remove MAX when initializing arc_c_maxdavid.chen2013-12-101-1/+1
* Fix multipath bug in vdev_id caused by inconsistent field numberingSimon Guest2013-12-101-2/+4
* Revert "Use directory xattrs for symlinks"Ned Bass2013-12-101-4/+0
* sa_find_sizes() may compute wrong SA header sizeJames Pan2013-12-101-24/+21
* Update init script to allow verbose mountsTurbo Fredriksson2013-12-061-1/+6
* Update init script to allow /dev/disk/by-id importTurbo Fredriksson2013-12-061-2/+13
* Fix 'zfs diff' shares errorBrian Behlendorf2013-12-061-3/+4
* Add module versioningBrian Behlendorf2013-12-066-0/+6
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-0638-846/+1943
* Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)Matthew Ahrens2013-12-063-37/+18
* Properly ignore bdi_setup_and_register return valueRichard Yao2013-12-041-1/+4
* Remove incorrect ASSERT in zfs_sb_teardown()Brian Behlendorf2013-12-021-3/+1
* Drive database updateRichard Yao2013-12-021-0/+29
* Some nvlist allocations in hold processing need to use KM_PUSHPAGE.Tim Chase2013-12-021-2/+3
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-236-39/+95
* Change zfs-dkms requirementTrey Dockendorf2013-11-211-5/+1
* Illumos #2583Yuri Pankov2013-11-216-64/+69
* Add I/O Read/Write AccountingBrian Behlendorf2013-11-212-2/+11
* Document ZFS module parameters.Turbo Fredriksson2013-11-202-1/+1005
* Add missing libzfs_core to MakefilesMaximilian Mehnert2013-11-207-7/+14
* Illumos #4322Steven Hartland2013-11-201-2/+4
* Fix typos in commit b83e3e48c9b183a80dd00eb6c7431a1cbc7d89c9DHE2013-11-201-2/+2
* Remove the slog restriction on bootfs poolsBrian Behlendorf2013-11-142-31/+1
* Tighten zfs dependency on zfs-kmodCyril Plisko2013-11-141-1/+1
* Fixes (extends) support for selinux xattrs to more inode typesMatthew Thode2013-11-141-1/+5
* Reduce stack for traverse_visitbp() recursionBrian Behlendorf2013-11-144-42/+58
* Some nvlist allocations in hold processing need to use KM_PUSHPAGE.Tim Chase2013-11-141-5/+8
* Fix rollback of mounted filesystem regressionTim Chase2013-11-141-3/+3
* Python 3 fixesMatthew Thode2013-11-082-14/+19
* pep8 code readability changesMatthew Thode2013-11-082-85/+126
* Explain 'zfs list -t snap -o name -s name' speedupBassu2013-11-081-1/+1
* Updating init scripts to have more robust greppingMatthew Thode2013-11-085-5/+5
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-084-4/+15
* Document the dedupditto pool property.Tim Chase2013-11-081-0/+11
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-057-0/+38
* 26126 panic system rather than corrupting pool if we hit bug 26100Matthew Ahrens2013-11-054-10/+26
* Switch allocations from KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2013-11-052-2/+2
* Illumos #3995Saso Kiselkov2013-11-051-8/+7
* Illumos #4168, #4169, #4170George Wilson2013-11-051-1/+9
* Illumos #4082Matthew Ahrens2013-11-052-1/+11