aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-24ntfs: check for valid standard information attributeGravatar Rustam Kovhaev 1-0/+6
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+3
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-12-15fs/ntfs: remove unused variable attr_lenGravatar Alex Shi 1-2/+0
2020-10-13ntfs: add check for mft record size in superblockGravatar Rustam Kovhaev 1-0/+6
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeGravatar Luca Stefani 1-13/+14
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-12/+6
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 1-15/+1
2019-05-01ntfs: switch to ->free_inode()Gravatar Al Viro 1-13/+4
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionGravatar Arnd Bergmann 1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-15/+15
2018-01-01ntfs: remove i_version handlingGravatar Jeff Layton 1-9/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-06-30Remove last traces of ->sync_pageGravatar Matthew Wilcox 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsGravatar Anton Altaparmakov 1-8/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopGravatar Al Viro 1-2/+0
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchGravatar Al Viro 1-1/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2012-12-20ntfs: drop vmtruncateGravatar Marco Stornelli 1-2/+6
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-3/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-4/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-4/+4
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-8/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-24fs: rename inode_lock to inode_hash_lockGravatar Dave Chinner 1-2/+2
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-2/+5
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+0
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2009-12-17kill I_LOCKGravatar Christoph Hellwig 1-3/+3
2009-06-16ntfs: use is_power_of_2() function for clarity.Gravatar Robert P. J. Day 1-1/+2
2009-04-01ntfs: remove private wrapper of endian helpersGravatar Harvey Harrison 1-2/+1
2009-01-05ntfs: don't NULL i_opGravatar Al Viro 1-3/+0
2007-10-12NTFS: Fix a mount time deadlock.Gravatar Anton Altaparmakov 1-3/+0
2007-05-31ntfs_init_locked_inode(): fix array indexingGravatar Andrew Morton 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Gravatar Anton Altaparmakov 1-56/+13
2006-12-07[PATCH] slab: remove SLAB_NOFSGravatar Christoph Lameter 1-2/+2
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanGravatar Richard Knutsson 1-5/+5