index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
kernfs
/
mount.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2019-11-15
new helper: lookup_positive_unlocked()
Al Viro
1
-1
/
+1
2019-11-12
kernfs: use 64bit inos if ino_t is 64bit
Tejun Heo
1
-3
/
+4
2019-11-12
kernfs: implement custom exportfs ops and fid type
Tejun Heo
1
-16
/
+61
2019-11-12
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
Tejun Heo
1
-24
/
+2
2019-11-12
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
1
-4
/
+3
2019-11-12
kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()
Tejun Heo
1
-10
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-2
/
+1
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-82
/
+37
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+6
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
1
-52
/
+37
2019-02-08
kernfs: Allocating memory for kernfs_iattrs with kmem_cache.
Ayush Mittal
1
-1
/
+6
2019-01-17
kill kernfs_pin_sb()
Al Viro
1
-30
/
+0
2019-01-17
fix cgroup_do_mount() handling of failure exits
Al Viro
1
-2
/
+6
2018-10-26
mm: zero-seek shrinkers
Johannes Weiner
1
-0
/
+3
2018-05-21
kernfs: deal with kernfs_fill_super() failures
Al Viro
1
-0
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-09-01
kernfs: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2017-07-29
blktrace: add an option to allow displaying cgroup path
Shaohua Li
1
-0
/
+19
2017-07-29
kernfs: add exportfs operations
Shaohua Li
1
-0
/
+56
2017-07-29
kernfs: don't set dentry->d_fsdata
Shaohua Li
1
-6
/
+2
2017-07-29
kernfs: add an API to get kernfs node from inode number
Shaohua Li
1
-1
/
+10
2016-10-06
kernfs: Switch to generic xattr handlers
Andreas Gruenbacher
1
-0
/
+1
2016-06-23
vfs: Generalize filesystem nodev handling.
Eric W. Biederman
1
-2
/
+2
2016-06-23
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
Eric W. Biederman
1
-0
/
+2
2016-06-23
fs: Add user namespace member to struct super_block
Eric W. Biederman
1
-1
/
+2
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+2
2016-05-12
kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
Serge E. Hallyn
1
-1
/
+2
2016-05-09
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
1
-0
/
+14
2016-05-02
kernfs: use lookup_one_len_unlocked()
Al Viro
1
-3
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-02-16
kernfs: define kernfs_node_dentry
Aditya Kali
1
-0
/
+69
2015-01-20
fs: deduplicate noop_backing_dev_info
Christoph Hellwig
1
-1
/
+0
2014-06-30
kernfs: introduce kernfs_pin_sb()
Li Zefan
1
-0
/
+30
2014-05-27
kernfs: move the last knowledge of sysfs out from kernfs
Jianyu Zhan
1
-5
/
+6
2014-04-25
kernfs: implement kernfs_root->supers list
Tejun Heo
1
-0
/
+11
2014-03-02
Merge 3.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+7
2014-02-25
sysfs: fix namespace refcnt leak
Li Zefan
1
-1
/
+7
2014-02-14
kernfs: fix kernfs_node_from_dentry()
Li Zefan
1
-1
/
+1
2014-02-07
kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...
Tejun Heo
1
-0
/
+14
2014-02-07
kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()
Tejun Heo
1
-0
/
+23
2013-12-11
kernfs: s/sysfs/kernfs/ in internal functions and whatever is left
Tejun Heo
1
-9
/
+9
2013-12-11
kernfs: s/sysfs/kernfs/ in global variables
Tejun Heo
1
-7
/
+7
2013-12-11
kernfs: s/sysfs/kernfs/ in various data structures
Tejun Heo
1
-7
/
+7
2013-12-11
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-6
/
+6
2013-11-29
sysfs, kernfs: move mount core code to fs/kernfs/mount.c
Tejun Heo
1
-0
/
+156
2013-11-27
sysfs, kernfs: add skeletons for kernfs
Tejun Heo
1
-0
/
+9