summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-16Linux 4.4.171v4.4.171Greg Kroah-Hartman
2019-01-16sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-01-16crypto: cts - fix crash on short inputsEric Biggers
2019-01-16i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng
2019-01-16ACPI: power: Skip duplicate power resource references in _PRxHans de Goede
2019-01-16PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan
2019-01-16PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan
2019-01-16PCI: altera: Poll for link training status after retraining the linkLey Foon Tan
2019-01-16PCI: altera: Poll for link up status after retraining the linkLey Foon Tan
2019-01-16PCI: altera: Check link status before retrain linkLey Foon Tan
2019-01-16PCI: altera: Reorder read/write functionsBjorn Helgaas
2019-01-16PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan
2019-01-16slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter
2019-01-16USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker
2019-01-16USB: storage: add quirk for SMI SM3350Icenowy Zheng
2019-01-16USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng
2019-01-16usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-16CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-01-16btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2019-01-16btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2019-01-16btrfs: validate type when reading a chunkGu Jinxiang
2019-01-16btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2019-01-16btrfs: tree-checker: Verify block_group_itemQu Wenruo
2019-01-16btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2019-01-16btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2019-01-16btrfs: tree-checker: Add checker for dir itemQu Wenruo
2019-01-16btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2019-01-16btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2019-01-16btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2019-01-16btrfs: Add checker for EXTENT_CSUMQu Wenruo
2019-01-16btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2019-01-16btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2019-01-16btrfs: Refactor check_leaf function for later expansionQu Wenruo
2019-01-16btrfs: struct-funcs, constify readersJeff Mahoney
2019-01-16Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2019-01-16Btrfs: memset to avoid stale content in btree leafLiu Bo
2019-01-16Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2019-01-16Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo
2019-01-16Btrfs: memset to avoid stale content in btree node blockLiu Bo
2019-01-16Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2019-01-16Btrfs: check btree node's nritemsLiu Bo
2019-01-16Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2019-01-16Btrfs: fix em leak in find_first_block_groupJosef Bacik
2019-01-16Btrfs: check inconsistence between chunk and block groupLiu Bo
2019-01-16Btrfs: add validadtion checks for chunk loadingLiu Bo
2019-01-16btrfs: Enhance chunk validation checkQu Wenruo