summaryrefslogtreecommitdiffstats
path: root/fs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-3/+2
|\
| * mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-121-2/+2
| * mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-121-1/+0
* | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-15/+14
|\ \
| * | vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik2024-11-141-1/+1
| * | fs/inode: Fix a typoAndrew Kreimer2024-10-221-1/+1
| * | vfs: inode insertion kdoc correctionsAndreas Gruenbacher2024-10-221-13/+12
* | | Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-181-22/+262
|\ \ \ | |_|/ |/| |
| * | fs: reduce pointer chasing in is_mgtime() testJeff Layton2024-11-141-0/+2
| * | Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner2024-10-101-22/+260
| |\ \ | | |/ | |/|
| | * fs: add percpu counters for significant multigrain timestamp eventsJeff Layton2024-10-101-0/+69
| | * fs: tracepoints around multigrain timestamp eventsJeff Layton2024-10-101-1/+8
| | * fs: handle delegated timestamps in setattr_copy_mgtimeJeff Layton2024-10-101-0/+73
| | * fs: add infrastructure for multigrain timestampsJeff Layton2024-10-071-25/+114
* | | bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2024-10-091-4/+6
|/ /
* | Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-231-8/+0
|\ \
| * | inode: make __iget() a static inlineKent Overstreet2024-09-091-8/+0
* | | 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-141-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-121-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-111-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
| |/