aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-191-0/+5
* Throw const on some stringsRyan Moeller2020-10-021-6/+6
* zfs_log_write: simplify data copying code for WR_COPIED recordsChristian Schwarz2020-09-251-8/+15
* Add prototypesArvind Sankar2020-06-181-2/+0
* Don't call zrele on passed zp in zfs_xattr_owner_unlinked on FreeBSDMatthew Macy2020-02-281-3/+22
* Fix zfs_xattr_owner_unlinked on FreeBSD and commentMatthew Macy2019-12-161-0/+8
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-111-3/+4
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-3/+2
* Add inode accessors to common codeMatthew Macy2019-10-021-6/+6
* Make module tunables cross platformMatthew Macy2019-09-051-4/+4
* Improve write performance by using dmu_read_by_dnode()Tony Nguyen2019-08-151-2/+7
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-1/+14
* make zil max block size tunableMatthew Ahrens2019-06-101-2/+9
* Update build system and packagingBrian Behlendorf2018-05-291-3/+1
* Project Quota on ZFSNasf-Fan2018-02-131-1/+13
* OpenZFS 7578 - Fix/improve some aspects of ZIL writingGiuseppe Di Natale2017-06-091-22/+15
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-6/+7
* Fix unlinked file cannot do xattr operationsChunwei Chen2016-11-041-4/+34
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-6/+6
* Implement large_dnode pool featureNed Bass2016-06-241-0/+2
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-1/+1
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-231-3/+11
* Illumos #3742Will Andrews2013-11-041-11/+10
* Illumos #3522George Wilson2013-10-301-2/+1
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-201-1/+7
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-191-7/+1
* Make zfs_immediate_write_sz a module paramaterCyril Plisko2012-10-111-2/+7
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-38/+16
* Wrap with HAVE_XVATTRBrian Behlendorf2011-02-101-16/+36
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-8/+7
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+4
* Update to onnv_147Brian Behlendorf2010-08-261-37/+22
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-55/+40
* Rebase master to b117Brian Behlendorf2009-07-021-28/+2
* Rebase master to b105Brian Behlendorf2009-01-151-5/+43
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+694