| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.11 compat: blk_{un}register_region() | Brian Behlendorf | 2021-01-05 | 1 | -8/+0 |
* | Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct() | Brian Behlendorf | 2021-01-05 | 1 | -11/+24 |
* | Linux 5.11 compat: lookup_bdev() | Brian Behlendorf | 2021-01-05 | 1 | -7/+29 |
* | Linux 4.18.0-257.el8 compat: blk_alloc_queue() | Brian Behlendorf | 2020-12-23 | 1 | -0/+2 |
* | Linux 5.10 compat: use iov_iter in uio structure | Brian Behlendorf | 2020-12-23 | 2 | -11/+68 |
* | Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD | Matthew Macy | 2020-12-23 | 6 | -12/+14 |
* | FreeBSD: Implement sysctl for fletcher4 impl | Ryan Moeller | 2020-12-23 | 1 | -0/+11 |
* | FreeBSD: Do zcommon_init sooner to avoid FPU panic | Ryan Moeller | 2020-12-23 | 1 | -0/+2 |
* | Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage | Brian Behlendorf | 2020-11-14 | 1 | -1/+5 |
* | G/C struct znode -> z_moved | Mateusz Guzik | 2020-11-11 | 1 | -4/+2 |
* | Linux 5.10 compat: check_disk_change() removed | Coleman Kane | 2020-11-03 | 1 | -0/+36 |
* | Replace ZFS on Linux references with OpenZFS | Brian Behlendorf | 2020-10-16 | 54 | -54/+0 |
* | Throw const on some strings | Ryan Moeller | 2020-10-16 | 2 | -11/+11 |
* | FreeBSD: Add support for procfs_list | Matthew Macy | 2020-10-01 | 1 | -0/+1 |
* | vdev_ashift should only be set once | George Wilson | 2020-09-18 | 1 | -0/+2 |
* | zfs label bootenv should store data as nvlist | Toomas Soome | 2020-09-15 | 2 | -0/+30 |
* | Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriate | Matthew Macy | 2020-09-09 | 1 | -0/+7 |
* | Add 'zfs rename -u' to rename without remounting | Ryan Moeller | 2020-09-03 | 2 | -1/+1 |
* | Linux 5.9 compat: NR_SLAB_RECLAIMABLE | Brian Behlendorf | 2020-08-30 | 2 | -36/+0 |
* | Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.h | Pavel Snajdr | 2020-08-19 | 1 | -0/+1 |
* | Remove KMC_KMEM and KMC_VMEM | Matthew Ahrens | 2020-08-17 | 1 | -4/+0 |
* | Linux 5.9 compat: make_request_fn replaced with submit_bio interface | Coleman Kane | 2020-08-11 | 1 | -0/+2 |
* | Linux 5.9 compat: Update NR_SLAB_RECLAIMABLE to NR_SLAB_RECLAIMABLE_B | Coleman Kane | 2020-08-11 | 2 | -0/+21 |
* | Remove KMC_NOMAGAZINE | Matthew Ahrens | 2020-08-05 | 1 | -2/+0 |
* | Remove KMC_QCACHE | Matthew Ahrens | 2020-08-05 | 1 | -2/+0 |
* | Remove KMC_NOHASH | Matthew Ahrens | 2020-08-05 | 1 | -2/+0 |
* | Remove KMC_NOTOUCH | Matthew Ahrens | 2020-08-05 | 1 | -2/+0 |
* | Remove KMC_OFFSLAB | Matthew Ahrens | 2020-08-05 | 1 | -2/+0 |
* | Fix arc__wait__for__eviction tracepoint | Pavel Snajdr | 2020-08-04 | 1 | -2/+2 |
* | Revise ARC shrinker algorithm | Matthew Ahrens | 2020-07-31 | 2 | -2/+38 |
* | Introduce names for ZTHRs | Serapheim Dimitropoulos | 2020-07-29 | 1 | -0/+5 |
* | Prefix zfs internal endian checks with _ZFS | Matthew Macy | 2020-07-28 | 2 | -20/+21 |
* | remove kmem_cache module parameter KMC_EXPIRE_AGE | Matthew Ahrens | 2020-07-24 | 1 | -8/+0 |
* | Remove skc_reclaim, hdr_recl, kmem_cache shrinker | Matthew Ahrens | 2020-07-19 | 1 | -3/+1 |
* | Fixing gang ABD child removal race condition | Brian Atkinson | 2020-07-14 | 1 | -1/+3 |
* | filesystem_limit/snapshot_limit is incorrectly enforced against root | Matthew Ahrens | 2020-07-11 | 1 | -0/+1 |
* | Clean up OS-specific ARC and kmem code | Matthew Ahrens | 2020-06-29 | 2 | -12/+2 |
* | Avoid installing kernel headers on FreeBSD | Arvind Sankar | 2020-06-27 | 1 | -0/+2 |
* | Style fixes | Brian Behlendorf | 2020-06-27 | 1 | -1/+1 |
* | Revise SPL wrapper for shrinker callbacks | Matthew Ahrens | 2020-06-27 | 1 | -82/+40 |
* | Use percpu_counter for obj_alloc counter of Linux-backed caches | Serapheim Dimitropoulos | 2020-06-26 | 3 | -0/+46 |
* | Fixes for make dist | Arvind Sankar | 2020-06-26 | 1 | -12/+1 |
* | Drop unnecessary srcdir paths | Arvind Sankar | 2020-06-24 | 4 | -96/+96 |
* | Add prototypes | Arvind Sankar | 2020-06-18 | 2 | -13/+21 |
* | Mark functions as static | Arvind Sankar | 2020-06-18 | 1 | -15/+2 |
* | linux: add basic fallocate(mode=0/2) compatibility | adilger | 2020-06-18 | 1 | -1/+1 |
* | Disambiguate condvar API contract | Matthew Macy | 2020-06-18 | 1 | -9/+39 |
* | Add convenience wrappers for common uio usage | Jorgen Lundman | 2020-06-14 | 1 | -0/+33 |
* | Fix typos | Andrea Gelmini | 2020-06-09 | 1 | -1/+1 |
* | Move GFP flags kernel compatibility code | Michael Niewöhner | 2020-06-08 | 1 | -0/+12 |