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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-17
vm_area_operations: kill ->migrate()
Al Viro
1
-22
/
+0
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+50
2014-11-19
switch d_materialise_unique() users to d_splice_alias()
Al Viro
1
-1
/
+1
2014-11-07
sysfs/kernfs: make read requests on pre-alloc files use the buffer.
NeilBrown
1
-9
/
+21
2014-11-07
sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
NeilBrown
1
-15
/
+30
2014-10-09
vfs: Remove unnecessary calls of check_submounts_and_drop
Eric W. Biederman
1
-11
/
+0
2014-07-21
Merge 3.16-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+30
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+30
2014-07-09
kernfs: kernel-doc warning fix
Fabian Frederick
1
-1
/
+1
2014-07-02
kernfs: kernfs_notify() must be useable from non-sleepable contexts
Tejun Heo
1
-14
/
+55
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-05-23
Merge 3.15-rc6 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+10
2014-05-13
kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs
Tejun Heo
1
-7
/
+10
2014-04-27
Merge 3.15-rc3 into staging-next
Greg Kroah-Hartman
2
-3
/
+8
2014-04-25
kernfs: add back missing error check in kernfs_fop_mmap()
Tejun Heo
1
-0
/
+2
2014-04-25
kernfs: fix a subdir count leak
Jianyu Zhan
1
-3
/
+6
2014-04-25
kernfs: make kernfs_notify() trigger inotify events too
Tejun Heo
1
-6
/
+35
2014-04-25
kernfs: implement kernfs_root->supers list
Tejun Heo
3
-0
/
+17
2014-04-16
kernfs: protect lazy kernfs_iattrs allocation with mutex
Tejun Heo
1
-4
/
+10
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
[next]