aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux
Commit message (Expand)AuthorAgeFilesLines
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-120/+9
* Adjust ARC terminologyMatthew Ahrens2020-07-221-10/+10
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-124/+16
* Linux 4.10 compat: has_capability()Brian Behlendorf2020-07-191-0/+9
* anon_pages are not free/evictableMatthew Ahrens2020-07-161-1/+0
* Fix early include of <linux/percpu_compat.h>Romain Dolbeau2020-07-153-1/+3
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-21/+32
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-293-118/+10
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-272-60/+43
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-262-8/+18
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+18
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-231-6/+1
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-181-0/+32
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Remove dead codeArvind Sankar2020-06-182-25/+0
* Mark functions as staticArvind Sankar2020-06-1810-17/+20
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-183-22/+69
* Disambiguate condvar API contractMatthew Macy2020-06-181-14/+19
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+5
* Make struct vdev_disk_t be platform privateJorgen Lundman2020-06-161-0/+5
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-101-12/+21
* Cleanup linux module kbuild filesArvind Sankar2020-06-102-3/+0
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-1/+1
* Trim L2ARCGeorge Amanakis2020-06-091-1/+14
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-9/+0
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-082-11/+9
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-7/+7
* zfsvfs_setup(): zap_stats_t may have undefined content when accessed (#10398)Brian Behlendorf2020-06-051-3/+3
|\
| * zfsvfs_setup(): zap_stats_t may have undefined content when accessedAllan Jude2020-06-031-3/+3
* | Connect dataset_kstats for FreeBSDAllan Jude2020-06-051-6/+5
|/
* Gang ABD TypeBrian Atkinson2020-05-202-56/+188
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-12/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-103-1617/+892
* OpenZFS 6765 - zfs_zaccess_delete() comments do not accuratelyPaul B. Henson2020-04-301-22/+21
* OpenZFS 6762 - POSIX write should imply DELETE_CHILD on directoriesPaul B. Henson2020-04-301-80/+147
* OpenZFS 8984 - fix for 6764 breaks ACL inheritancePaul B. Henson2020-04-301-11/+29
* OpenZFS 6764 - zfs issues with inheritance flags during chmod(2)Paul B. Henson2020-04-301-85/+79
* OpenZFS 3254 - add support in zfs for aclmode=restrictedPaul B. Henson2020-04-301-0/+6
* OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...Paul B. Henson2020-04-302-65/+108
* zvol_write() can use dmu_tx_hold_write_by_dnode()Matthew Ahrens2020-04-101-1/+1
* Persistent L2ARCGeorge Amanakis2020-04-101-1/+2
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-2/+2
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-24/+24
* Add 'zfs wait' commandPaul Dagnelie2020-04-012-0/+17
* Bugfix/fix uio partial copiesFabio Scaccabarozzi2020-04-011-0/+9
* Improve ZVOL sync write performance by using a taskqMatthew Ahrens2020-03-311-44/+78
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-0/+10
* Fix zfs_rmnode() unlink / rollback issueBrian Behlendorf2020-03-181-3/+9