summaryrefslogtreecommitdiff
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-0/+1
|\
| * fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers2021-01-041-0/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-13/+31
|\ \
| * | open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-3/+4
| * | namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-10/+26
| * | capability: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| |/
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-18/+20
|\ \
| * | fs: only specify I_DIRTY_TIME when needed in generic_update_time()Eric Biggers2021-01-131-18/+20
| |/
* | fs: fix kernel-doc markupsMauro Carvalho Chehab2021-01-211-2/+2
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-1/+3
|\