| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -2/+1 |
* | module: mark arguments used | наб | 2022-02-18 | 1 | -7/+2 |
* | Fix clearing set-uid and set-gid bits on a file when replying a write | Pawel Jakub Dawidek | 2022-02-03 | 1 | -24/+81 |
* | Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD | Mark Johnston | 2022-01-21 | 1 | -4/+11 |
* | Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency | Brian Behlendorf | 2021-11-07 | 1 | -1/+8 |
* | Revert behavior of 59eab109 on not-Linux | Rich Ercolani | 2021-11-04 | 1 | -1/+8 |
* | Handle partial reads in zfs_read | Rich Ercolani | 2021-09-20 | 1 | -0/+8 |
* | Fix zfs_get_data access to files with wrong generation | Chunwei Chen | 2021-03-19 | 1 | -1/+13 |
* | Intentionally allow ZFS_READONLY in zfs_write | Ryan Moeller | 2021-03-07 | 1 | -2/+4 |
* | Cleaning up uio headers | Brian Atkinson | 2021-02-20 | 1 | -1/+1 |
* | Rename zfs_inode_update to zfs_znode_update_vfs | khng300 | 2021-02-09 | 1 | -1/+1 |
* | Set file mode during zfs_write | Antonio Russo | 2021-02-08 | 1 | -0/+1 |
* | Extending FreeBSD UIO Struct | Brian Atkinson | 2021-01-20 | 1 | -33/+34 |
* | Linux 5.10 compat: use iov_iter in uio structure | Brian Behlendorf | 2020-12-18 | 1 | -2/+2 |
* | Remove incorrect assertion | Brian Behlendorf | 2020-11-24 | 1 | -1/+0 |
* | Reduce confusion in zfs_write | Ryan Moeller | 2020-11-18 | 1 | -18/+24 |
* | Return EFAULT at the end of zfs_write() when set | Ryan Moeller | 2020-11-14 | 1 | -5/+7 |
* | Simplify offset and length limit in zfs_write | Ryan Moeller | 2020-11-10 | 1 | -3/+3 |
* | Const some unchanging variables in zfs_write | Ryan Moeller | 2020-11-10 | 1 | -3/+3 |
* | Remove redundant oid parameter to update_pages | Ryan Moeller | 2020-11-10 | 1 | -2/+1 |
* | Factor uid, gid, and projid out of loop in zfs_write | Ryan Moeller | 2020-11-10 | 1 | -7/+8 |
* | zfs_vnops: make zfs_get_data OS-independent | Christian Schwarz | 2020-11-02 | 1 | -0/+159 |
* | Consolidate zfs_holey and zfs_access | Matthew Macy | 2020-10-31 | 1 | -0/+92 |
* | Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD | Matthew Macy | 2020-10-21 | 1 | -0/+637 |
* | OpenZFS restructuring - move platform specific sources | Matthew Macy | 2019-09-06 | 1 | -5275/+0 |
* | Fix typos in module/zfs/ | Andrea Gelmini | 2019-09-02 | 1 | -3/+3 |
* | Fix out-of-order ZIL txtype lost on hardlinked files | Chunwei Chen | 2019-08-13 | 1 | -2/+3 |
* | Change boolean-like uint8_t fields in znode_t to boolean_t | Tomohiro Kusumi | 2019-08-13 | 1 | -10/+10 |
* | Improve performance by using dmu_tx_hold_*_by_dnode() | Matthew Ahrens | 2019-07-30 | 1 | -2/+6 |
* | Fix module_param() type for zfs_read_chunk_size | Tomohiro Kusumi | 2019-07-19 | 1 | -2/+4 |
* | Fix wrong comment on zcr_blksz_{min,max} | Tomohiro Kusumi | 2019-07-18 | 1 | -5/+6 |
* | Update descriptions for vnops | Tomohiro Kusumi | 2019-05-25 | 1 | -9/+11 |
* | Linux 5.2 compat: Directly call wait_on_page_bit() | Tomohiro Kusumi | 2019-05-25 | 1 | -2/+4 |
* | Fix link count of root inode when snapdir is visible | Tomohiro Kusumi | 2019-05-08 | 1 | -0/+6 |
* | Fix errant EFAULT during writes (#8719) | Brian Behlendorf | 2019-05-08 | 1 | -0/+1 |
* | Use SEEK_{SET,CUR,END} for file seek "whence" | Tomohiro Kusumi | 2019-04-25 | 1 | -8/+8 |
* | Fix incorrect "[UNUSED]" comments | Tomohiro Kusumi | 2019-04-19 | 1 | -2/+2 |
* | Avoid stack overwrite in zfs_setattr_dir() | Tim Chase | 2019-04-10 | 1 | -1/+2 |
* | ZFS Reads may result in unneccesary calls to zil_commit | George Wilson | 2019-03-22 | 1 | -1/+9 |
* | Fix error handling incallers of dbuf_hold_level() | Tom Caputi | 2019-01-17 | 1 | -1/+6 |
* | OpenZFS 9962 - zil_commit should omit cache thrash | Prakash Surya | 2018-12-07 | 1 | -8/+2 |
* | Linux does not HAVE_DNLC | Matthew Ahrens | 2018-10-17 | 1 | -28/+0 |
* | deadlock between mm_sem and tx assign in zfs_write() and page fault | ilbsmart | 2018-10-16 | 1 | -3/+21 |
* | OpenZFS 9689 - zfs range lock code should not be zpl-specific | Matt Ahrens | 2018-10-11 | 1 | -28/+27 |
* | Introduce read/write kstats per dataset | Serapheim Dimitropoulos | 2018-08-20 | 1 | -54/+51 |
* | Linux 4.18 compat: inode timespec -> timespec64 | Brian Behlendorf | 2018-06-19 | 1 | -2/+2 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 1 | -12/+1 |
* | RHEL 7.5 compat: FMODE_KABI_ITERATE | Brian Behlendorf | 2018-05-02 | 1 | -2/+2 |
* | Fix ENOSPC in "Handle zap_add() failures in ..." | Chunwei Chen | 2018-04-18 | 1 | -18/+56 |
* | OpenZFS 7614, 9064 - zfs device evacuation/removal | Matthew Ahrens | 2018-04-14 | 1 | -0/+12 |