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
...
*
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
*
Illumos #4045 write throttle & i/o scheduler performance work
Matthew Ahrens
2013-12-06
1
-9
/
+28
*
Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)
Matthew Ahrens
2013-12-06
1
-17
/
+15
*
Only commit the ZIL once in zpl_writepages() (msync() case).
Etienne Dechamps
2013-11-23
1
-29
/
+15
*
Illumos #3236
George Wilson
2013-11-05
1
-0
/
+6
*
Illumos #3742
Will Andrews
2013-11-04
1
-18
/
+10
*
6939941 problem with moving files in zfs
Mark Shellenbaum
2013-11-04
1
-2
/
+2
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-73
/
+73
*
Illumos #3522
George Wilson
2013-10-30
1
-1
/
+1
*
Reintroduce uio_prefaultpages()
Richard Yao
2013-10-29
1
-2
/
+2
*
Posix ACL Support
Massimo Maggi
2013-10-29
1
-4
/
+8
*
Restructure zfs_readdir() to fix regressions
Richard Yao
2013-10-29
1
-15
/
+22
*
Linux 3.11 compat: fops->iterate()
Richard Yao
2013-08-15
1
-6
/
+6
*
Return correct type and offset from zfs_readdir
Richard Yao
2013-08-07
1
-1
/
+1
*
Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()
Li Dongyang
2013-07-02
1
-10
/
+27
*
Readd zfs_holey() from OpenSolaris
Matthew Ahrens
2013-07-02
1
-0
/
+45
*
Illumos #3006
Madhav Suresh
2013-06-19
1
-3
/
+4
*
Revert "Remove TSD zfs_fsyncer_key"
Brian Behlendorf
2012-12-20
1
-0
/
+4
[prev]
[next]