summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi2017-07-103-50/+0
* mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-07-102-40/+64
* mm: hwpoison: introduce memory_failure_hugetlb()Naoya Horiguchi2017-07-101-52/+82
* mm: soft-offline: dissolve free hugepage if soft-offlinedNaoya Horiguchi2017-07-101-1/+1
* mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual2017-07-104-9/+39
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-102-72/+24
* mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi2017-07-101-3/+5
* mm: hugetlb: prevent reuse of hwpoisoned free hugepagesNaoya Horiguchi2017-07-102-3/+1
* fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-07-101-28/+15
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-101-1/+1
* mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-07-101-1/+1
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-101-2/+11
* mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko2017-07-101-2/+2
* mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka2017-07-101-9/+44
* swap: add block io poll in swapin pathShaohua Li2017-07-105-11/+33
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-108-214/+533
|\
| * ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
| * char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-281-2/+2
| * ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
| * ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-192-204/+219
| * ipmi: Create a platform device for a DMI-specified IPMI interfaceCorey Minyard2017-06-194-0/+290
| * ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-191-0/+5
| * ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
| * ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
| * ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-171-2/+1
| * ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
| * ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10112-1855/+2116
|\ \
| * | xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-074-5/+5
| * | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-076-8/+8
| * | xfs: fix contiguous dquot chunk iteration livelockBrian Foster2017-07-051-2/+7
| * | xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-022-364/+14
| * | vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher2017-07-022-0/+98
| * | vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-022-0/+126
| * | xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig2017-07-011-1/+0
| * | xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig2017-07-011-44/+22
| * | xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-011-0/+11
| * | xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-272-4/+12
| * | xfs: fix semicolon.cocci warningskbuild test robot2017-06-271-1/+1
| * | xfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-273-5/+6
| * | xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-06-271-0/+1
| * | xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-274-41/+7
| * | xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-275-68/+15
| * | xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-2713-40/+26
| * | xfs: expose errortag knobs via sysfsDarrick J. Wong2017-06-273-1/+157
| * | xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-275-89/+111
| * | xfs: free uncommitted transactions during log recoveryBrian Foster2017-06-241-1/+20
| * | xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-201-2/+5
| * | xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2017-06-202-3/+4
| * | xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-204-36/+57