summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi
2012-06-01vfs: split __dentry_open()Miklos Szeredi
2012-06-01vfs: do_last() common post lookupMiklos Szeredi
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi
2012-06-01vfs: split do_lookup()Miklos Szeredi
2012-06-01x86, efi: Add EFI boot stub documentationMatt Fleming
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming
2012-06-01x86, efi: Only close open files in error pathMatt Fleming
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-06-01drm/edid: Make the header fixup threshold tunableAdam Jackson
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom
2012-06-01drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4)Alex Deucher
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-06-01toshiba_acpi: Fix mis-mergeMatthew Garrett
2012-06-01drm/radeon: fix HD6790, HD6570 backend programmingJerome Glisse
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy
2012-06-01reiserfs: remove useless superblock dirtyingArtem Bityutskiy
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy
2012-06-01sch_atm.c: get rid of poinless externAl Viro
2012-06-01unexport do_munmap()Al Viro
2012-06-01new helper: vm_mmap_pgoff()Al Viro
2012-06-01kill do_mmap() completelyAl Viro
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01take calculation of final prot in security_mmap_file() into a helperAl Viro
2012-06-01move security_mmap_addr() to saner placeAl Viro
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro
2012-06-01drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlockAlex Deucher
2012-06-01drm/radeon: fix bank information in tiling configAlex Deucher
2012-06-01drm/mgag200: kick off conflicting framebuffers earlier.Dave Airlie
2012-06-01drm/cirrus: kick out conflicting framebuffers earlierDave Airlie
2012-06-01ext4: hole-punch use truncate_pagecache_rangeHugh Dickins
2012-06-01jbd2: use kmem_cache_zalloc wrapper instead of flagWanlong Gao
2012-06-01ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi
2012-06-01ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi
2012-06-01ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o