summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian2024-08-301-3/+7
* inode: port __I_LRU_ISOLATING to var eventChristian Brauner2024-08-301-8/+19
* inode: port __I_NEW to var eventChristian Brauner2024-08-301-8/+24
* fs: add i_state helpersChristian Brauner2024-08-301-0/+11
* vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun2024-08-301-0/+4
* vfs: drop one lock trip in evict()Mateusz Guzik2024-08-301-2/+3
* inode: remove __I_DIO_WAKEUPChristian Brauner2024-08-301-12/+11
* vfs: use RCU in ilookupMateusz Guzik2024-08-301-3/+1
* vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng2024-08-131-2/+37
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* inode: clarify what's lockedChristian Brauner2024-07-241-11/+11
* vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik2024-07-241-0/+20
* Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-151-26/+82
|\
| * vfs: partially sanitize i_state zeroing on inode creationMateusz Guzik2024-06-131-10/+3
| * vfs: add rcu-based find_inode variants for iget opsMateusz Guzik2024-06-121-17/+80
* | fs: Export in_group_or_capable()Youling Tang2024-06-251-0/+1
|/
* Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-3/+4
|\
| * fs: file_remove_privs_flags()Kent Overstreet2024-03-131-3/+4
* | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+1
|\ \
| * | fs: Move enum rw_hint into a new header fileBart Van Assche2024-02-061-0/+1
| |/
* | fs: use inode_set_ctime_to_ts to set inode ctime to current timeNguyen Dinh Phi2024-03-011-1/+1
* | vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
* | fs: improve dump_mapping() robustnessBaolin Wang2024-01-221-1/+2
|/
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-43/+6
|\
| * kill lock_two_inodes()Al Viro2023-11-251-43/+6
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-2/+2
|\ \ \
| * | | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-2/+2
| |/ /
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-11/+11
|\ \ \ | |/ / |/| |
| * | fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn2023-12-211-1/+1
| * | fs/inode: Make relatime_need_update return boolHao Ge2023-12-121-6/+6
| * | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-4/+4
| |/
* / filemap: add a per-mapping stable writes flagChristoph Hellwig2023-11-201-0/+2
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-4/+4
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-4/+4
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-14/+21
|\ \
| * | fs: convert core infrastructure to new timestamp accessorsJeff Layton2023-10-181-14/+21
| |/
* | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-4/+4
|\ \ | |/ |/|
| * fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein2023-09-111-4/+4
* | Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-201-79/+3
|/
* Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-15/+2
|\
| * fs: simplify invalidate_inodesChristoph Hellwig2023-08-211-15/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-41/+175
|\ \
| * | fs: add infrastructure for multigrain timestampsJeff Layton2023-08-111-3/+79
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-17/+13
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-18/+66
| * | fs: remove silly warning from current_timeJeff Layton2023-08-091-6/+0
| * | fs: convert to ctime accessor functionsJeff Layton2023-07-131-3/+7
| * | fs: add ctime accessors infrastructureJeff Layton2023-07-101-0/+16
| |/