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
*
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
*
Remove TSD zfs_fsyncer_key
Brian Behlendorf
2012-12-19
1
-4
/
+0
*
Update SAs when an inode is dirtied
Brian Behlendorf
2012-12-14
1
-22
/
+51
*
Preserve inode mtime/ctime in .writepage()
Brian Behlendorf
2012-12-05
1
-4
/
+32
*
Fix "allocating allocated segment" panic
Brian Behlendorf
2012-11-09
1
-1
/
+10
*
Clear PG_writeback for sync I/O error case
Brian Behlendorf
2012-09-14
1
-0
/
+9
*
Move iput() after zfs_inode_update()
Brian Behlendorf
2012-09-12
1
-2
/
+2
*
Switch KM_SLEEP to KM_PUSHPAGE
Brian Behlendorf
2012-09-04
1
-2
/
+2
*
Clear PG_writeback after zil_commit() for sync I/O
Brian Behlendorf
2012-08-30
1
-3
/
+8
*
Add .zfs control directory
Brian Behlendorf
2012-03-22
1
-4
/
+6
*
Check permissions in zfs_space().
Etienne Dechamps
2012-02-09
1
-0
/
+11
*
Allow multiple values per directory entry
Brian Behlendorf
2012-02-02
1
-3
/
+13
*
Fix a race condition in zfs_getattr_fast()
Gunnar Beutner
2011-11-03
1
-0
/
+5
[next]