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
/
zfs_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix coverity defects: CID 147503
luozhengzheng
2016-11-10
1
-0
/
+21
*
Fix coverity defects: CID 147626, 147628
cao
2016-11-08
1
-2
/
+1
*
Add support for O_TMPFILE
Chunwei Chen
2016-11-04
1
-7
/
+151
*
Add TASKQID_INVALID
Brian Behlendorf
2016-11-02
1
-1
/
+1
*
Fix coverity defects: CID 147472
cao
2016-10-20
1
-2
/
+6
*
Fix coverity defects: CID 150926
luozhengzheng
2016-10-18
1
-2
/
+8
*
Refactor inode->i_mode management
lorddoskias
2016-09-27
1
-2
/
+2
*
Fix coverity defects
BearBabyLiu
2016-09-20
1
-2
/
+4
*
Simplify time handling logic in zfs_settattr
Nikolay Borisov
2016-09-13
1
-18
/
+15
*
OpenZFS 6940 - Cannot unlink directories when over quota
Simon Klinkert
2016-08-30
1
-0
/
+1
*
Fix interaction between userns uid/gid and SA
Nikolay Borisov
2016-08-08
1
-10
/
+12
*
Remove znode's z_uid/z_gid member
Nikolay Borisov
2016-07-25
1
-8
/
+10
*
Use native inode->i_nlink instead of znode->z_links
Chris Dunlop
2016-07-14
1
-5
/
+7
*
Fix out-of-bound access in zfs_fillpage
Chunwei Chen
2016-05-31
1
-2
/
+1
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-19
1
-1
/
+1
*
Remove dummy znode from zvol_state
Chunwei Chen
2016-05-17
1
-7
/
+9
*
Revert "Kill znode->z_gen field"
Brian Behlendorf
2016-05-12
1
-1
/
+1
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-02
1
-1
/
+1
*
Add pn_alloc()/pn_free() functions
Brian Behlendorf
2016-04-21
1
-18
/
+3
*
Enable lazytime semantic for atime
Chunwei Chen
2016-04-05
1
-3
/
+20
*
Fix atime handling and relatime
Chunwei Chen
2016-04-05
1
-24
/
+14
*
Linux 4.6 compat: PAGE_CACHE_SIZE removal
Brian Behlendorf
2016-04-05
1
-14
/
+14
*
llumos 6334 - Cannot unlink files when over quota
Simon Klinkert
2016-01-26
1
-5
/
+2
*
Reintroduce zfs_remove() synchronous deletes
kernelOfTruth
2016-01-26
1
-12
/
+66
*
Illumos 4950 - files sometimes can't be removed from a full filesystem
Matthew Ahrens
2016-01-21
1
-1
/
+14
*
Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEV
Marcel Telka
2016-01-15
1
-5
/
+14
*
Illumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!
Marcel Telka
2016-01-11
1
-0
/
+19
*
Illumos 5960, 5925
Paul Dagnelie
2016-01-08
1
-1
/
+2
*
Fix invalid fileid for snapshot root dentry
Andrey Vesnovaty
2015-09-04
1
-0
/
+10
*
Check for RW_WRITE_HELD in zfs_inactive
tuxoko
2015-09-01
1
-3
/
+10
*
Linux 3.18 compat: Snapshot auto-mounting
Brian Behlendorf
2015-08-31
1
-5
/
+0
*
Linux 4.1 compat: loop device on ZFS
Chunwei Chen
2015-08-24
1
-2
/
+4
*
Fix "BUG: Bad page state" caused by writeback flag
Chunwei Chen
2015-07-29
1
-0
/
+50
*
Update inode under range lock
Brian Behlendorf
2015-07-17
1
-1
/
+1
*
Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performance
Matthew Ahrens
2015-06-29
1
-7
/
+7
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-1
/
+7
*
Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
Chunwei Chen
2015-04-24
1
-0
/
+2
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-2
/
+2
*
Fix zfs_putpage() lock inversion (again)
Brian Behlendorf
2015-01-08
1
-2
/
+15
*
Fix zfs_putpage() lock inversion
Brian Behlendorf
2014-12-22
1
-3
/
+2
*
Fix snapshots with dirty inodes
Brian Behlendorf
2014-11-20
1
-0
/
+3
*
Remove checks for mandatory locks
Ned Bass
2014-10-22
1
-18
/
+0
*
Illumos 5139 - SEEK_HOLE failed to report a hole at end of file
Matthew Ahrens
2014-09-23
1
-9
/
+12
*
Implement fallocate FALLOC_FL_PUNCH_HOLE
Tim Chase
2014-09-08
1
-2
/
+0
*
Add zfs_iput_async() interface
Brian Behlendorf
2014-08-11
1
-7
/
+11
*
Fix zil_commit() NULL dereference
Brian Behlendorf
2014-07-17
1
-1
/
+2
*
Fix zfs_getattr_fast types
Brian Behlendorf
2014-01-09
1
-1
/
+6
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-20
/
+22
*
Fix z_sync_cnt decrement in zfs_close
Chunwei Chen
2013-12-17
1
-6
/
+2
*
Fix atime handling.
Tim Chase
2013-12-12
1
-3
/
+0
[next]