summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo2016-03-031-28/+27
* cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo2016-03-031-23/+58
* cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2016-03-032-20/+64
* cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo2016-03-031-10/+31
* cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo2016-03-031-30/+47
* cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo2016-03-031-33/+41
* cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo2016-03-031-25/+52
* cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo2016-03-031-35/+37
* cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo2016-03-031-29/+43
* cgroup: reorder operations in cgroup_mkdir()Tejun Heo2016-03-031-31/+30
* cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo2016-03-032-1/+13
* cgroup: separate out interface file creation from css creationTejun Heo2016-03-031-29/+43
* cgroup: suppress spurious de-populated eventsTejun Heo2016-03-031-2/+3
* cgroup: re-hash init_css_set after subsystems are initializedTejun Heo2016-03-031-4/+11
* cgroup: reset css on destructionVladimir Davydov2016-03-011-0/+3
* cgroup: fix a mistake in warning messageXiubo Li2016-02-271-1/+1
* cgroup: use ->subtree_control when testing no internal process ruleTejun Heo2016-02-231-2/+2
* cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo2016-02-231-2/+3
* cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-234-6/+6
* cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo2016-02-231-9/+9
* cgroup: make cgroup subsystem masks u16Tejun Heo2016-02-222-28/+26
* cgroup: use do_each_subsys_mask() where applicableTejun Heo2016-02-221-23/+12
* cgroup: convert for_each_subsys_which() to do-while styleTejun Heo2016-02-221-32/+40
* cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo2016-02-222-30/+29
* Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo2016-02-222-19/+0
* cgroup: fix error return value of cgroup_addrm_files()Tejun Heo2016-02-221-2/+2
* cgroup: document cgroup_no_v1=Johannes Weiner2016-02-162-0/+11
* cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner2016-02-121-1/+42
* kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin2016-01-311-2/+1
* Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1'W. Trevor King2016-01-291-1/+1
* cgroup: make sure a parent css isn't freed before its childrenTejun Heo2016-01-221-3/+4
* cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-01-222-5/+23
* cpuset: make mm migration asynchronousTejun Heo2016-01-223-22/+57
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-2119-2197/+2596
|\
| * uapi: update install list after nvme.h renameMike Frysinger2016-01-131-1/+1
| * NVMe: Export NVMe attributes to sysfs groupKeith Busch2016-01-121-11/+33
| * NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19
| * NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81
| * NVMe: Remove queue freezing on resetsKeith Busch2016-01-123-11/+8
| * NVMe: Use a retryable error code on resetKeith Busch2016-01-121-1/+1
| * NVMe: Fix admin queue ring wrapKeith Busch2016-01-121-1/+6
| * nvme: make SG_IO support optionalChristoph Hellwig2016-01-123-1/+15
| * nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig2016-01-121-5/+34
| * nvme: synchronize access to ctrl->namespacesChristoph Hellwig2016-01-122-0/+18
| * nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg2016-01-123-30/+33
| * PCI/AER: include header fileSudip Mukherjee2015-12-231-0/+1
| * NVMe: Export namespace attributes to sysfsKeith Busch2015-12-222-2/+70
| * NVMe: Add pci error handlersKeith Busch2015-12-221-10/+44
| * block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-223-7/+0
| * nvme: merge iod and cmd_infoChristoph Hellwig2015-12-221-111/+73
OpenPOWER on IntegriCloud