summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-09-051-2/+0
* Linux 4.7 compat: use iterate_shared for concurrent readdirChunwei Chen2016-09-052-10/+18
* Linux 4.7 compat: replace blk_queue_flush with blk_queue_write_cacheChunwei Chen2016-09-051-1/+3
* Remove dummy znode from zvol_stateChunwei Chen2016-09-055-65/+68
* Fix ztest truncated cache fileBrian Behlendorf2016-09-051-2/+3
* Obey arc_meta_limit default size when changing arc_maxAndCycle2016-09-051-1/+1
* Enable PF_FSTRANS for ioctl secpolicy callbacks (#4571)Tim Chase2016-05-061-1/+4
* Use udev for partition detectionBrian Behlendorf2016-05-061-5/+24
* Remove wrong ASSERT in annotate_ecksumChunwei Chen2016-05-011-2/+2
* Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctlsColin Ian King2016-05-011-1/+14
* Linux 4.6 compat: PAGE_CACHE_SIZE removalBrian Behlendorf2016-05-012-24/+23
* Fix inverted logic on none elevator comparisonColin Ian King2016-05-011-1/+1
* Fix ZPL miswrite of default POSIX ACLNed Bass2016-05-011-1/+1
* Linux 4.5 compat: Use xattr_handler->name for aclChunwei Chen2016-05-011-20/+44
* Fix lock order inversion with zvol_open()Boris Protopopov2016-03-221-43/+20
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-228-202/+437
* Make zvol minor functionality more robustBoris Protopopov2016-03-221-17/+78
* Handling negative dentries in a CI file system.Richard Sharpe2016-03-221-2/+32
* Fix casesensitivity=insensitive deadlockRichard Sharpe2016-03-221-2/+30
* Illumos 6370 - ZFS send fails to transmit some holesPaul Dagnelie2016-03-152-14/+43
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-291-197/+255
* Linux 4.5 compat: get_link() / put_link()Brian Behlendorf2016-01-291-33/+92
* Prevent arc_c collapseTim Chase2016-01-291-8/+9
* Prevent duplicated xattr between SA and dirChunwei Chen2016-01-291-5/+68
* Close possible zfs_znode_held() raceBrian Behlendorf2016-01-291-4/+3
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-292-47/+205
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-292-9/+17
* Prevent SA length overflowNed Bass2016-01-293-10/+22
* Make xattr dir truncate and remove in one txChunwei Chen2015-12-301-8/+15
* Fix empty xattr dir causing lockupChunwei Chen2015-12-301-0/+10
* Fix fail path in zfs_znode_allocChunwei Chen2015-12-231-2/+1
* Fix z_xattr_lock/z_teardown_lock inversionBrian Behlendorf2015-12-231-0/+7
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-12-231-2/+2
* Fix zfs_dirty_data_max overflow on 32-bittuxoko2015-12-231-2/+2
* Fix null pointer in arc_kmem_reap_now on 32-bittuxoko2015-12-231-0/+5
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-231-0/+23
* Fix zfsctl_lookup_objset() deadlockBrian Behlendorf2015-12-231-1/+2
* Hold the zfs_snapentry_t before dispatchBrian Behlendorf2015-12-231-1/+1
* Fix snapshot automount race cause EREMOTEChunwei Chen2015-12-231-1/+1
* Change zfs_snapshot_lock from mutex to rw lockBrian Behlendorf2015-12-231-26/+26
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-232-11/+24
* Fix snapshot automount behavior when concurrent or failChunwei Chen2015-12-231-17/+32
* Set 'zfs_expire_snapshot=0' to disable auto-unmountBrian Behlendorf2015-12-231-0/+8
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-232-1/+21
* Make zio_taskq_batch_pct user configurableDHE2015-12-231-1/+6
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-041-2/+67
* Linux 4.4 compat: make_request_fn returns blk_qc_tChunwei Chen2015-12-041-0/+2
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-133-41/+21
* Fix use-after-free in vdev_disk_physio_completionChunwei Chen2015-10-131-7/+10
* Revert "dmu_objset_userquota_get_ids uses dn_bonus unsafely"Brian Behlendorf2015-09-291-17/+3