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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
7
-210
/
+110
2014-02-12
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
1
-7
/
+9
2014-02-12
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
1
-55
/
+32
2014-02-12
cgroup: remove cftype_set
Tejun Heo
2
-45
/
+22
2014-02-12
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
1
-35
/
+35
2014-02-12
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
2
-0
/
+5
2014-02-11
cgroup: convert to kernfs
Tejun Heo
3
-785
/
+383
2014-02-11
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
1
-115
/
+117
2014-02-11
cgroup: misc preps for kernfs conversion
Tejun Heo
2
-38
/
+55
2014-02-11
cgroup: introduce cgroup_ino()
Tejun Heo
3
-7
/
+15
2014-02-11
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
1
-7
/
+25
2014-02-11
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
4
-19
/
+11
2014-02-11
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
2
-23
/
+9
2014-02-11
cgroup: update cgroup name handling
Tejun Heo
1
-13
/
+22
2014-02-11
cgroup: factor out cgroup_setup_root() from cgroup_mount()
Tejun Heo
1
-98
/
+113
2014-02-11
cgroup: restructure locking and error handling in cgroup_mount()
Tejun Heo
1
-33
/
+40
2014-02-11
cgroup: release cgroup_mutex over file removals
Tejun Heo
1
-5
/
+10
2014-02-11
cgroup: introduce cgroup_tree_mutex
Tejun Heo
1
-13
/
+53
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
4
-36
/
+26
2014-02-11
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
2
-16
/
+20
2014-02-11
cgroup: protect modifications to cgroup_idr with cgroup_mutex
Li Zefan
2
-16
/
+20
2014-02-08
Merge branch 'driver-core-next' into cgroup/for-3.15
Tejun Heo
27
-503
/
+847
2014-02-08
Merge branch 'for-3.14-fixes' into for-3.15
Tejun Heo
6
-17
/
+24
2014-02-08
cgroup: remove cgroup_root_mutex
Tejun Heo
1
-41
/
+1
2014-02-08
cgroup: update locking in cgroup_show_options()
Tejun Heo
1
-3
/
+16
2014-02-08
cgroup: rename cgroup_subsys->subsys_id to ->id
Tejun Heo
2
-12
/
+12
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
21
-88
/
+68
2014-02-08
cgroup: drop module support
Tejun Heo
6
-308
/
+32
2014-02-08
cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...
Tejun Heo
4
-52
/
+3
2014-02-08
cgroup: fix locking in cgroup_cfts_commit()
Tejun Heo
1
-9
/
+2
2014-02-08
cgroup: fix error return from cgroup_create()
Tejun Heo
1
-3
/
+7
2014-02-08
cgroup: fix error return value in cgroup_mount()
Tejun Heo
1
-3
/
+3
2014-02-07
kernfs: add CONFIG_KERNFS
Tejun Heo
5
-4
/
+14
2014-02-07
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
2
-1
/
+10
2014-02-07
kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends
Tejun Heo
3
-42
/
+203
2014-02-07
kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...
Tejun Heo
3
-0
/
+48
2014-02-07
kernfs: add kernfs_open_file->priv
Tejun Heo
1
-0
/
+1
2014-02-07
kernfs: implement kernfs_ops->atomic_write_len
Tejun Heo
2
-20
/
+37
2014-02-07
kernfs: allow nodes to be created in the deactivated state
Tejun Heo
3
-10
/
+78
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
2
-0
/
+26
2014-02-07
kernfs: rename kernfs_dir_ops to kernfs_syscall_ops
Tejun Heo
2
-21
/
+22
2014-02-07
kernfs: invoke dir_ops while holding active ref of the target node
Tejun Heo
2
-4
/
+32
2014-02-07
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
4
-144
/
+1
2014-02-07
s390: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
4
-27
/
+32
2014-02-07
scsi: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-13
/
+2
2014-02-07
pci: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-14
/
+3
2014-02-07
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
6
-1
/
+194
2014-02-07
kernfs: remove KERNFS_REMOVED
Tejun Heo
3
-33
/
+37
2014-02-07
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
2
-8
/
+13
[next]