Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Propagate errors when registering "relatime" property callback. | Tim Chase | 2014-02-12 | 1 | -1/+1 |
* | Implement relatime. | Tim Chase | 2014-01-29 | 1 | -0/+13 |
* | Drain iput taskq outside z_teardown_lock | Brian Behlendorf | 2014-01-09 | 1 | -8/+8 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -2/+4 |
* | Remove incorrect ASSERT in zfs_sb_teardown() | Brian Behlendorf | 2013-12-02 | 1 | -3/+1 |
* | Fix rollback of mounted filesystem regression | Tim Chase | 2013-11-14 | 1 | -3/+3 |
* | Honor CONFIG_FS_POSIX_ACL kernel option | Massimo Maggi | 2013-11-05 | 1 | -0/+5 |
* | Illumos #3875 | Keith M Wesolowski | 2013-11-04 | 1 | -49/+52 |
* | Illumos #3742 | Will Andrews | 2013-11-04 | 1 | -6/+5 |
* | 6977619 NULL pointer deference in sa_handle_get_from_db() | Mark Shellenbaum | 2013-11-04 | 1 | -8/+22 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -21/+21 |
* | Posix ACL Support | Massimo Maggi | 2013-10-29 | 1 | -2/+38 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -28/+39 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -3/+3 |
* | Fix read-only pool hang on unmount | Brian Behlendorf | 2013-07-17 | 1 | -1/+5 |
* | Fix zfs_sb_teardown/zfs_resume_fs NULL dereference | Tim Chase | 2013-07-01 | 1 | -5/+8 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -1/+1 |
* | Use sb->s_d_op default dentry operations | Brian Behlendorf | 2013-01-18 | 1 | -0/+3 |
* | Revert "Revert "Fix unlink/xattr deadlock"" | Brian Behlendorf | 2013-01-17 | 1 | -0/+6 |
* | Fix 'zfs rollback' on mounted file systems | Brian Behlendorf | 2013-01-17 | 1 | -18/+26 |
* | Illumos #3208 cross-endian incorrect user/group accounting | Matthew Ahrens | 2013-01-14 | 1 | -9/+25 |
* | Revert "Fix unlink/xattr deadlock" | Brian Behlendorf | 2012-12-05 | 1 | -6/+0 |
* | Illumos #3100: zvol rename fails with EBUSY when dirty. | Matthew Ahrens | 2012-10-03 | 1 | -3/+3 |
* | Make ZFS filesystem id persistent across different machines | Cyril Plisko | 2012-09-06 | 1 | -2/+4 |
* | Suppress 'zfs_sb_create' memory warning | Brian Behlendorf | 2012-08-10 | 1 | -1/+1 |
* | Linux 3.4 compat, d_make_root() replaces d_alloc_root() | Richard Yao | 2012-06-11 | 1 | -1/+1 |
* | Fixed a NULL pointer dereference bug in zfs_preumount | Gunnar Beutner | 2012-04-05 | 1 | -1/+1 |
* | Add .zfs control directory | Brian Behlendorf | 2012-03-22 | 1 | -10/+37 |
* | Linux 3.1 compat, super_block->s_shrink | Brian Behlendorf | 2012-01-11 | 1 | -0/+21 |
* | Implement SA based xattrs | Brian Behlendorf | 2011-11-28 | 1 | -3/+13 |
* | Simplify BDI integration | Brian Behlendorf | 2011-11-08 | 1 | -25/+23 |
* | Disown dataset in zfs_sb_create() | Brian Behlendorf | 2011-11-08 | 1 | -1/+1 |
* | Export symbols for the VFS API | Brian Behlendorf | 2011-10-11 | 1 | -4/+10 |
* | zpl: Fix "df -i" to have better free inodes value | Andreas Dilger | 2011-09-28 | 1 | -1/+1 |
* | Add backing_device_info per-filesystem | Brian Behlendorf | 2011-08-04 | 1 | -0/+27 |
* | Linux compat 2.6.39: mount_nodev() | Brian Behlendorf | 2011-07-01 | 1 | -177/+42 |
* | Fix unlink/xattr deadlock | Gunnar Beutner | 2011-06-20 | 1 | -0/+6 |
* | Implemented NFS export_operations. | Gunnar Beutner | 2011-04-29 | 1 | -3/+1 |
* | Linux 2.6.39 compat, invalidate_inodes() | Brian Behlendorf | 2011-04-19 | 1 | -1/+1 |
* | Register .remount_fs handler | Brian Behlendorf | 2011-03-15 | 1 | -0/+40 |
* | Register .sync_fs handler | Brian Behlendorf | 2011-03-15 | 1 | -7/+11 |
* | Set stat->st_dev and statfs->f_fsid | Brian Behlendorf | 2011-03-07 | 1 | -1/+1 |
* | Increase fragment size to block size | Brian Behlendorf | 2011-02-23 | 1 | -4/+8 |
* | Invalidate dcache and inode cache | Brian Behlendorf | 2011-02-10 | 1 | -7/+7 |
* | Prototype/structure update for Linux | Brian Behlendorf | 2011-02-10 | 1 | -621/+473 |
* | Remove zfs_ctldir.[ch] | Brian Behlendorf | 2011-02-10 | 1 | -1/+0 |
* | Disable fuid features | Brian Behlendorf | 2011-02-10 | 1 | -0/+6 |
* | Disable zfs_sync during oops/panic | Brian Behlendorf | 2011-02-10 | 1 | -1/+1 |
* | Disable Shutdown/Reboot | Brian Behlendorf | 2011-02-10 | 1 | -1/+5 |
* | Remove SYNC_ATTR check | Brian Behlendorf | 2011-02-10 | 1 | -9/+0 |