index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
kernfs
/
mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernfs: mount: Remove unnecessary ‘NULL’ values from knparent
Li zeming
2024-05-04
1
-1
/
+1
*
fs: super_set_uuid()
Kent Overstreet
2024-02-08
1
-1
/
+3
*
kernfs: d_obtain_alias(NULL) will do the right thing...
Al Viro
2023-12-20
1
-3
/
+0
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-03
1
-2
/
+3
|
\
|
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-2
/
+3
*
|
fs: super: dynamically allocate the s_shrink
Qi Zheng
2023-10-04
1
-1
/
+1
|
/
*
kernfs: attach uuid for every kernfs and report it in fsid
Ivan Babrou
2023-08-05
1
-1
/
+12
*
kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.
Imran Khan
2023-03-29
1
-4
/
+4
*
kernfs: fix all kernel-doc warnings and multiple typos
Randy Dunlap
2022-11-23
1
-3
/
+7
*
kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.
Imran Khan
2022-06-27
1
-0
/
+19
*
kernfs: switch global kernfs_rwsem lock to per-fs lock
Minchan Kim
2021-11-24
1
-6
/
+9
*
kernfs: use i_lock to protect concurrent inode updates
Ian Kent
2021-07-27
1
-2
/
+2
*
kernfs: switch kernfs to use an rwsem
Ian Kent
2021-07-27
1
-6
/
+6
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-12-06
1
-1
/
+1
|
\
|
*
new helper: lookup_positive_unlocked()
Al Viro
2019-11-15
1
-1
/
+1
*
|
kernfs: use 64bit inos if ino_t is 64bit
Tejun Heo
2019-11-12
1
-3
/
+4
*
|
kernfs: implement custom exportfs ops and fid type
Tejun Heo
2019-11-12
1
-16
/
+61
*
|
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
Tejun Heo
2019-11-12
1
-24
/
+2
*
|
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
2019-11-12
1
-4
/
+3
*
|
kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()
Tejun Heo
2019-11-12
1
-10
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
2019-06-05
1
-2
/
+1
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-12
1
-82
/
+37
|
\
|
*
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2019-02-28
1
-52
/
+37
|
*
kill kernfs_pin_sb()
Al Viro
2019-01-17
1
-30
/
+0
*
|
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-03-06
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
kernfs: Allocating memory for kernfs_iattrs with kmem_cache.
Ayush Mittal
2019-02-08
1
-1
/
+6
*
|
fix cgroup_do_mount() handling of failure exits
Al Viro
2019-01-17
1
-2
/
+6
|
/
*
mm: zero-seek shrinkers
Johannes Weiner
2018-10-27
1
-0
/
+3
*
kernfs: deal with kernfs_fill_super() failures
Al Viro
2018-05-21
1
-0
/
+1
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-1
/
+1
*
kernfs: checking for IS_ERR() instead of NULL
Dan Carpenter
2017-09-01
1
-2
/
+2
*
blktrace: add an option to allow displaying cgroup path
Shaohua Li
2017-07-29
1
-0
/
+19
*
kernfs: add exportfs operations
Shaohua Li
2017-07-29
1
-0
/
+56
*
kernfs: don't set dentry->d_fsdata
Shaohua Li
2017-07-29
1
-6
/
+2
*
kernfs: add an API to get kernfs node from inode number
Shaohua Li
2017-07-29
1
-1
/
+10
*
kernfs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-10-07
1
-0
/
+1
*
vfs: Generalize filesystem nodev handling.
Eric W. Biederman
2016-06-23
1
-2
/
+2
*
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
Eric W. Biederman
2016-06-23
1
-0
/
+2
*
fs: Add user namespace member to struct super_block
Eric W. Biederman
2016-06-23
1
-1
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-17
1
-3
/
+2
|
\
|
*
kernfs: use lookup_one_len_unlocked()
Al Viro
2016-05-03
1
-3
/
+2
*
|
kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
Serge E. Hallyn
2016-05-12
1
-1
/
+2
*
|
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
2016-05-09
1
-0
/
+14
|
/
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
kernfs: define kernfs_node_dentry
Aditya Kali
2016-02-16
1
-0
/
+69
*
fs: deduplicate noop_backing_dev_info
Christoph Hellwig
2015-01-20
1
-1
/
+0
*
kernfs: introduce kernfs_pin_sb()
Li Zefan
2014-06-30
1
-0
/
+30
*
kernfs: move the last knowledge of sysfs out from kernfs
Jianyu Zhan
2014-05-27
1
-5
/
+6
*
kernfs: implement kernfs_root->supers list
Tejun Heo
2014-04-25
1
-0
/
+11
*
Merge 3.14-rc5 into driver-core-next
Greg Kroah-Hartman
2014-03-03
1
-1
/
+7
|
\
[next]