summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-3/+0
|/
* fs: don't assume arguments are non-NULLChristian Brauner2023-07-041-2/+4
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+2
|\
| * fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig2023-05-191-1/+2
* | fs: Restrict lock_two_nondirectories() to non-directory inodesJan Kara2023-06-071-10/+10
* | fs: Establish locking order for unrelated directoriesJan Kara2023-06-021-0/+42
|/
* 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