index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-09
fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
Li Zhijian
1
-3
/
+7
2024-10-04
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
1
-0
/
+4
2024-08-29
vfs: Don't evict inode under the inode lru traversing context
Zhihao Cheng
1
-2
/
+37
2023-12-03
filemap: add a per-mapping stable writes flag
Christoph Hellwig
1
-0
/
+2
2023-09-20
Revert "fs: add infrastructure for multigrain timestamps"
Christian Brauner
1
-79
/
+3
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-15
/
+2
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-41
/
+175
2023-08-21
fs: simplify invalidate_inodes
Christoph Hellwig
1
-15
/
+2
2023-08-12
locking: remove spin_lock_prefetch
Mateusz Guzik
1
-3
/
+0
2023-08-11
fs: add infrastructure for multigrain timestamps
Jeff Layton
1
-3
/
+79
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-17
/
+13
2023-08-09
fs: drop the timespec64 arg from generic_update_time
Jeff Layton
1
-18
/
+66
2023-08-09
fs: remove silly warning from current_time
Jeff Layton
1
-6
/
+0
2023-07-13
fs: convert to ctime accessor functions
Jeff Layton
1
-3
/
+7
2023-07-10
fs: add ctime accessors infrastructure
Jeff Layton
1
-0
/
+16
2023-07-04
fs: don't assume arguments are non-NULL
Christian Brauner
1
-2
/
+4
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2023-06-07
fs: Restrict lock_two_nondirectories() to non-directory inodes
Jan Kara
1
-10
/
+10
2023-06-02
fs: Establish locking order for unrelated directories
Jan Kara
1
-0
/
+42
2023-05-19
fs: remove the special !CONFIG_BLOCK def_blk_fops
Christoph Hellwig
1
-1
/
+2
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2023-04-18
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
1
-2
/
+1
2023-03-27
Update relatime comments to include equality
Stephen Kitt
1
-4
/
+4
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-29
/
+28
2023-01-19
fs: port fs{g,u}id helpers to mnt_idmap
Christian Brauner
1
-4
/
+2
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-6
/
+2
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-9
/
+11
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-6
/
+7
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-6
/
+8
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-12-12
Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2022-12-12
Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-36
/
+28
2022-10-26
fs: use type safe idmapping helpers
Christian Brauner
1
-4
/
+4
2022-10-23
fs: drop useless condition from inode_needs_update_time
Jeff Layton
1
-3
/
+0
2022-10-18
attr: use consistent sgid stripping checks
Christian Brauner
1
-3
/
+4
2022-10-18
fs: move should_remove_suid()
Christian Brauner
1
-29
/
+0
2022-10-18
attr: add in_group_or_capable()
Christian Brauner
1
-4
/
+24
2022-10-06
Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+3
2022-09-01
fs: fix UAF/GPF bug in nilfs_mdt_destroy
Dongliang Mu
1
-4
/
+3
2022-08-18
fs: __file_remove_privs(): restore call to inode_has_no_xattr()
Stefan Roesch
1
-6
/
+8
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-3
/
+7
2022-08-09
Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-4
/
+30
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-08-03
fs: change test in inode_insert5 for adding to the sb list
Jeff Layton
1
-3
/
+7
2022-07-24
fs: Add async write file modification handling.
Stefan Roesch
1
-3
/
+42
2022-07-24
fs: Split off inode_needs_update_time and __file_update_time
Stefan Roesch
1
-26
/
+50
2022-07-24
fs: add __remove_file_privs() with flags parameter
Stefan Roesch
1
-20
/
+37
2022-07-21
fs: move S_ISGID stripping into the vfs_*() helpers
Yang Xu
1
-2
/
+0
[next]