summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-07-21mutex: Make mutex_destroy() an inline functionJean Delvare1-1/+1
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+4
2011-07-21fs:update the NOTE of the file_operations structureWanlong Gao1-5/+0
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik3-6/+8
2011-07-21fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik1-1/+3
2011-07-21fs: seq_file - add event counter to simplify poll() supportKay Sievers2-1/+1
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-5/+4
2011-07-21rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig1-10/+0
2011-07-21fs: kill i_alloc_semChristoph Hellwig1-2/+9
2011-07-21anonfd: fix missing declarationTomasz Stanislawski1-0/+2
2011-07-21superblock: add filesystem shrinker operationsDave Chinner1-0/+2
2011-07-21superblock: introduce per-sb cache shrinker infrastructureDave Chinner3-39/+50
2011-07-21locks: rename lock-manager opsJ. Bruce Fields1-6/+6
2011-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2011-07-21mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity1-0/+1
2011-07-21mmc: core: add non-blocking mmc request functionPer Forlin2-1/+26
2011-07-21mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan1-0/+2
2011-07-21mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2-0/+2
2011-07-21mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan1-0/+10
2011-07-21mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan1-0/+8
2011-07-21mmc: dw_mmc: convert card tasklet to workqueueJames Hogan1-1/+1
2011-07-21mmc: sdhi: Add write16_hookSimon Horman2-0/+9
2011-07-21mmc: tmio: name 0xd8 as CTL_DMA_ENABLESimon Horman1-0/+1
2011-07-21mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux1-0/+10
2011-07-21mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao1-0/+60
2011-07-21mmc: Standardize header file inclusion checks.Robert P. J. Day17-46/+41
2011-07-21mmc: sdhci: merge two sdhci-pltfm.h into oneShawn Guo1-29/+0
2011-07-21mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo1-6/+0
2011-07-21rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr1-1/+1
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-0/+3
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet1-13/+13
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra1-0/+2
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra1-5/+9
2011-07-20quota: Remove unused declarationJan Kara1-8/+0
2011-07-20inode: move to per-sb LRU locksDave Chinner1-1/+2
2011-07-20inode: Make unused inode LRU per superblockDave Chinner1-0/+4
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner1-0/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-0/+2
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-1/+1
2011-07-20kill lookup_create()Al Viro1-1/+0
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro1-0/+1
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-0/+2
2011-07-20kill LOOKUP_CONTINUEAl Viro1-1/+0
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-2/+2
2011-07-20kill IPERM_FLAG_RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to exec_permission()Al Viro1-7/+0
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro3-3/+3
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1