summaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)Author
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi
2021-02-24ntfs: check for valid standard information attributeRustam Kovhaev
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-15fs/ntfs: remove unused variable attr_lenAlex Shi
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2019-05-01ntfs: switch to ->free_inode()Al Viro
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-01-01ntfs: remove i_version handlingJeff Layton
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2012-12-20ntfs: drop vmtruncateMarco Stornelli
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner
2011-01-07fs: icache RCU free inodesNick Piggin
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-12-17kill I_LOCKChristoph Hellwig
2009-06-16ntfs: use is_power_of_2() function for clarity.Robert P. J. Day
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison
2009-01-05ntfs: don't NULL i_opAl Viro
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov
2007-05-31ntfs_init_locked_inode(): fix array indexingAndrew Morton