aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Wrap vdev_count_verify_zaps() with ZFS_DEBUGBrian Behlendorf2016-05-061-0/+4
* OpenZFS 6672 - arc_reclaim_thread() should use gethrtime()David Quigley2016-05-061-5/+5
* OpenZFS 6286 - ZFS internal error when set large block on bootfsBrian Behlendorf2016-05-051-3/+3
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-025-74/+375
* Kill znode->z_gen fieldNikolay Borisov2016-05-024-7/+9
* Enable PF_FSTRANS for ioctl secpolicy callbacks (#4571)Tim Chase2016-05-021-1/+4
* module/.gitignore: Add *.dwo (#4580)Vitaut Bajaryn2016-05-021-0/+1
* Illumos 6844 - dnode_next_offset can detect fictional holesAlex Reece2016-04-271-5/+20
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-273-7/+3
* Use udev for partition detectionBrian Behlendorf2016-04-251-5/+24
* Linux 4.5 compat: Use xattr_handler->name for aclChunwei Chen2016-04-251-20/+44
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-216-30/+104
* Fix ZPL miswrite of default POSIX ACLNed Bass2016-04-181-1/+1
* Fix inverted logic on none elevator comparisonColin Ian King2016-04-151-1/+1
* Enable lazytime semantic for atimeChunwei Chen2016-04-053-72/+110
* Fix atime handling and relatimeChunwei Chen2016-04-057-97/+34
* Linux 4.6 compat: PAGE_CACHE_SIZE removalBrian Behlendorf2016-04-052-24/+23
* Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctlsColin Ian King2016-03-311-1/+14
* gcc build error: -Wbool-compare in metaslab.cDHE2016-03-301-1/+2
* Fix zpool_scrub_* test casesBrian Behlendorf2016-03-301-0/+4
* Illumos 6681 - zfs list burning lots of time in dodefault() via dsl_prop_*Alex Wilson2016-03-151-7/+6
* Illumos 6370 - ZFS send fails to transmit some holesPaul Dagnelie2016-03-102-14/+43
* Fix lock order inversion with zvol_open()Boris Protopopov2016-03-101-43/+20
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-108-202/+436
* Change KM_SLEEP to TQ_SLEEP in spa_deadman()Tim Chase2016-03-091-1/+1
* Make zvol update volsize operation synchronous.ab-oe2016-02-291-0/+4
* FreeBSD r256956: Improve ZFS N-way mirror read performance by using load and ...smh2016-02-262-111/+240
* Add l2arc_max_block_size tunableBrian Behlendorf2016-02-251-1/+33
* Make zvol minor functionality more robustBoris Protopopov2016-02-241-16/+77
* Call dmu_read_uio_dbuf() in zvol_read()Richard Yao2016-02-181-1/+1
* Clean up zvol request processing to pass uio and fix porting regressionsRichard Yao2016-02-181-76/+71
* Remove wrong ASSERT in annotate_ecksumChunwei Chen2016-02-171-2/+2
* Illumos 5809 - Blowaway full receive in v1 pool causes kernel panicPaul Dagnelie2016-02-081-1/+2
* Illumos 6537 - Panic on zpool scrub with DEBUG kernelGary Mills2016-02-051-2/+4
* Illumos 6096 - ZFS_SMB_ACL_RENAME needs to cleanup betterDan McDonald2016-02-051-0/+1
* Illumos 6450 - scrub/resilver unnecessarily traverses snapshotsMatthew Ahrens2016-02-021-4/+50
* Handling negative dentries in a CI file system.Richard Sharpe2016-02-021-2/+32
* Illumos 6527 - Possible access beyond end of string in zpool commentJorgen Lundman2016-01-281-1/+0
* Illumos 6495 - Fix mutex leak in dmu_objset_find_dpBrian Behlendorf2016-01-281-0/+3
* Illumos 6414 - vdev_config_sync could be simplerBrian Behlendorf2016-01-282-14/+15
* llumos 6334 - Cannot unlink files when over quotaSimon Klinkert2016-01-261-5/+2
* Reintroduce zfs_remove() synchronous deleteskernelOfTruth2016-01-261-12/+66
* Log zvol truncate/discard operationsDan McDonald2016-01-261-8/+59
* Illumos 6251 - add tunable to disable free_bpobj processingGeorge Wilson2016-01-251-2/+11
* Set arc_c_min properly in userland buildsTim Chase2016-01-251-4/+4
* Prevent arc_c collapseTim Chase2016-01-251-8/+8
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-216-7/+56
* Close possible zfs_znode_held() raceBrian Behlendorf2016-01-201-4/+3
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-201-197/+255
* Linux 4.5 compat: get_link() / put_link()Brian Behlendorf2016-01-201-33/+92