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
/
spl
/
spl-vnode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux 4.14 compat: vfs_read & vfs_write
Brian Behlendorf
2017-11-15
1
-17
/
+4
*
Remove all spin_is_locked calls
James Cowgill
2017-10-30
1
-2
/
+0
*
Remove vn_rename and vn_remove
Brian Behlendorf
2017-10-27
1
-217
/
+0
*
Make file headers conform to ZFS style standard
Olaf Faaland
2017-10-09
1
-2
/
+2
*
Linux 4.12 compat: PF_FSTRANS was removed
Chunwei Chen
2017-05-09
1
-6
/
+6
*
Linux 4.11 compat: vfs_getattr() takes 4 args
Olaf Faaland
2017-03-20
1
-3
/
+10
*
Use kernel slab for vn_cache and vn_file_cache
Chunwei Chen
2017-01-31
1
-2
/
+2
*
Remove identical if statements in module/spl/spl-vnode.c
George Melikov
2017-01-19
1
-3
/
+0
*
Linux 4.7 compat: inode_lock() and friends
Chunwei Chen
2016-05-20
1
-1
/
+2
*
Clear PF_FSTRANS over spl_filp_fallocate()
Tim Chase
2016-04-26
1
-0
/
+15
*
Remove RLIM64_INFINITY assert in vn_rdwr()
Brian Behlendorf
2016-01-23
1
-1
/
+0
*
Fix race between getf() and areleasef()
Richard Yao
2015-12-03
1
-0
/
+13
*
Implement areleasef()
Richard Yao
2015-04-24
1
-5
/
+14
*
vn_getf/vn_releasef should not accept negative file descriptors
Richard Yao
2015-04-24
1
-0
/
+6
*
Clear PF_FSTRANS over vfs_sync()
Brian Behlendorf
2015-04-07
1
-1
/
+15
*
Fix GFP_KERNEL allocations flags
Brian Behlendorf
2015-01-21
1
-1
/
+1
*
Refactor existing code
Brian Behlendorf
2015-01-16
1
-0
/
+1
*
Remove compat includes from sys/types.h
Ned Bass
2014-11-19
1
-0
/
+1
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
1
-76
/
+57
*
Remove kern_path() wrapper
Brian Behlendorf
2014-10-17
1
-16
/
+0
*
Remove set_fs_pwd() configure check
Brian Behlendorf
2014-10-17
1
-12
/
+10
*
Remove user_path_dir() wrapper
Brian Behlendorf
2014-10-17
1
-20
/
+0
*
Remove i_mutex() configure check
Brian Behlendorf
2014-10-17
1
-1
/
+1
*
Cleanup vn_rename() and vn_remove()
Richard Yao
2014-08-13
1
-207
/
+101
*
Linux 3.15: vfs_rename() added a flags argument
Chunwei Chen
2014-05-07
1
-6
/
+12
*
Linux 3.13 compat: Pass NULL for new delegated inode argument
Richard Yao
2013-12-02
1
-9
/
+13
*
Linux 3.8 compat: Use kuid_t/kgid_t when required
Richard Yao
2013-08-09
1
-2
/
+3
*
Drop support for 3 argument version of set_fs_pwd
Richard Yao
2013-03-14
1
-41
/
+2
*
Linux 3.9 compat: set_fs_root takes const struct path *
Richard Yao
2013-03-14
1
-0
/
+4
*
Linux 3.9 compat: vfs_getattr takes two arguments
Richard Yao
2013-03-14
1
-2
/
+15
*
Linux 3.9 compat: Do not depend on f_vfsmnt
Richard Yao
2013-03-14
1
-3
/
+3
*
Refresh links to web site
Ned Bass
2013-03-04
1
-1
/
+1
*
RHEL 6.4 compat, fallocate()
Brian Behlendorf
2013-01-08
1
-7
/
+9
*
Handle errors from spl_kern_path_locked()
Brian Behlendorf
2012-12-03
1
-0
/
+2
*
Linux 3.6 compat, kern_path_locked() added
Yuxuan Shui
2012-10-14
1
-0
/
+136
*
Add interface for file hole punching.
Etienne Dechamps
2012-10-04
1
-0
/
+53
*
Fix invalid context bug
Brian Behlendorf
2012-06-11
1
-2
/
+1
*
Linux 3.1 compat, kern_path_parent()
Brian Behlendorf
2011-11-09
1
-2
/
+25
*
vn_rdwr() didn't properly advance the file position
Gunnar Beutner
2011-10-18
1
-0
/
+1
*
Fixed invalid resource re-use in file_find()
Gunnar Beutner
2011-10-11
1
-1
/
+2
*
Linux 2.6.39 compat, kern_path_parent()
Brian Behlendorf
2011-04-20
1
-3
/
+3
*
Linux 2.6.39 compat, DEFINE_SPINLOCK()
Brian Behlendorf
2011-04-20
1
-1
/
+1
*
Remove xvattr support
Brian Behlendorf
2011-03-02
1
-2
/
+2
*
Make vn_cache|vn_file_cache kmem caches
Brian Behlendorf
2011-01-12
1
-2
/
+2
*
Clean vattr_t and vsecattr_t types
Brian Behlendorf
2011-01-12
1
-9
/
+6
*
Add vn_mode_to_vtype/vn_vtype to_mode helpers
Brian Behlendorf
2011-01-12
1
-6
/
+35
*
Linux Compat: inode->i_mutex/i_sem
Brian Behlendorf
2011-01-11
1
-10
/
+3
*
Linux 2.6.36 compat, fs_struct->lock type change
Brian Behlendorf
2010-11-09
1
-10
/
+18
*
Fix stack overflow in vn_rdwr() due to memory reclaim
Li Wei
2010-08-12
1
-0
/
+6
*
Fix two minor compiler warnings
Brian Behlendorf
2010-07-26
1
-1
/
+2
[next]