aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)1-3102/+0
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton1-12/+13
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton1-7/+8
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+3
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi1-1/+1
2021-02-24ntfs: check for valid standard information attributeRustam Kovhaev1-0/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+3
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-12-15fs/ntfs: remove unused variable attr_lenAlex Shi1-2/+0
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev1-0/+6
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani1-13/+14
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner1-15/+1
2019-05-01ntfs: switch to ->free_inode()Al Viro1-13/+4
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-15/+15
2018-01-01ntfs: remove i_version handlingJeff Layton1-9/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov1-8/+11
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2012-12-20ntfs: drop vmtruncateMarco Stornelli1-2/+6
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman1-3/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-4/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-4/+4
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-8/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+5
2010-08-09remove inode_setattrChristoph Hellwig1-3/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-12-17kill I_LOCKChristoph Hellwig1-3/+3
2009-06-16ntfs: use is_power_of_2() function for clarity.Robert P. J. Day1-1/+2
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison1-2/+1
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov1-3/+0
2007-05-31ntfs_init_locked_inode(): fix array indexingAndrew Morton1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov1-56/+13
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-2/+2
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson1-5/+5
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-4/+0
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-07-03[PATCH] lockdep: annotate NTFS locking rulesIngo Molnar1-0/+33
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar1-5/+5
2006-03-23NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov1-3/+6
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov1-15/+11
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov1-23/+45
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov1-10/+39
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+19
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2005-10-04NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completesAnton Altaparmakov1-8/+15
2005-10-04NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supportsAnton Altaparmakov1-33/+458
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov1-4/+5
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov1-101/+114
2005-09-08NTFS: Truncate {a,c,m}time to the ntfs supported time granularity whenAnton Altaparmakov1-5/+7
2005-05-27NTFS: Remove spurious void pointer casts from fs/ntfs/.Pekka Enberg1-3/+2
2005-05-05NTFS: Correct sparse file handling. The compressed values need to beAnton Altaparmakov1-90/+82
2005-05-05NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Randy Dunlap1-6/+6
2005-05-05NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in theAnton Altaparmakov1-174/+170
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov1-1/+4
2005-05-05NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached valueAnton Altaparmakov1-11/+14
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2616