summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-143-15/+19
* mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2016-01-142-1/+4
* mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang2016-01-142-5/+4
* mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang2016-01-141-8/+1
* mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov2016-01-141-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-1465-92/+114
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-141-3/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-146-12/+26
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-143-1/+13
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-143-6/+1
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-141-8/+1
* mm/slab.c: add a helper function get_first_slabGeliang Tang2016-01-141-18/+21
* mm/slab.c: use list_for_each_entry in cache_flusharrayGeliang Tang2016-01-141-7/+2
* mm/slab.c use list_first_entry_or_null()Geliang Tang2016-01-141-12/+12
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-141-2/+2
* ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi2016-01-141-11/+0
* ocfs2: dlm: remove redundant codeJunxiao Bi2016-01-141-5/+1
* ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi2016-01-141-9/+9
* ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei2016-01-141-2/+3
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-01-141-11/+15
* ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues2016-01-141-8/+0
* ocfs2: fix slot overwritten if storage link down during mountjiangyiwen2016-01-141-1/+10
* ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2016-01-142-2/+2
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-147-25/+11
* ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen2016-01-141-1/+1
* ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2016-01-142-7/+7
* ocfs2/dlm: fix a race between purge and migrationXue jiufei2016-01-141-1/+8
* ocfs2: o2hb: increase unsteady iterationsJunxiao Bi2016-01-141-2/+2
* ocfs2: return non-zero st_blocks for inline dataJohn Haxby2016-01-141-0/+8
* ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu2016-01-141-6/+2
* logfs: fix logfs build errors and dependenciesArnd Bergmann2016-01-141-1/+1
* modpost: don't add a trailing wildcard for OF module aliasesJavier Martinez Canillas2016-01-141-2/+1
* fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton2016-01-142-53/+18
* fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang2016-01-141-2/+1
* scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky2016-01-141-4/+4
* dma-debug: switch check from _text to _stextLaura Abbott2016-01-141-1/+1
* m32r: fix m32104ut_defconfig build failSudip Mukherjee2016-01-141-0/+3
* Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1345-443/+852
|\
| * Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner2016-01-1218-234/+159
| |\
| | * xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner2016-01-125-9/+41
| | * xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-01-122-5/+14
| | * xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-1110-218/+68
| | * xfs: bmapbt checking on debug kernels too expensiveDave Chinner2016-01-081-2/+8
| | * xfs: add tracepoints to readpage callsDave Chinner2016-01-082-0/+28
| * | Merge branch 'xfs-dax-fixes-for-4.5' into for-nextDave Chinner2016-01-052-12/+24
| |\ \
| | * | xfs: fix recursive splice read locking with DAXDave Chinner2016-01-041-9/+16
| | * | xfs: Don't use reserved blocks for data blocks with DAXDave Chinner2016-01-041-3/+8
| * | | Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner2016-01-0528-83/+126
| |\ \ \ | | | |/ | | |/|
| | * | XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring2016-01-041-1/+1
| | * | libxfs: refactor short btree block verificationDarrick J. Wong2016-01-044-54/+67
OpenPOWER on IntegriCloud