summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* VFS : mount lock scalability for internal mountsTim Chen2011-07-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-2219-94/+245
|\
| * mm/truncate.c: fix build for CONFIG_BLOCK not enabledRandy Dunlap2011-07-221-0/+4
| * fs:update the NOTE of the file_operations structureWanlong Gao2011-07-201-5/+0
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-203-6/+8
| * fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik2011-07-201-1/+3
| * fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-202-1/+1
| * fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-5/+4
| * rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig2011-07-201-10/+0
| * fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+9
| * anonfd: fix missing declarationTomasz Stanislawski2011-07-201-0/+2
| * superblock: add filesystem shrinker operationsDave Chinner2011-07-201-0/+2
| * superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-203-39/+50
| * inode: move to per-sb LRU locksDave Chinner2011-07-201-1/+2
| * inode: Make unused inode LRU per superblockDave Chinner2011-07-201-0/+4
| * vmscan: add customisable shrinker batch sizeDave Chinner2011-07-201-0/+1
| * vmscan: add shrink_slab tracepointsDave Chinner2011-07-201-0/+77
| * btrfs: kill magical embedded struct superblockAl Viro2011-07-201-0/+2
| * switch vfs_path_lookup() to struct pathAl Viro2011-07-201-1/+1
| * kill lookup_create()Al Viro2011-07-201-1/+0
| * make sure that nsproxy_cache is initialized early enoughAl Viro2011-07-201-0/+1
| * new helpers: kern_path_create/user_path_createAl Viro2011-07-201-0/+2
| * kill LOOKUP_CONTINUEAl Viro2011-07-201-1/+0
| * nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-2/+2
| * kill IPERM_FLAG_RCUAl Viro2011-07-201-2/+0
| * ->permission() sanitizing: don't pass flags to exec_permission()Al Viro2011-07-201-7/+0
| * ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-201-1/+1
| * ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-203-3/+3
| * ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
| * ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-203-3/+3
| * ->permission() sanitizing: MAY_NOT_BLOCKAl Viro2011-07-201-0/+1
| * kill check_acl callback of generic_permission()Al Viro2011-07-202-2/+3
| * lockless get_write_access/deny_write_accessAl Viro2011-07-202-3/+52
| * kill file_permission() completelyAl Viro2011-07-201-1/+0
| * consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-201-0/+1
| * new helper: iterate_supers_type()Al Viro2011-07-201-0/+2
| * fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-201-0/+7
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-7/+18
|\ \
| * | clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin2011-07-212-5/+3
| * | ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-141-7/+0
| * | clocksource: Replace vread with generic arch dataAndy Lutomirski2011-07-132-2/+12
| * | x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-071-0/+10
* | | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-0/+1
|\ \ \
| * | | x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+1
* | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-2/+12
|\ \ \ \
| * | | | x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-2/+0
| * | | | stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo2011-06-271-2/+12
| * | | | x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-0/+2
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-221-1/+33
|\ \ \ \ \
| * | | | | x86, efi: Add infrastructure for UEFI 2.0 runtime servicesMatthew Garrett2011-06-061-0/+32