]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-vnode.c
Fix more cstyle warnings
[mirror_spl.git] / module / spl / spl-vnode.c
2018-02-24 Brian BehlendorfFix more cstyle warnings
2018-02-21 Tomohiro KusumiFix function name typos
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-11-16 Brian BehlendorfLinux 4.14 compat: vfs_read & vfs_write
2017-10-30 James CowgillRemove all spin_is_locked calls
2017-10-27 Brian BehlendorfRemove vn_rename and vn_remove
2017-10-09 Olaf FaalandMake file headers conform to ZFS style standard
2017-05-09 Chunwei ChenLinux 4.12 compat: PF_FSTRANS was removed
2017-03-21 Olaf FaalandLinux 4.11 compat: vfs_getattr() takes 4 args
2017-01-31 Chunwei ChenUse kernel slab for vn_cache and vn_file_cache
2017-01-19 George MelikovRemove identical if statements in module/spl/spl-vnode.c
2016-05-20 Chunwei ChenLinux 4.7 compat: inode_lock() and friends
2016-04-26 Tim ChaseClear PF_FSTRANS over spl_filp_fallocate()
2016-01-23 Brian BehlendorfRemove RLIM64_INFINITY assert in vn_rdwr()
2015-12-03 Richard YaoFix race between getf() and areleasef()
2015-04-24 Richard YaoImplement areleasef()
2015-04-24 Richard Yaovn_getf/vn_releasef should not accept negative file...
2015-04-07 Brian BehlendorfClear PF_FSTRANS over vfs_sync()
2015-01-21 Brian BehlendorfFix GFP_KERNEL allocations flags
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRefactor existing code
2014-11-19 Ned BassRemove compat includes from sys/types.h
2014-11-19 Brian BehlendorfRetire legacy debugging infrastructure
2014-10-20 Brian BehlendorfMerge branch 'cleanup'
2014-10-17 Brian BehlendorfRemove kern_path() wrapper
2014-10-17 Brian BehlendorfRemove set_fs_pwd() configure check
2014-10-17 Brian BehlendorfRemove user_path_dir() wrapper
2014-10-17 Brian BehlendorfRemove i_mutex() configure check
2014-08-13 Richard YaoCleanup vn_rename() and vn_remove()
2014-05-07 Chunwei ChenLinux 3.15: vfs_rename() added a flags argument
2013-12-02 Richard YaoLinux 3.13 compat: Pass NULL for new delegated inode...
2013-08-09 Richard YaoLinux 3.8 compat: Use kuid_t/kgid_t when required
2013-03-14 Brian BehlendorfMerge branch 'linux-3.9'
2013-03-14 Richard YaoDrop support for 3 argument version of set_fs_pwd
2013-03-14 Richard YaoLinux 3.9 compat: set_fs_root takes const struct path *
2013-03-14 Richard YaoLinux 3.9 compat: vfs_getattr takes two arguments
2013-03-14 Richard YaoLinux 3.9 compat: Do not depend on f_vfsmnt
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-08 Brian BehlendorfRHEL 6.4 compat, fallocate()
2012-12-03 Brian BehlendorfHandle errors from spl_kern_path_locked()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, kern_path_locked() added
2012-10-04 Etienne DechampsAdd interface for file hole punching.
2012-06-11 Brian BehlendorfFix invalid context bug
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-10-18 Gunnar Beutnervn_rdwr() didn't properly advance the file position
2011-10-11 Gunnar BeutnerFixed invalid resource re-use in file_find()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, kern_path_parent()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, DEFINE_SPINLOCK()
2011-03-02 Brian BehlendorfRemove xvattr support
2011-01-12 Brian BehlendorfMake vn_cache|vn_file_cache kmem caches
2011-01-12 Brian BehlendorfClean vattr_t and vsecattr_t types
2011-01-12 Brian BehlendorfAdd vn_mode_to_vtype/vn_vtype to_mode helpers
2011-01-11 Brian BehlendorfLinux Compat: inode->i_mutex/i_sem
2010-11-09 Brian BehlendorfLinux 2.6.36 compat, fs_struct->lock type change
2010-08-12 Li WeiFix stack overflow in vn_rdwr() due to memory reclaim
2010-07-26 Brian BehlendorfFix two minor compiler warnings
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-07-14 Brian BehlendorfLinux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
2010-07-01 Brian BehlendorfAdd configure check for user_path_dir()
2010-05-17 Brian BehlendorfPublic Release Prep
2010-04-23 Ricardo CorreiaHandle the FAPPEND option in vn_rdwr().
2010-04-22 Brian BehlendorfUpdate vn_set_pwd() to allow user|kernal address for...
2010-01-08 Ricardo M. Correiasun-fix-whitespace
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-07-22 Brian BehlendorfThe HAVE_PATH_IN_NAMEIDATA compat macros should have...
2009-05-20 Brian BehlendorfSLES10 Fixes (part 4):
2009-01-15 Brian BehlendorfRename modules to module and update references