aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/vdev_file.c
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/fcntl.h>Sam James2024-11-071-1/+3
* zfs_file: rename zfs_file_fallocate to zfs_file_deallocateRob Norris2024-09-181-7/+2
* zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSHRob Norris2024-04-111-1/+1
* zio: remove io_cmd and DKIOCFLUSHWRITECACHERob Norris2024-04-111-25/+19
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+2
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-0/+18
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-3/+19
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-2/+3
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-301-3/+5
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-41/+55
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+331