summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | cgroup: relocate cgroup_rm_cftypes()Tejun Heo2014-02-121-35/+35
* | cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo2014-02-122-0/+5
* | cgroup: convert to kernfsTejun Heo2014-02-113-785/+383
* | cgroup: relocate functions in preparation of kernfs conversionTejun Heo2014-02-111-115/+117
* | cgroup: misc preps for kernfs conversionTejun Heo2014-02-112-38/+55
* | cgroup: introduce cgroup_ino()Tejun Heo2014-02-113-7/+15
* | cgroup: introduce cgroup_init/exit_cftypes()Tejun Heo2014-02-111-7/+25
* | cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-114-19/+11
* | cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo2014-02-112-23/+9
* | cgroup: update cgroup name handlingTejun Heo2014-02-111-13/+22
* | cgroup: factor out cgroup_setup_root() from cgroup_mount()Tejun Heo2014-02-111-98/+113
* | cgroup: restructure locking and error handling in cgroup_mount()Tejun Heo2014-02-111-33/+40
* | cgroup: release cgroup_mutex over file removalsTejun Heo2014-02-111-5/+10
* | cgroup: introduce cgroup_tree_mutexTejun Heo2014-02-111-13/+53
* | cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-114-36/+26
* | Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-112-16/+20
|\ \ | |/
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-112-16/+20
* | Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo2014-02-0827-503/+847
|\ \
| * | kernfs: add CONFIG_KERNFSTejun Heo2014-02-075-4/+14
| * | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2014-02-072-1/+10
| * | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-073-42/+203
| * | kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-073-0/+48
| * | kernfs: add kernfs_open_file->privTejun Heo2014-02-071-0/+1
| * | kernfs: implement kernfs_ops->atomic_write_lenTejun Heo2014-02-072-20/+37
| * | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-073-10/+78
| * | kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-071-5/+6
| * | kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2014-02-072-0/+26
| * | kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2014-02-072-21/+22
| * | kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2014-02-072-4/+32
| * | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-074-144/+1
| * | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-074-27/+32
| * | scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-13/+2
| * | pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-14/+3
| * | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-076-1/+194
| * | kernfs: remove KERNFS_REMOVEDTejun Heo2014-02-073-33/+37
| * | kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-02-072-8/+13
| * | kernfs: remove kernfs_addrm_cxtTejun Heo2014-02-075-108/+28
| * | kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo2014-02-071-4/+6
| * | kernfs: restructure removal path to fix possible premature returnTejun Heo2014-02-071-61/+68
| * | kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2014-02-072-20/+15
| * | kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo2014-02-071-4/+8
| * | dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-074-10/+14
* | | Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo2014-02-086-17/+24
|\ \ \ | | |/ | |/|
| * | cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2
| * | cgroup: fix error return from cgroup_create()Tejun Heo2014-02-081-3/+7
| * | cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-081-3/+3
| * | cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-071-2/+6
| * | nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo2014-02-031-0/+1
| * | cpuset: update MAINTAINERS entryLi Zefan2014-02-031-0/+2
| * | arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-033-0/+3
| |/