| Commit message (Expand) | Author | Age | Files | Lines |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 53 | -685/+754 |
* | Add zfs_send_corrupt_data module option | Turbo Fredriksson | 2013-12-18 | 1 | -0/+5 |
* | Fix z_sync_cnt decrement in zfs_close | Chunwei Chen | 2013-12-17 | 2 | -10/+7 |
* | cstyle: zvol.c | Brian Behlendorf | 2013-12-16 | 1 | -109/+113 |
* | Sync /dev/zfs ioctl ordering | Brian Behlendorf | 2013-12-16 | 1 | -0/+7 |
* | Remove ZFC_IOC_*_MINOR ioctl()s | Brian Behlendorf | 2013-12-16 | 4 | -82/+142 |
* | Illumos #4121 vdev_label_init read only | George Wilson | 2013-12-12 | 1 | -1/+1 |
* | Fix atime handling. | Tim Chase | 2013-12-12 | 2 | -3/+2 |
* | Remove MAX when initializing arc_c_max | david.chen | 2013-12-10 | 1 | -1/+1 |
* | Revert "Use directory xattrs for symlinks" | Ned Bass | 2013-12-10 | 1 | -4/+0 |
* | sa_find_sizes() may compute wrong SA header size | James Pan | 2013-12-10 | 1 | -24/+21 |
* | Fix 'zfs diff' shares error | Brian Behlendorf | 2013-12-06 | 1 | -3/+4 |
* | Add module versioning | Brian Behlendorf | 2013-12-06 | 6 | -0/+6 |
* | Illumos #4045 write throttle & i/o scheduler performance work | Matthew Ahrens | 2013-12-06 | 22 | -652/+1307 |
* | Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT) | Matthew Ahrens | 2013-12-06 | 3 | -37/+18 |
* | Remove incorrect ASSERT in zfs_sb_teardown() | Brian Behlendorf | 2013-12-02 | 1 | -3/+1 |
* | Some nvlist allocations in hold processing need to use KM_PUSHPAGE. | Tim Chase | 2013-12-02 | 1 | -2/+3 |
* | Only commit the ZIL once in zpl_writepages() (msync() case). | Etienne Dechamps | 2013-11-23 | 4 | -38/+89 |
* | Add I/O Read/Write Accounting | Brian Behlendorf | 2013-11-21 | 1 | -2/+10 |
* | Illumos #4322 | Steven Hartland | 2013-11-20 | 1 | -2/+4 |
* | Remove the slog restriction on bootfs pools | Brian Behlendorf | 2013-11-14 | 1 | -24/+1 |
* | Fixes (extends) support for selinux xattrs to more inode types | Matthew Thode | 2013-11-14 | 1 | -1/+5 |
* | Reduce stack for traverse_visitbp() recursion | Brian Behlendorf | 2013-11-14 | 4 | -42/+58 |
* | Some nvlist allocations in hold processing need to use KM_PUSHPAGE. | Tim Chase | 2013-11-14 | 1 | -5/+8 |
* | Fix rollback of mounted filesystem regression | Tim Chase | 2013-11-14 | 1 | -3/+3 |
* | Handle concurrent snapshot automounts failing due to EBUSY. | Tim Chase | 2013-11-08 | 1 | -3/+11 |
* | Honor CONFIG_FS_POSIX_ACL kernel option | Massimo Maggi | 2013-11-05 | 5 | -0/+22 |
* | 26126 panic system rather than corrupting pool if we hit bug 26100 | Matthew Ahrens | 2013-11-05 | 4 | -10/+26 |
* | Switch allocations from KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2013-11-05 | 2 | -2/+2 |
* | Illumos #3995 | Saso Kiselkov | 2013-11-05 | 1 | -8/+7 |
* | Illumos #4168, #4169, #4170 | George Wilson | 2013-11-05 | 1 | -1/+9 |
* | Illumos #4082 | Matthew Ahrens | 2013-11-05 | 2 | -1/+11 |
* | Illumos #3954, #4080, #4081 | George Wilson | 2013-11-05 | 3 | -7/+113 |
* | Illumos #4046 | Matthew Ahrens | 2013-11-05 | 2 | -13/+14 |
* | Illumos #4047 | Matthew Ahrens | 2013-11-05 | 6 | -86/+94 |
* | Illumos #3996 | Matthew Ahrens | 2013-11-05 | 2 | -13/+27 |
* | Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962 | George Wilson | 2013-11-05 | 6 | -85/+176 |
* | Illumos #3949, #3950, #3952, #3953 | George Wilson | 2013-11-05 | 2 | -4/+11 |
* | Illumos #3955 | Matthew Ahrens | 2013-11-05 | 1 | -2/+2 |
* | Illumos #3973 | Steven Hartland | 2013-11-05 | 1 | -4/+11 |
* | Illumos #3834 | Matthew Ahrens | 2013-11-05 | 3 | -20/+102 |
* | Illumos #3836 | Matthew Ahrens | 2013-11-05 | 1 | -3/+26 |
* | Illumos #3112, #3113, #3114 | Matthew Ahrens | 2013-11-05 | 3 | -11/+80 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 8 | -55/+234 |
* | Illumos #3875 | Keith M Wesolowski | 2013-11-04 | 5 | -67/+162 |
* | Illumos #3888 | Matthew Ahrens | 2013-11-04 | 3 | -51/+102 |
* | Illumos #3894 | Keith M Wesolowski | 2013-11-04 | 3 | -5/+20 |
* | Illumos #3829 | Matthew Ahrens | 2013-11-04 | 2 | -11/+0 |
* | Illumos #3740 | Steven Hartland | 2013-11-04 | 4 | -238/+382 |
* | Illumos #3744 | Will Andrews | 2013-11-04 | 2 | -14/+31 |