| Commit message (Expand) | Author | Age | Files | Lines |
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | 13 | -121/+132 |
* | cgroup: allow ->post_create() to fail | Tejun Heo | 2012-11-19 | 3 | -12/+23 |
* | cgroup: update cgroup_create() failure path | Tejun Heo | 2012-11-19 | 1 | -7/+14 |
* | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory | Tejun Heo | 2012-11-19 | 1 | -3/+9 |
* | cgroup: simplify cgroup_load_subsys() failure path | Tejun Heo | 2012-11-19 | 1 | -11/+10 |
* | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers | Tejun Heo | 2012-11-19 | 2 | -23/+43 |
* | cgroup: separate out cgroup_destroy_locked() | Tejun Heo | 2012-11-19 | 1 | -15/+25 |
* | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload... | Tejun Heo | 2012-11-19 | 1 | -1/+14 |
* | cgroup: lock cgroup_mutex in cgroup_init_subsys() | Tejun Heo | 2012-11-19 | 1 | -0/+4 |
* | cgroup: trivial cleanup for cgroup_init/load_subsys() | Tejun Heo | 2012-11-19 | 1 | -3/+3 |
* | cgroup: make CSS_* flags bit masks instead of bit positions | Tejun Heo | 2012-11-19 | 2 | -5/+5 |
* | cgroup: cgroup->dentry isn't a RCU pointer | Tejun Heo | 2012-11-19 | 2 | -6/+7 |
* | cgroup: create directory before linking while creating a new cgroup | Tejun Heo | 2012-11-19 | 1 | -18/+12 |
* | cgroup: open-code cgroup_create_dir() | Tejun Heo | 2012-11-19 | 1 | -25/+5 |
* | cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() | Tejun Heo | 2012-11-19 | 1 | -0/+1 |
* | cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() | Tejun Heo | 2012-11-19 | 1 | -2/+0 |
* | cgroup_freezer: implement proper hierarchy support | Tejun Heo | 2012-11-09 | 2 | -59/+165 |
* | cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state | Tejun Heo | 2012-11-09 | 1 | -2/+40 |
* | cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] | Tejun Heo | 2012-11-09 | 1 | -8/+47 |
* | cgroup_freezer: make freezer->state mask of flags | Tejun Heo | 2012-11-09 | 1 | -33/+27 |
* | cgroup_freezer: prepare freezer_change_state() for full hierarchy support | Tejun Heo | 2012-11-09 | 1 | -18/+30 |
* | cgroup_freezer: trivial cleanups | Tejun Heo | 2012-11-09 | 1 | -22/+19 |
* | cgroup: implement generic child / descendant walk macros | Tejun Heo | 2012-11-09 | 2 | -0/+180 |
* | cgroup: use rculist ops for cgroup->children | Tejun Heo | 2012-11-09 | 2 | -5/+4 |
* | cgroup: add cgroup_subsys->post_create() | Tejun Heo | 2012-11-09 | 2 | -2/+14 |
* | cgroup: set 'start' with the right value in cgroup_path. | Tao Ma | 2012-11-08 | 1 | -2/+2 |
* | device_cgroup: add lockdep asserts | Tejun Heo | 2012-11-06 | 1 | -0/+12 |
* | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 | Tejun Heo | 2012-11-06 | 1187 | -12717/+16301 |
|\ |
|
| * | device_cgroup: fix RCU usage | Tejun Heo | 2012-11-06 | 1 | -3/+3 |
| * | device_cgroup: fix unchecked cgroup parent usage | Aristeu Rozanski | 2012-11-06 | 1 | -2/+10 |
| * | Linux 3.7-rc4v3.7-rc4 | Linus Torvalds | 2012-11-04 | 1 | -1/+1 |
| * | Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-11-03 | 11 | -35/+110 |
| |\ |
|
| | * | NFS4: nfs4_opendata_access should return errno | Weston Andros Adamson | 2012-11-02 | 1 | -1/+1 |
| | * | NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly | Trond Myklebust | 2012-11-01 | 1 | -1/+1 |
| | * | SUNRPC: return proper errno from backchannel_rqst | Weston Andros Adamson | 2012-11-01 | 1 | -1/+1 |
| | * | NFS: add nfs_sb_deactive_async to avoid deadlock | Weston Andros Adamson | 2012-10-31 | 5 | -3/+56 |
| | * | nfs: Show original device name verbatim in /proc/*/mount{s,info} | Ben Hutchings | 2012-10-31 | 4 | -9/+20 |
| | * | nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts | Scott Mayhew | 2012-10-31 | 1 | -1/+1 |
| | * | nfs: Check whether a layout pointer is NULL before free it | Yanchuan Nian | 2012-10-31 | 1 | -2/+2 |
| | * | NFS: fix bug in legacy DNS resolver. | NeilBrown | 2012-10-31 | 1 | -2/+3 |
| | * | NFSv4: nfs4_locku_done must release the sequence id | Trond Myklebust | 2012-10-31 | 1 | -0/+1 |
| | * | NFSv4.1: We must release the sequence id when we fail to get a session slot | Trond Myklebust | 2012-10-31 | 1 | -13/+23 |
| | * | NFS: Wait for session recovery to finish before returning | Bryan Schumaker | 2012-10-31 | 1 | -2/+1 |
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Linus Torvalds | 2012-11-03 | 3 | -6/+9 |
| |\ \ |
|
| | * | | exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. | Jonghwan Choi | 2012-11-03 | 1 | -1/+1 |
| | * | | ACPI video: Ignore errors after _DOD evaluation. | Igor Murzov | 2012-11-03 | 1 | -4/+7 |
| | * | | thermal: solve compilation errors in rcar_thermal | Devendra Naga | 2012-11-03 | 1 | -1/+1 |
| * | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds | 2012-11-03 | 3 | -175/+22 |
| |\ \ \ |
|
| | * | | | i2c: tegra: set irq name as device name | Laxman Dewangan | 2012-11-02 | 1 | -1/+1 |
| | * | | | i2c-nomadik: Fixup clock handling | Philippe Begnic | 2012-11-02 | 1 | -2/+7 |