summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-1131-273/+195
* namei: lift nameidata into filename_mountpoint()Al Viro2015-05-111-15/+13
* name: shift nameidata down into user_path_walk()Al Viro2015-05-111-57/+67
* namei: get rid of lookup_hash()Al Viro2015-05-111-15/+5
* do_last: regularize the logics around following symlinksAl Viro2015-05-111-8/+7
* do_last: kill symlink_okAl Viro2015-05-111-4/+2
* namei: take O_NOFOLLOW treatment into do_last()Al Viro2015-05-111-6/+5
* uninline walk_component()Al Viro2015-05-111-2/+1
* SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-115-12/+8
* logfs: fix a pagecache leak for symlinksAl Viro2015-05-111-0/+1
* ceph: switch to simple_follow_link()Al Viro2015-05-111-9/+2
* exofs: switch to {simple,page}_symlink_inode_operationsAl Viro2015-05-115-66/+9
* freevxfs: switch to simple_follow_link()Al Viro2015-05-113-39/+5
* jfs: switch to simple_follow_link()Al Viro2015-05-113-13/+5
* sysv: switch to simple_follow_link()Al Viro2015-05-114-24/+4
* ubifs: switch to simple_follow_link()Al Viro2015-05-113-10/+3
* ufs: switch to simple_follow_link()Al Viro2015-05-113-15/+6
* debugfs: switch to simple_follow_link()Al Viro2015-05-113-16/+3
* shmem: switch to simple_follow_link()Al Viro2015-05-111-7/+2
* jffs2: switch to simple_follow_link()Al Viro2015-05-113-44/+3
* ext4: switch to simple_follow_link()Al Viro2015-05-113-9/+5
* ext3: switch to simple_follow_link()Al Viro2015-05-113-10/+4
* befs: switch to simple_follow_link()Al Viro2015-05-111-19/+5
* ext2: use simple_follow_link()Al Viro2015-05-113-10/+4
* libfs: simple_follow_link()Al Viro2015-05-113-0/+17
* ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-114-26/+20
* ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-111-13/+12
* 9p: don't bother with __getname() in ->follow_link()Al Viro2015-05-113-100/+26
* 9p: don't bother with 4K allocation for 24-byte local array...Al Viro2015-05-111-21/+5
* Linux 4.1-rc3v4.1-rc3Linus Torvalds2015-05-111-1/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-1018-106/+230
|\
| * Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-103-9/+29
| |\
| | * drm/i915: Drop PIPE-A quirk for 945GSE HP MiniChris Wilson2015-05-071-3/+0
| | * drm/i915: Sink rate read should be saved in deca-kHzSonika Jindal2015-05-071-1/+2
| | * drm/i915/dp: there is no audio on port AJani Nikula2015-05-061-3/+3
| | * drm/i915: Add missing MacBook Pro models with dual channel LVDSLukas Wunner2015-05-051-1/+17
| | * drm/i915: Assume dual channel LVDS if pixel clock necessitates itLukas Wunner2015-05-051-1/+7
| * | drm: Zero out invalid vblank timestamp in drm_update_vblank_count.Mario Kleiner2015-05-101-5/+4
| * | drm/tegra: Don't use vblank_disable_immediate on incapable driver.Mario Kleiner2015-05-081-1/+0
| * | Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabb...Dave Airlie2015-05-082-4/+7
| |\ \
| | * | drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang2015-05-071-0/+2
| | * | drm/amdkfd: Don't report local memory sizeOded Gabbay2015-05-071-2/+2
| | * | drm/amdkfd: allow unregister process with queuesOded Gabbay2015-05-071-2/+3
| | |/
| * | Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-0811-87/+190
| |\ \ | | |/ | |/|
| | * drm/radeon: stop trying to suspend UVD sessionsChristian König2015-05-072-21/+19
| | * drm/radeon: more strictly validate the UVD codecChristian König2015-05-071-2/+31
| | * drm/radeon: make UVD handle checking more strictChristian König2015-05-071-29/+43
| | * drm/radeon: make VCE handle check more strictChristian König2015-05-071-17/+48
| | * drm/radeon: fix userptr lockupChristian König2015-05-071-0/+3
| | * drm/radeon: fix userptr BO unpin bug v3monk.liu2015-05-071-5/+3