index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
kernfs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-1
/
+1
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-1
/
+1
2014-04-03
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-0
/
+1
2014-03-08
kernfs: cache atomic_write_len in kernfs_open_file
Tejun Heo
1
-31
/
+32
2014-03-08
kernfs: fix off by one error.
Richard Cochran
1
-1
/
+1
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
3
-2
/
+3
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
1
-0
/
+1
2014-02-10
kernfs: fix hash calculation in kernfs_rename_ns()
Tejun Heo
1
-1
/
+1
2014-02-07
kernfs: add CONFIG_KERNFS
Tejun Heo
1
-0
/
+7
2014-02-07
kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends
Tejun Heo
1
-10
/
+165
2014-02-07
kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...
Tejun Heo
2
-0
/
+32
2014-02-07
kernfs: implement kernfs_ops->atomic_write_len
Tejun Heo
1
-18
/
+31
2014-02-07
kernfs: allow nodes to be created in the deactivated state
Tejun Heo
1
-7
/
+64
2014-02-07
kernfs: add missing kernfs_active() checks in directory operations
Tejun Heo
1
-5
/
+6
2014-02-07
kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()
Tejun Heo
1
-0
/
+23
2014-02-07
kernfs: rename kernfs_dir_ops to kernfs_syscall_ops
Tejun Heo
1
-12
/
+13
2014-02-07
kernfs: invoke dir_ops while holding active ref of the target node
Tejun Heo
1
-3
/
+30
2014-02-07
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
1
-1
/
+137
2014-02-07
kernfs: remove KERNFS_REMOVED
Tejun Heo
2
-32
/
+37
2014-02-07
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
1
-7
/
+13
2014-02-07
kernfs: remove kernfs_addrm_cxt
Tejun Heo
4
-104
/
+28
2014-02-07
kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()
Tejun Heo
1
-4
/
+6
2014-02-07
kernfs: restructure removal path to fix possible premature return
Tejun Heo
1
-61
/
+68
2014-02-07
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
1
-18
/
+13
2014-02-07
kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag
Tejun Heo
1
-4
/
+8
2014-02-05
kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag
Tejun Heo
1
-4
/
+8
2014-01-17
kernfs: associate a new kernfs_node with its parent on creation
Tejun Heo
4
-24
/
+34
2014-01-14
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2014-01-13
Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"
Greg Kroah-Hartman
1
-44
/
+7
2014-01-13
Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...
Greg Kroah-Hartman
1
-11
/
+16
2014-01-13
Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"
Greg Kroah-Hartman
1
-20
/
+11
2014-01-13
Revert "kernfs: remove KERNFS_REMOVED"
Greg Kroah-Hartman
4
-60
/
+42
2014-01-13
Revert "kernfs: restructure removal path to fix possible premature return"
Greg Kroah-Hartman
1
-86
/
+53
2014-01-13
Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"
Greg Kroah-Hartman
3
-35
/
+14
2014-01-13
Revert "kernfs: remove kernfs_addrm_cxt"
Greg Kroah-Hartman
4
-29
/
+117
2014-01-13
Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...
Greg Kroah-Hartman
1
-21
/
+4
2014-01-13
Revert "kernfs: implement kernfs_{de|re}activate[_self]()"
Greg Kroah-Hartman
1
-117
/
+1
2014-01-13
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...
Greg Kroah-Hartman
1
-72
/
+0
2014-01-13
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
Greg Kroah-Hartman
1
-0
/
+3
2014-01-11
kernfs: remove unnecessary NULL check in __kernfs_remove()
Tejun Heo
1
-3
/
+0
2014-01-10
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
1
-0
/
+72
2014-01-10
kernfs: implement kernfs_{de|re}activate[_self]()
Tejun Heo
1
-1
/
+117
2014-01-10
kernfs: make kernfs_get_active() block if the node is deactivated but not rem...
Tejun Heo
1
-4
/
+21
2014-01-10
kernfs: remove kernfs_addrm_cxt
Tejun Heo
4
-117
/
+29
2014-01-10
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
3
-14
/
+35
2014-01-10
kernfs: restructure removal path to fix possible premature return
Tejun Heo
1
-53
/
+86
2014-01-10
kernfs: remove KERNFS_REMOVED
Tejun Heo
4
-42
/
+60
2014-01-10
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
1
-11
/
+20
[next]