Fix read-only pool hang on unmount
[zfs.git] / module / zfs / zfs_vfsops.c
2013-07-17 Brian BehlendorfFix read-only pool hang on unmount
2013-07-01 Tim ChaseFix zfs_sb_teardown/zfs_resume_fs NULL dereference
2013-06-19 Madhav SureshIllumos #3006
2013-01-18 Brian BehlendorfUse sb->s_d_op default dentry operations
2013-01-17 Brian BehlendorfRevert "Revert "Fix unlink/xattr deadlock""
2013-01-17 Brian BehlendorfFix 'zfs rollback' on mounted file systems
2013-01-14 Matthew AhrensIllumos #3208 cross-endian incorrect user/group accounting
2012-12-05 Brian BehlendorfRevert "Fix unlink/xattr deadlock"
2012-10-03 Matthew AhrensIllumos #3100: zvol rename fails with EBUSY when dirty.
2012-09-06 Cyril PliskoMake ZFS filesystem id persistent across different...
2012-08-10 Brian BehlendorfSuppress 'zfs_sb_create' memory warning
2012-06-11 Richard YaoLinux 3.4 compat, d_make_root() replaces d_alloc_root()
2012-04-05 Gunnar BeutnerFixed a NULL pointer dereference bug in zfs_preumount
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-01-11 Brian BehlendorfLinux 3.1 compat, super_block->s_shrink
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-11-08 Brian BehlendorfSimplify BDI integration
2011-11-08 Brian BehlendorfDisown dataset in zfs_sb_create()
2011-10-11 Brian BehlendorfExport symbols for the VFS API
2011-09-28 Andreas Dilgerzpl: Fix "df -i" to have better free inodes value
2011-08-04 Brian BehlendorfAdd backing_device_info per-filesystem
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-06-20 Gunnar BeutnerFix unlink/xattr deadlock
2011-04-29 Gunnar BeutnerImplemented NFS export_operations.
2011-04-19 Brian BehlendorfLinux 2.6.39 compat, invalidate_inodes()
2011-03-15 Brian BehlendorfRegister .remount_fs handler
2011-03-15 Brian BehlendorfRegister .sync_fs handler
2011-03-08 Brian BehlendorfSet stat->st_dev and statfs->f_fsid
2011-02-23 Brian BehlendorfIncrease fragment size to block size
2011-02-10 Brian BehlendorfInvalidate dcache and inode cache
2011-02-10 Brian BehlendorfPrototype/structure update for Linux
2011-02-10 Brian BehlendorfRemove zfs_ctldir.[ch]
2011-02-10 Brian BehlendorfDisable fuid features
2011-02-10 Brian BehlendorfDisable zfs_sync during oops/panic
2011-02-10 Brian BehlendorfDisable Shutdown/Reboot
2011-02-10 Brian BehlendorfRemove SYNC_ATTR check
2011-02-10 Brian BehlendorfRemove mount options
2011-02-10 Brian BehlendorfRemove zfs_active_fs_count
2011-02-10 Brian BehlendorfRemove unused mount functions
2011-02-10 Brian BehlendorfRemove zfs_major/zfs_minor/zfsfstype
2011-02-10 Brian BehlendorfRemove Solaris VFS Hooks
2011-02-10 Brian BehlendorfVFS: Add zfs_inode_update() helper
2011-02-10 Brian BehlendorfRemove zfs_parse_bootfs() support
2011-02-10 Brian BehlendorfWrap with HAVE_MLSLABEL
2011-02-10 Brian BehlendorfExport required vfs/vn symbols
2011-01-06 Brian BehlendorfFix minor compiler warnings
2010-10-04 Ricardo M. CorreiaRegister the space accounting callback even when we...
2010-08-31 Brian BehlendorfAdd linux kernel disk support
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...