index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
kernfs
/
kernfs-internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
kernfs: move kernfs_xattr_handlers to .rodata
Wedson Almeida Filho
1
-1
/
+1
2023-03-29
kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.
Imran Khan
1
-0
/
+1
2023-03-29
kernfs: Introduce separate rwsem to protect inode attributes.
Imran Khan
1
-0
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-11-23
kernfs: fix all kernel-doc warnings and multiple typos
Randy Dunlap
1
-1
/
+1
2022-09-01
kernfs: Skip kernfs_drain_open_files() more aggressively
Tejun Heo
1
-0
/
+1
2022-06-27
kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.
Imran Khan
1
-0
/
+4
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
1
-0
/
+18
2022-02-22
kernfs: remove redundant kernfs_rwsem declaration.
Imran Khan
1
-1
/
+0
2021-07-27
kernfs: switch kernfs to use an rwsem
Ian Kent
1
-2
/
+3
2021-07-27
kernfs: add a revision to identify directory node changes
Ian Kent
1
-0
/
+19
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-3
/
+6
2020-03-16
kernfs: Add option to enable user xattrs
Daniel Xu
1
-0
/
+2
2019-11-12
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
Tejun Heo
1
-2
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-2
/
+1
2019-03-21
kernfs: use simple_xattrs for security attributes
Ondrej Mosnacek
1
-2
/
+0
2019-03-21
kernfs: clean up struct kernfs_iattrs
Ondrej Mosnacek
1
-1
/
+5
2019-03-13
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-0
/
+1
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
1
-0
/
+1
2019-02-08
kernfs: Allocating memory for kernfs_iattrs with kmem_cache.
Ayush Mittal
1
-1
/
+1
2018-07-21
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
1
-0
/
+2
2017-07-29
kernfs: don't set dentry->d_fsdata
Shaohua Li
1
-0
/
+7
2017-07-29
kernfs: add an API to get kernfs node from inode number
Shaohua Li
1
-0
/
+2
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-2
/
+2
2016-12-27
kernfs: add kernfs_ops->open/release() callbacks
Tejun Heo
1
-1
/
+1
2016-10-07
kernfs: Switch to generic xattr handlers
Andreas Gruenbacher
1
-6
/
+1
2016-05-28
switch ->setxattr() to passing dentry and inode separately
Al Viro
1
-1
/
+2
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-2
/
+2
2015-06-18
kernfs: make kernfs_get_inode() public
Tejun Heo
1
-1
/
+0
2015-01-21
fs: deduplicate noop_backing_dev_info
Christoph Hellwig
1
-1
/
+0
2014-04-25
kernfs: implement kernfs_root->supers list
Tejun Heo
1
-0
/
+5
2014-02-15
kernfs: fix kernfs_node_from_dentry()
Li Zefan
1
-0
/
+1
2014-02-08
kernfs: remove KERNFS_REMOVED
Tejun Heo
1
-1
/
+2
2014-02-08
kernfs: remove kernfs_addrm_cxt
Tejun Heo
1
-10
/
+1
2014-01-17
kernfs: associate a new kernfs_node with its parent on creation
Tejun Heo
1
-4
/
+4
2014-01-14
Revert "kernfs: remove KERNFS_REMOVED"
Greg Kroah-Hartman
1
-2
/
+1
2014-01-14
Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"
Greg Kroah-Hartman
1
-1
/
+1
2014-01-14
Revert "kernfs: remove kernfs_addrm_cxt"
Greg Kroah-Hartman
1
-1
/
+11
2014-01-11
kernfs: remove kernfs_addrm_cxt
Tejun Heo
1
-11
/
+1
2014-01-11
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
1
-1
/
+1
2014-01-11
kernfs: remove KERNFS_REMOVED
Tejun Heo
1
-1
/
+2
2013-12-17
kernfs: mark static names with KERNFS_STATIC_NAME
Tejun Heo
1
-1
/
+1
2013-12-12
kernfs: s/sysfs/kernfs/ in internal functions and whatever is left
Tejun Heo
1
-22
/
+22
2013-12-12
kernfs: s/sysfs/kernfs/ in global variables
Tejun Heo
1
-7
/
+7
2013-12-12
kernfs: s/sysfs/kernfs/ in constants
Tejun Heo
1
-2
/
+2
2013-12-12
kernfs: s/sysfs/kernfs/ in various data structures
Tejun Heo
1
-10
/
+10
2013-12-12
kernfs: drop s_ prefix from kernfs_node members
Tejun Heo
1
-3
/
+3
2013-12-12
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-20
/
+20
[next]