aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_replay.c
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Assert record sizes in different placesAlexander Motin2023-11-281-7/+43
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-7/+7
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+30
* Suppress Clang static analyzer complaint in zfs_replay_create()Richard Yao2023-02-141-3/+3
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-0/+35
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-10/+96
* Support idmapped mountyouzhongyang2022-10-191-7/+7
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-9/+6
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-0/+83
* module: mark arguments usedнаб2022-02-181-1/+1
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-4/+4
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Use fallthrough macroBrian Behlendorf2021-09-141-4/+4
* macOS can also set va_typeJorgen Lundman2021-07-261-1/+1
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-4/+4
* Simplify FreeBSD's locking requirements in zfs_replay.cMatthew Macy2020-01-221-24/+12
* Fix zfs_xattr_owner_unlinked on FreeBSD and commentMatthew Macy2019-12-161-0/+10
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-11/+23
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-111-41/+41
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-3/+1
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-08-281-4/+4
* Use SEEK_{SET,CUR,END} for file seek "whence"Tomohiro Kusumi2019-04-251-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+0
* Project Quota on ZFSNasf-Fan2018-02-131-1/+12
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-35/+56
* Enhance comments for large dnode projectMatthew Ahrens2017-08-291-3/+3
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-57/+58
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-2/+2
* Fix spellingka72017-01-031-1/+1
* Fix coverity defectsluozhengzheng2016-09-211-2/+2
* Simplify time handling logic in zfs_settattrNikolay Borisov2016-09-131-0/+2
* Implement large_dnode pool featureNed Bass2016-06-241-9/+23
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-2/+2
* Linux AIO SupportRichard Yao2014-09-051-1/+1
* Illumos #3598Matthew Ahrens2013-10-311-5/+6
* Constify structures containing function pointersRichard Yao2013-03-041-22/+22
* ZFS replay transaction error 5Cyril Plisko2012-09-171-8/+7
* Use Linux ATTR_ versionsBrian Behlendorf2011-03-031-2/+2
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-67/+42
* Wrap with HAVE_XVATTRBrian Behlendorf2011-02-101-151/+177
* Replace VOP_* calls with direct zfs_* callsBrian Behlendorf2011-02-101-15/+16
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+3
* Update to onnv_147Brian Behlendorf2010-08-261-17/+44
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-47/+73
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+878