summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton2010-03-061-11/+11
* | | | | readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-061-0/+3
* | | | | memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org2010-03-061-3/+3
* | | | | mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-061-6/+1
* | | | | mm: remove free_hot_page()Li Hong2010-03-061-1/+1
* | | | | mm: count swap usageKAMEZAWA Hiroyuki2010-03-061-0/+1
* | | | | mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-063-6/+12
* | | | | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-063-65/+126
* | | | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+3
* | | | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-053-17/+20
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg2010-03-043-17/+20
| |\ \ \ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter2009-12-201-2/+0
| | | | | * | | | SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter2009-12-201-8/+11
| | | | | * | | | SLUB: Use this_cpu operations in slubChristoph Lameter2009-12-201-5/+1
| | | * | | | | | failslab: add ability to filter slab cachesDmitry Monakhov2010-02-262-2/+8
| | | | |_|/ / / | | | |/| | | |
* | | | | | | | Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-03-053-13/+18
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-05173-945/+3170
| |\ \ \ \ \ \ \ \
| | * | | | | | | | NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-051-1/+0
| | * | | | | | | | NFS: Simplify nfs_wb_page()Trond Myklebust2010-03-051-1/+0
| | * | | | | | | | NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2010-03-051-2/+0
| | * | | | | | | | NFS: Simplify nfs_wb_page_cancel()Trond Myklebust2010-03-051-2/+0
| | * | | | | | | | NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2010-03-051-0/+1
| | * | | | | | | | NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2010-03-051-7/+0
| * | | | | | | | | nfs41 do not allocate unused back channel pagesAndy Adamson2010-02-101-0/+15
| * | | | | | | | | nfs41: implement cb_recall_slotAndy Adamson2010-02-101-0/+2
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-03-051-3/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V2010-03-051-3/+0
| * | | | | | | | | | net/9p: Add multi channel support.Aneesh Kumar K.V2010-03-051-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-056-268/+126
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2010-03-051-3/+0
| * | | | | | | | | | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-052-14/+4
| * | | | | | | | | | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+4
| * | | | | | | | | | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-4/+2
| * | | | | | | | | | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-052-4/+2
| * | | | | | | | | | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-052-22/+4
| * | | | | | | | | | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-052-158/+58
| * | | | | | | | | | quota: generalize quota transfer interfaceDmitry Monakhov2010-03-052-2/+2
| * | | | | | | | | | quota: sb_quota state flags cleanupDmitry Monakhov2010-03-052-22/+24
| * | | | | | | | | | quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-052-17/+2
| * | | | | | | | | | quota: clean up Q_XQUOTASYNCChristoph Hellwig2010-03-051-1/+1
| * | | | | | | | | | quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-03-051-2/+9
| * | | | | | | | | | jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-052-22/+0
| * | | | | | | | | | ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-052-9/+26
* | | | | | | | | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-052-29/+52
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-03-011-0/+1
| * | | | | | | | | | KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2010-03-011-1/+1
| * | | | | | | | | | KVM: Introduce kvm_host_page_sizeJoerg Roedel2010-03-011-0/+1
| * | | | | | | | | | KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2010-03-012-1/+4
| * | | | | | | | | | KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov2010-03-011-0/+1
| * | | | | | | | | | KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+1
OpenPOWER on IntegriCloud