summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)AuthorLines
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain-7/+32
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)-0/+49
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)-2/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-19/+27
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner-19/+27
2021-10-26fs: export an inode_update_time helperJosef Bacik-3/+4
2021-09-17mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior-2/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner-1/+1
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara-0/+2
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins-1/+8
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)-1/+1
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2021-04-12vfs: remove unused ioctl helpersMiklos Szeredi-87/+0
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner-2/+2
2021-03-23fs: document and rename fsid helpersChristian Brauner-2/+2
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+31
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-18/+20
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner-3/+4
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner-10/+26
2021-01-24capability: handle idmapped mountsChristian Brauner-1/+2
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab-2/+2
2021-01-13fs: only specify I_DIRTY_TIME when needed in generic_update_time()Eric Biggers-18/+20
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers-0/+1
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+3
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li-1/+3
2020-12-01block: remove i_bdevChristoph Hellwig-3/+0
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)-0/+2
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+96
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells-16/+96
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-1/+1
2020-04-20fs: inode.c: get rid of docs warningsMauro Carvalho Chehab-3/+3
2020-03-06futex: Fix inode life-time issuePeter Zijlstra-0/+1
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+19
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+3
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino-13/+19
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg-1/+2
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen-0/+7
2019-12-08fs: Do not overload update_timeDeepa Dinamani-6/+3
2019-12-08fs: Delete timespec64_trunc()Deepa Dinamani-24/+0
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu-0/+3
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani-1/+32
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds-0/+86
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds-0/+20
2019-07-01vfs: only allow FSSETXATTR to set DAX flag on files and dirsDarrick J. Wong-0/+8
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong-0/+18