summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openrisc: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-151-2/+8
* mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-152-2/+8
* microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-151-3/+9
* mm: allow pgtable_page_ctor() to failKirill A. Shutemov2013-11-151-1/+2
* xtensa: fix potential NULL-pointer dereferenceKirill A. Shutemov2013-11-151-1/+5
* m32r: fix potential NULL-pointer dereferenceKirill A. Shutemov2013-11-151-0/+2
* cris: fix potential NULL-pointer dereferenceKirill A. Shutemov2013-11-151-0/+2
* x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov2013-11-151-2/+9
* x86, mm: enable split page table lock for PMD levelKirill A. Shutemov2013-11-152-1/+14
* mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-154-3/+43
* mm: convert the rest to new page table lock apiKirill A. Shutemov2013-11-154-59/+73
* mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-157-54/+105
* mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov2013-11-154-18/+19
* mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov2013-11-153-25/+34
* mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-154-31/+46
* mm: introduce api for split page table lock for PMD levelKirill A. Shutemov2013-11-151-0/+13
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-157-14/+16
* mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-154-13/+13
* mm: avoid increase sizeof(struct page) due to split page table lockKirill A. Shutemov2013-11-151-0/+1
* mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov2013-11-151-5/+5
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-152-3/+3
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-11-1411-127/+168
|\
| * ext4: add prototypes for macro-generated functionsAndreas Dilger2013-11-111-0/+11
| * ext4: return non-zero st_blocks for inline dataAndreas Dilger2013-11-111-3/+11
| * ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o2013-11-083-7/+4
| * ext4: remove unreachable code after ext4_can_extents_be_merged()Eric Sandeen2013-11-071-26/+0
| * ext4: remove unreachable code in ext4_can_extents_be_merged()Eric Sandeen2013-11-041-7/+2
| * ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-10-311-0/+1
| * ext4: don't count free clusters from a corrupt block groupDarrick J. Wong2013-10-311-2/+11
| * ext4: fix FITRIM in no journal modeLukas Czerner2013-10-301-2/+2
| * ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()Azat Khuzhin2013-10-301-2/+0
| * ext4: change ext4_read_inline_dir() to return 0 on successBoxiLiu2013-10-301-0/+1
| * ext4: pair trace_ext4_writepages & trace_ext4_writepages_resultMing Lei2013-10-301-5/+6
| * ext4: add ratelimiting to ext4 messagesTheodore Ts'o2013-10-172-58/+100
| * ext4: fix performance regression in ext4_writepagesMing Lei2013-10-171-13/+13
| * ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()Jan Kara2013-10-161-0/+3
| * ext4: fix assertion in ext4_add_complete_io()Jan Kara2013-10-161-2/+3
* | Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-11-14116-4681/+5209
|\ \
| * | xfs: simplify kmem_{zone_}zallocGu Zheng2013-11-062-25/+18
| * | xfs: add tracepoints to AGF/AGI read operationsDave Chinner2013-11-063-2/+34
| * | xfs: trace AIL manipulationsDave Chinner2013-11-063-1/+62
| * | xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner2013-11-041-28/+44
| * | xfs: fix the extent count when allocating an new indirection array entryJie Liu2013-10-311-5/+4
| * | xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen2013-10-301-2/+11
| * | xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem2013-10-301-5/+3
| * | xfs:xfs_dir2_node.c: pointer use before check for nullDenis Efremov2013-10-301-1/+0
| * | xfs: prevent stack overflows from page cache allocationDave Chinner2013-10-302-2/+10
| * | xfs: fix static and extern sparse warningsDave Chinner2013-10-3012-8/+18
| * | xfs: validity check the directory block leaf entry countDave Chinner2013-10-301-4/+15
| * | xfs: make dir2 ftype offset pointers explicitDave Chinner2013-10-301-2/+21
OpenPOWER on IntegriCloud