summaryrefslogtreecommitdiff
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+1
|\
| * mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-2/+1
* | Update relatime comments to include equalityStephen Kitt2023-03-271-4/+4
|/
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-29/+28
|\
| * fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-4/+2
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-6/+2
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-9/+11
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-6/+7
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-6/+8
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-3/+3
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-4/+4
|\
| * fs: use type safe idmapping helpersChristian Brauner2022-10-261-4/+4
* | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-36/+28
|\ \ | |/
| * attr: use consistent sgid stripping checksChristian Brauner2022-10-181-3/+4
| * fs: move should_remove_suid()Christian Brauner2022-10-181-29/+0
| * attr: add in_group_or_capable()Christian Brauner2022-10-181-4/+24
* | fs: drop useless condition from inode_needs_update_timeJeff Layton2022-10-231-3/+0
|/
* Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-4/+3
|\
| * fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu2022-09-011-4/+3
* | fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch2022-08-181-6/+8
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+7
|\
| * fs: change test in inode_insert5 for adding to the sb listJeff Layton2022-08-031-3/+7
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-4/+30
|\ \
| * | fs: move S_ISGID stripping into the vfs_*() helpersYang Xu2022-07-211-2/+0
| * | fs: add mode_strip_sgid() helperYang Xu2022-07-191-4/+32
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-1/+1
|\ \
| * | mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)2022-06-291-1/+1
| |/
* | fs: Add async write file modification handling.Stefan Roesch2022-07-241-3/+42
* | fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch2022-07-241-26/+50
* | fs: add __remove_file_privs() with flags parameterStefan Roesch2022-07-241-20/+37
|/
* writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2022-06-061-1/+1
* fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-221-1/+1
* fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-7/+32
* mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)2022-01-151-0/+49
* fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-19/+27
|\
| * vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-19/+27
* | fs: export an inode_update_time helperJosef Bacik2021-10-261-3/+4
|/
* mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior2021-09-171-2/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\
| * fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner2021-09-031-1/+1
* | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-0/+2
|/
* mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins2021-05-051-1/+8
* mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-1/+1
* Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-271-2/+2
|\
| * fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner2021-03-231-2/+2
| * fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+2
* | vfs: remove unused ioctl helpersMiklos Szeredi2021-04-121-87/+0
|/