index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
zpl_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix errant EFAULT during writes (#8719)
Brian Behlendorf
2019-05-08
1
-8
/
+8
*
Fix `zfs set atime|relatime=off|on` behavior on inherited datasets
Tomohiro Kusumi
2019-05-07
1
-1
/
+16
*
Use SEEK_{SET,CUR,END} for file seek "whence"
Tomohiro Kusumi
2019-04-25
1
-1
/
+1
*
zfs does not honor NFS sync write semantics
George Wilson
2019-03-11
1
-2
/
+30
*
Direct IO support
Brian Behlendorf
2018-08-27
1
-0
/
+52
*
Introduce read/write kstats per dataset
Serapheim Dimitropoulos
2018-08-20
1
-2
/
+0
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-0
/
+1
*
RHEL 7.5 compat: FMODE_KABI_ITERATE
Brian Behlendorf
2018-05-02
1
-4
/
+5
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-34
/
+114
*
misc: fix meaningless values
Feng Sun
2017-09-19
1
-1
/
+1
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-8
/
+8
*
Fix loop device becomes read-only
Chunwei Chen
2017-03-06
1
-0
/
+6
*
Fix write(2) returns zero bug from 933ec99
Chunwei Chen
2017-02-02
1
-2
/
+4
*
Retire .write/.read file operations
Chunwei Chen
2017-01-27
1
-34
/
+50
*
codebase style improvements for OpenZFS 6459 port
George Melikov
2017-01-22
1
-1
/
+1
*
Fix fchange in zpl_ioctl_setflags
Chunwei Chen
2016-12-16
1
-2
/
+1
*
Kernel 4.9 compat: file_operations->aio_fsync removal
DeHackEd
2016-11-15
1
-0
/
+11
*
Fix cred leak in zpl_fallocate_common
tuxoko
2016-10-24
1
-2
/
+1
*
Use file_dentry and file_inode wrappers
Chen Haiquan
2016-08-11
1
-4
/
+3
*
Linux 4.7 compat: use iterate_shared for concurrent readdir
Chunwei Chen
2016-05-20
1
-4
/
+6
*
Fix atime handling and relatime
Chunwei Chen
2016-04-05
1
-0
/
+2
*
Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls
Colin Ian King
2016-03-31
1
-1
/
+14
*
Linux 4.1 compat: loop device on ZFS
Chunwei Chen
2015-08-24
1
-36
/
+45
*
Linux 4.1 compat: use read_iter() / write_iter()
Matus Kral
2015-06-18
1
-8
/
+42
*
Mark all ZPL and ioctl functions as PF_FSTRANS
Tim Chase
2015-04-03
1
-0
/
+40
*
Fix O_APPEND open(2) flag
Brian Behlendorf
2015-02-24
1
-0
/
+3
*
Linux 3.19 compat: file_inode was added
Jörg Thalheim
2015-02-10
1
-2
/
+2
*
Retire KM_NODEBUG
Brian Behlendorf
2015-01-16
1
-2
/
+2
*
Mark IO pipeline with PF_FSTRANS
Brian Behlendorf
2015-01-16
1
-8
/
+3
*
Suppress AIO kmem warnings
Brian Behlendorf
2014-10-20
1
-2
/
+2
*
Implement fallocate FALLOC_FL_PUNCH_HOLE
Tim Chase
2014-09-08
1
-14
/
+29
*
Linux AIO Support
Richard Yao
2014-09-05
1
-34
/
+116
*
Fix zil_commit() NULL dereference
Brian Behlendorf
2014-07-17
1
-2
/
+3
*
Implement File Attribute Support
Richard Yao
2014-05-01
1
-3
/
+94
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-8
/
+8
*
Fix z_sync_cnt decrement in zfs_close
Chunwei Chen
2013-12-17
1
-4
/
+5
*
Only commit the ZIL once in zpl_writepages() (msync() case).
Etienne Dechamps
2013-11-23
1
-2
/
+42
*
Add I/O Read/Write Accounting
Brian Behlendorf
2013-11-21
1
-2
/
+10
*
Linux 3.11 compat: fops->iterate()
Richard Yao
2013-08-15
1
-3
/
+20
*
Write dirty inodes on close
Brian Behlendorf
2013-08-07
1
-0
/
+3
*
Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()
Li Dongyang
2013-07-02
1
-1
/
+23
*
Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS
Brian Behlendorf
2013-06-26
1
-0
/
+29
*
Remove .readdir from zpl_file_operations table
Caleb James DeLisle
2013-04-19
1
-1
/
+0
*
Annotate KM_PUSHPAGE call paths with PF_NOFS
Brian Behlendorf
2012-08-27
1
-1
/
+9
*
Revert Fix zpl_writepage() deadlock
Richard Yao
2012-08-27
1
-14
/
+1
*
Support the fallocate() file operation.
Etienne Dechamps
2012-02-09
1
-0
/
+47
*
Linux 3.1 compat, fops->fsync()
Brian Behlendorf
2011-11-10
1
-13
/
+54
*
Fix NULL deref in balance_pgdat()
Brian Behlendorf
2011-11-03
1
-3
/
+7
*
Fix incompatible pointer type warning
Brian Behlendorf
2011-08-19
1
-1
/
+2
*
Correctly lock pages for .readpages()
Brian Behlendorf
2011-08-08
1
-54
/
+13
[next]