summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-03-27convert ext3Al Viro1-0/+6
2015-03-27switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2015-03-27introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2015-03-27introduce iterate_dir() and dir_contextAl Viro1-0/+4
2015-03-27sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo1-0/+14
2015-03-27sysfs, kernfs: make sysfs_dirent definition publicTejun Heo1-4/+114
2015-03-27sysfs, kernfs: prepare mount path for kernfsTejun Heo1-0/+28
2015-03-27sysfs, kernfs: make inode number ida per kernfs_rootTejun Heo1-0/+4
2015-03-27sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo1-0/+13
2015-03-27sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2-21/+33
2015-03-27sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo1-8/+29
2015-03-27sysfs, kernfs: introduce kernfs_notify()Tejun Heo2-4/+8
2015-03-27sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()Tejun Heo1-2/+7
2015-03-27sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo1-0/+18
2015-03-27sysfs, kernfs: introduce kernfs_opsTejun Heo1-0/+26
2015-03-27sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo1-0/+18
2015-03-27sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2-6/+17
2015-03-27sysfs, kernfs: introduce kernfs_setattr()Tejun Heo1-0/+8
2015-03-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo1-0/+7
2015-03-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo1-0/+9
2015-03-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo1-0/+24
2015-03-27sysfs, kernfs: add skeletons for kernfsTejun Heo2-2/+13
2015-03-27sysfs: clean up sysfs_get_dirent()Tejun Heo1-7/+12
2015-03-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-0/+6
2015-03-23sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-4/+12
2015-03-23sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2-8/+13
2015-03-23sysfs: make attr namespace interface less convolutedTejun Heo3-16/+55
2015-03-23sysfs: Restrict mounting sysfsEric W. Biederman1-0/+2
2015-03-23userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2-4/+1
2015-03-23sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-0/+4
2015-03-23sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-2/+2
2015-03-18vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+1
2015-03-18vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-22/+0
2015-03-18vfs: make the dentry cache use the lockref infrastructureWaiman Long1-10/+9
2015-03-18vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2015-03-18helper for reading ->d_countAl Viro1-0/+5
2015-03-18lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra1-1/+6
2015-03-18GFS2: Use lockref for glocksSteven Whitehouse1-0/+6
2015-03-18lockref: add ability to mark lockrefs "dead"Linus Torvalds1-0/+3
2015-03-18lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-2/+9
2015-03-18lockref: uninline lockref helper functionsLinus Torvalds1-62/+4
2015-03-18lockref: add 'lockref_get_or_lock() helperLinus Torvalds1-0/+16
2015-03-18Add new lockref infrastructure reference implementationWaiman Long1-0/+71
2015-02-12drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter1-0/+1
2014-12-29cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo1-2/+1
2014-12-29cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo1-0/+2
2014-12-29shm: add memfd.h to UAPI export listDavid Drysdale1-0/+1
2014-12-29asm-generic: add memfd_create system call to unistd.hWill Deacon1-1/+8
2014-12-29shm: add memfd_create() syscallDavid Herrmann2-0/+9
2014-12-29shm: add sealing APIDavid Herrmann2-0/+32