aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Force LZ4_FORCE_SW_BITCOUNT for SparcBrian Behlendorf2014-01-091-0/+3
* Fix zfs_getattr_fast typesBrian Behlendorf2014-01-091-1/+6
* Fix nvlist 'Bus Error' for SparcBrian Behlendorf2014-01-091-2/+4
* Use local variable to read zp->z_modeBrian Behlendorf2014-01-091-1/+4
* Add ddt, ddt_entry, and l2arc_hdr cachesJohn Layman2014-01-073-16/+40
* Fix the creation of ZPOOL_HIST_CMD pool history entries.Tim Chase2014-01-071-8/+9
* Properly handle updates of variably-sized SA entries.Tim Chase2013-12-201-6/+11
* Register correct handlers for nvlist_{dup,pack,unpack}Brian Behlendorf2013-12-201-38/+19
* Add full SELinux supportMatthew Thode2013-12-191-0/+12
* cstyle: Resolve C style issuesMichael Kjorling2013-12-1853-685/+754
* Add zfs_send_corrupt_data module optionTurbo Fredriksson2013-12-181-0/+5
* Fix z_sync_cnt decrement in zfs_closeChunwei Chen2013-12-172-10/+7
* cstyle: zvol.cBrian Behlendorf2013-12-161-109/+113
* Sync /dev/zfs ioctl orderingBrian Behlendorf2013-12-161-0/+7
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-164-82/+142
* Illumos #4121 vdev_label_init read onlyGeorge Wilson2013-12-121-1/+1
* Fix atime handling.Tim Chase2013-12-122-3/+2
* Remove MAX when initializing arc_c_maxdavid.chen2013-12-101-1/+1
* 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
* 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-0622-652/+1307
* Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)Matthew Ahrens2013-12-063-37/+18
* Remove incorrect ASSERT in zfs_sb_teardown()Brian Behlendorf2013-12-021-3/+1
* 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-234-38/+89
* Add I/O Read/Write AccountingBrian Behlendorf2013-11-211-2/+10
* Illumos #4322Steven Hartland2013-11-201-2/+4
* Remove the slog restriction on bootfs poolsBrian Behlendorf2013-11-141-24/+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
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-081-3/+11
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-055-0/+22
* 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
* Illumos #3954, #4080, #4081George Wilson2013-11-053-7/+113
* Illumos #4046Matthew Ahrens2013-11-052-13/+14
* Illumos #4047Matthew Ahrens2013-11-056-86/+94
* Illumos #3996Matthew Ahrens2013-11-052-13/+27
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-056-85/+176
* Illumos #3949, #3950, #3952, #3953George Wilson2013-11-052-4/+11
* Illumos #3955Matthew Ahrens2013-11-051-2/+2
* Illumos #3973Steven Hartland2013-11-051-4/+11
* Illumos #3834Matthew Ahrens2013-11-053-20/+102