summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel14-85/+298
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina1-1/+1
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang3-1/+18
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang2-0/+4
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro1-4/+0
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro1-30/+30
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org3-24/+43
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro1-13/+39
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro4-23/+14
2010-03-06mm: remove free_hot_page()Li Hong3-9/+5
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro1-0/+2
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro1-9/+14
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim1-10/+12
2010-03-06mm: use rlimit helpersJiri Slaby4-14/+15
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki6-7/+23
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki7-15/+107
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki12-101/+174
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita18-24/+26
2010-03-06timbgpio: fix buildDavid Miller1-0/+1
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro1-1/+1
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-260/+146
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds24-443/+642
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds12-144/+238
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds87-1545/+1554
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds74-1661/+3770
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi6-65/+87
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi2-0/+43
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V2-46/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V2-7/+9
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust5508-138110/+336593
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust4-43/+3
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust1-9/+5
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust2-98/+23
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust3-49/+10
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust2-40/+1
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust3-4/+12
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust3-20/+23