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-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
2014-12-29mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-12-29sched: add cond_resched_rcu() helperSimon Horman1-0/+9
2014-12-17sched: replace INIT_COMPLETION with reinit_completionWolfram Sang1-3/+15
2014-11-27exynos: fimc-lite: Capture frame end event notificationBeata Michalska1-0/+9
2014-11-21dma-buf: add dma-buf-test driverChanho Park1-0/+13
2014-11-21dma-buf/dmabuf-sync: add dmabuf sync frameworkInki Dae2-0/+109
2014-11-21drm/vma: add access management helpersDavid Herrmann1-3/+36
2014-11-21drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-18/+36
2014-11-21drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann1-0/+22
2014-11-21drm: add unified vma offset managerDavid Herrmann1-0/+202
2014-11-21drm/gem: completely close gem_open vs. gem_close racesDaniel Vetter1-0/+3
2014-11-21drm/gem: switch dev->object_name_lock to a mutexDaniel Vetter1-1/+1
2014-11-21drm/gem: make drm_gem_object_handle_unreference_unlocked staticDaniel Vetter1-1/+0
2014-11-21drm/gem: fix up flink name create raceDaniel Vetter1-9/+10
2014-11-21drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.cDaniel Vetter1-20/+1
2014-11-21drm/gem: remove drm_gem_object_handle_unreferenceDaniel Vetter1-18/+0
2014-11-21drm/gem: add shmem get/put page helpersRob Clark1-0/+4
2014-11-21drm/gem: add drm_gem_create_mmap_offset_size()Rob Clark1-0/+1
2014-11-21drm/gem: create drm_gem_dumb_destroyDaniel Vetter2-8/+3
2014-11-21drm/gem: convert to new unified vma managerDavid Herrmann2-5/+4