summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes1-1/+2
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-1/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-4/+3
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-4/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel3-6/+38
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang1-0/+3
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-3/+3
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro1-6/+1
2010-03-06mm: remove free_hot_page()Li Hong1-1/+1
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki3-6/+12
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki3-65/+126
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+3
2010-03-06Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+20
2010-03-06Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds3-13/+18
2010-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-4/+17
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-268/+126
2010-03-06Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-29/+93
2010-03-069P2010.L handshake: Remove "dotu" variableSripathi Kodi1-1/+2
2010-03-069P2010.L handshake: Add mount optionSripathi Kodi1-0/+15
2010-03-06net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-3/+0
2010-03-06net/9p: Add multi channel support.Aneesh Kumar K.V1-1/+1
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust290-1653/+5734
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust1-1/+0
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust1-1/+0
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust1-2/+0
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust1-2/+0
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust1-0/+1
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust1-7/+0
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+44
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-9/+131
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig3-3/+3
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-3/+0
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig2-14/+4
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-4/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig2-4/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2-22/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig2-158/+58
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov2-2/+2
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov2-22/+24
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2-17/+2
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-1/+1
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov1-2/+9
2010-03-05jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2-22/+0
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2-9/+26
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds1-3/+4