aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch1-6/+8
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+7
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+30
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-08-03fs: change test in inode_insert5 for adding to the sb listJeff Layton1-3/+7
2022-07-24fs: Add async write file modification handling.Stefan Roesch1-3/+42
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch1-26/+50
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch1-20/+37
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu1-2/+0
2022-07-19fs: add mode_strip_sgid() helperYang Xu1-4/+32
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)1-1/+1
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun1-1/+1
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-1/+1
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-7/+32
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)1-0/+49
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)1-2/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-19/+27
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner1-19/+27
2021-10-26fs: export an inode_update_time helperJosef Bacik1-3/+4
2021-09-17mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior1-2/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner1-1/+1
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-0/+2
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins1-1/+8
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)1-1/+1
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+2
2021-04-12vfs: remove unused ioctl helpersMiklos Szeredi1-87/+0
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner1-2/+2
2021-03-23fs: document and rename fsid helpersChristian Brauner1-2/+2
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-13/+31
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-18/+20
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-3/+4
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-10/+26
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+2
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2021-01-13fs: only specify I_DIRTY_TIME when needed in generic_update_time()Eric Biggers1-18/+20
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers1-0/+1
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-1/+3
2020-12-01block: remove i_bdevChristoph Hellwig1-3/+0
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+2
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-16/+96
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells1-16/+96
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-20fs: inode.c: get rid of docs warningsMauro Carvalho Chehab1-3/+3
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-0/+1