aboutsummaryrefslogtreecommitdiff
path: root/module/os/linux/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* Retire z_nr_znodesMateusz Guzik2023-09-181-2/+0
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-241-0/+8
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-051-0/+85
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-141-1/+3
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-201-3/+3
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-2/+1
* Remove atomics from zh_refcountAlexander Motin2022-11-281-8/+6
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-1/+1
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-0/+5
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-281-1/+0
* Support idmapped mountyouzhongyang2022-10-191-1/+1
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-0/+8
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* module: mark arguments usedнаб2022-02-181-2/+4
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Linux 4.11 compat: statx supportRichard Yao2021-08-171-4/+8
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* Do not hash unlinked inodesPaul Zuchowski2021-06-121-4/+11
* Miscellaneous code cleanupRyan Moeller2021-04-301-3/+3
* Fix various typosAndrea Gelmini2021-04-031-1/+1
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-9/+5
* Add an assert to clarify codeKleber Tarcísio2021-02-091-1/+3
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-3/+0
* Linux: g/c leftover fence in zfs_znode_allocMateusz Guzik2020-10-291-1/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-0/+1
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Mark functions as staticArvind Sankar2020-06-181-3/+3
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-0/+6
* Check for unlinked znodes after igrab()Mauricio Faria de Oliveira2019-11-211-5/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+0
* Break out of zfs_zget early if unlinked znodeHeitor Alves de Siqueira2019-11-151-9/+17
* Prefix struct rangelockMatthew Macy2019-11-011-4/+4
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-14/+14
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+2234