summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds1-8/+0
2024-09-09inode: make __iget() a static inlineKent Overstreet1-8/+0
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner1-8/+19
2024-08-30inode: port __I_NEW to var eventChristian Brauner1-8/+24
2024-08-30fs: add i_state helpersChristian Brauner1-0/+11
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik1-2/+3
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner1-12/+11
2024-08-30vfs: use RCU in ilookupMateusz Guzik1-3/+1
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-2/+37
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-24inode: clarify what's lockedChristian Brauner1-11/+11
2024-07-24vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik1-0/+20
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-26/+82
2024-06-25fs: Export in_group_or_capable()Youling Tang1-0/+1
2024-06-13vfs: partially sanitize i_state zeroing on inode creationMateusz Guzik1-10/+3
2024-06-12vfs: add rcu-based find_inode variants for iget opsMateusz Guzik1-17/+80
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-3/+4
2024-03-13fs: file_remove_privs_flags()Kent Overstreet1-3/+4
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2024-03-01fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi1-1/+1
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche1-0/+1
2024-01-22fs: improve dump_mapping() robustnessBaolin Wang1-1/+2
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-43/+6
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-11/+11
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn1-1/+1
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-2/+2
2023-12-12fs/inode: Make relatime_need_update return boolHao Ge1-6/+6
2023-11-25kill lock_two_inodes()Al Viro1-43/+6
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-4/+4
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-14/+21
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan1-4/+4
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton1-14/+21
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-79/+3
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-4/+4
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-15/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-41/+175
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig1-15/+2
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton1-3/+79
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-17/+13
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-18/+66