aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-13/+31
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-18/+20
2021-01-24open: handle idmapped mounts in do_truncate()Gravatar Christian Brauner 1-3/+4
2021-01-24namei: handle idmapped mounts in may_*() helpersGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-10/+26
2021-01-24capability: handle idmapped mountsGravatar Christian Brauner 1-1/+2
2021-01-21fs: fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-2/+2
2021-01-13fs: only specify I_DIRTY_TIME when needed in generic_update_time()Gravatar Eric Biggers 1-18/+20
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Gravatar Eric Biggers 1-0/+1
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Gravatar Hao Li 1-1/+3
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-3/+0
2020-10-16fs: add a filesystem flag for THPsGravatar Matthew Wilcox (Oracle) 1-0/+2
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+96
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableGravatar David Howells 1-16/+96
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2020-04-20fs: inode.c: get rid of docs warningsGravatar Mauro Carvalho Chehab 1-3/+3
2020-03-06futex: Fix inode life-time issueGravatar Peter Zijlstra 1-0/+1
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+19
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-30/+3
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-13/+19
2020-01-22fscrypt: don't allow v1 policies with casefoldingGravatar Daniel Rosenberg 1-1/+2
2019-12-18fs: avoid softlockups in s_inodes iteratorsGravatar Eric Sandeen 1-0/+7
2019-12-08fs: Do not overload update_timeGravatar Deepa Dinamani 1-6/+3
2019-12-08fs: Delete timespec64_trunc()Gravatar Deepa Dinamani 1-24/+0
2019-09-24mm,thp: avoid writes to file with THP in pagecacheGravatar Song Liu 1-0/+3
2019-08-30vfs: Add timestamp_truncate() apiGravatar Deepa Dinamani 1-1/+32
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-0/+86
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-0/+20
2019-07-01vfs: only allow FSSETXATTR to set DAX flag on files and dirsGravatar Darrick J. Wong 1-0/+8
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsGravatar Darrick J. Wong 1-0/+18
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoGravatar Darrick J. Wong 1-0/+13
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRGravatar Darrick J. Wong 1-0/+23
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-0/+24
2019-06-09vfs: introduce file_modified() helperGravatar Amir Goldstein 1-0/+20
2019-05-31mm: fix page cache convergence regressionGravatar Johannes Weiner 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-22/+34
2019-05-01new inode method: ->free_inode()Gravatar Al Viro 1-22/+34
2019-04-28Abort file_remove_privs() for non-reg. filesGravatar Alexander Lochmann 1-2/+7
2019-04-26fs: use timespec64 in relatime_need_updateGravatar Arnd Bergmann 1-2/+2
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Gravatar Vineet Gupta 1-7/+1
2019-02-12Revert "mm: don't reclaim inodes with many attached pages"Gravatar Dave Chinner 1-5/+2
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2018-12-18vfs: replace current_kernel_time64 with ktime equivalentGravatar Arnd Bergmann 1-1/+3
2018-11-18mm: don't reclaim inodes with many attached pagesGravatar Roman Gushchin 1-2/+5