summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)Author
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-03-27Update relatime comments to include equalityStephen Kitt
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-26fs: use type safe idmapping helpersChristian Brauner
2022-10-23fs: drop useless condition from inode_needs_update_timeJeff Layton
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-10-18fs: move should_remove_suid()Christian Brauner
2022-10-18attr: add in_group_or_capable()Christian Brauner
2022-10-06Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-01fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03fs: change test in inode_insert5 for adding to the sb listJeff Layton
2022-07-24fs: Add async write file modification handling.Stefan Roesch
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu
2022-07-19fs: add mode_strip_sgid() helperYang Xu
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-10-26fs: export an inode_update_time helperJosef Bacik
2021-09-17mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-12vfs: remove unused ioctl helpersMiklos Szeredi
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner
2021-03-23fs: document and rename fsid helpersChristian Brauner