summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* fh_to_dentry should return ESTALE when generation mismatchChunwei Chen2016-07-121-1/+1
* Don't allow accessing XATTR via export handleChunwei Chen2016-07-121-0/+8
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+1
* Linux 4.6 compat: Fall back to d_prune_aliases() if necessaryTim Chase2016-06-171-2/+15
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-151-14/+18
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-151-5/+7
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-77/+3
* Illumos 5960, 5925Paul Dagnelie2016-01-081-1/+1
* Support accessing .zfs/snapshot via NFSBrian Behlendorf2015-09-041-0/+2
* Add temporary mount optionsBrian Behlendorf2015-09-031-16/+69
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-8/+3
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-061-7/+7
* Add zfs_sb_prune_aliases() functionBrian Behlendorf2015-06-221-11/+64
* 3.12 compat, NUMA-aware per-superblock shrinkerTim Chase2015-06-171-2/+11
* Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-3/+3
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-5/+4
* Wait for all znodes to be released before tearing down the superblockChris Dunlop2015-05-061-8/+30
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-241-0/+6
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-201-6/+31
* Linux 4.0 compat: bdi_setup_and_register()Brian Behlendorf2015-03-031-17/+4
* Linux 3.12 compat: split shrinker has s_shrinkTim Chase2015-01-201-2/+6
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Fix dprintf format specifiersNed Bass2014-11-171-2/+3
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-6/+1
* Propagate errors when registering "relatime" property callback.Tim Chase2014-02-121-1/+1
* Implement relatime.Tim Chase2014-01-291-0/+13
* Drain iput taskq outside z_teardown_lockBrian Behlendorf2014-01-091-8/+8
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+4
* Remove incorrect ASSERT in zfs_sb_teardown()Brian Behlendorf2013-12-021-3/+1
* Fix rollback of mounted filesystem regressionTim Chase2013-11-141-3/+3
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+5
* Illumos #3875Keith M Wesolowski2013-11-041-49/+52
* Illumos #3742Will Andrews2013-11-041-6/+5
* 6977619 NULL pointer deference in sa_handle_get_from_db()Mark Shellenbaum2013-11-041-8/+22
* Illumos #3598Matthew Ahrens2013-10-311-21/+21
* Posix ACL SupportMassimo Maggi2013-10-291-2/+38
* Illumos #3464Matthew Ahrens2013-09-041-28/+39
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-3/+3
* Fix read-only pool hang on unmountBrian Behlendorf2013-07-171-1/+5
* Fix zfs_sb_teardown/zfs_resume_fs NULL dereferenceTim Chase2013-07-011-5/+8
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-181-0/+3
* Revert "Revert "Fix unlink/xattr deadlock""Brian Behlendorf2013-01-171-0/+6
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-171-18/+26
* Illumos #3208 cross-endian incorrect user/group accountingMatthew Ahrens2013-01-141-9/+25
* Revert "Fix unlink/xattr deadlock"Brian Behlendorf2012-12-051-6/+0
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-031-3/+3
* Make ZFS filesystem id persistent across different machinesCyril Plisko2012-09-061-2/+4
* Suppress 'zfs_sb_create' memory warningBrian Behlendorf2012-08-101-1/+1
* Linux 3.4 compat, d_make_root() replaces d_alloc_root()Richard Yao2012-06-111-1/+1