| Commit message (Expand) | Author | Age | Files | Lines |
* | Support idmapped mount in user namespace | youzhongyang | 2022-11-08 | 1 | -1/+11 |
* | Use intptr_t when storing an integer in a pointer | Brooks Davis | 2022-11-03 | 1 | -1/+1 |
* | Support idmapped mount | youzhongyang | 2022-10-19 | 1 | -2/+2 |
* | Cleanup: 64-bit kernel module parameters should use fixed width types | Richard Yao | 2022-10-13 | 1 | -2/+2 |
* | zfs_enter rework | Chunwei Chen | 2022-09-16 | 1 | -33/+35 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 1 | -1/+1 |
* | Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneously | Shaan Nobee | 2022-05-03 | 1 | -0/+2 |
* | Prefer ATTR_ in shared codebase over AT_ | Jorgen Lundman | 2022-04-05 | 1 | -3/+3 |
* | 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 |