summaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-3/+3
|\
| * ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-021-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-09-111-0/+7
* ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+2
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* ntfs: add sanity check on allocation sizeDongliang Mu2022-03-221-0/+4
* ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-06-291-1/+1
* ntfs: check for valid standard information attributeRustam Kovhaev2021-02-241-0/+6
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+3
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs/ntfs: remove unused variable attr_lenAlex Shi2020-12-151-2/+0
* ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-131-0/+6
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-071-13/+14
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6
* timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-9/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner2019-05-241-15/+1
* ntfs: switch to ->free_inode()Al Viro2019-05-011-13/+4
* fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2018-08-171-6/+6
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-15/+15
* ntfs: remove i_version handlingJeff Layton2018-01-011-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* Remove last traces of ->sync_pageMatthew Wilcox2016-06-301-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-161-8/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+0
|\
| * ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-011-2/+0
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-091-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ntfs: drop vmtruncateMarco Stornelli2012-12-201-2/+6
* userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-3/+4
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-4/+4
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-4/+4
* fs: kill i_alloc_semChristoph Hellwig2011-07-201-8/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-241-2/+2
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+5
* remove inode_setattrChristoph Hellwig2010-08-091-3/+0
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* kill I_LOCKChristoph Hellwig2009-12-171-3/+3
* ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2009-06-161-1/+2