aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro4-64/+18
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro8-22/+17
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro2-5/+3
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro4-29/+11
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()Al Viro5-21/+14
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro4-3/+6
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro3-37/+26
2020-01-15nfs4: fold nfs_do_root_mount/nfs_follow_remote_pathAl Viro1-51/+37
2020-01-15nfs: don't bother setting/restoring export_path around do_nfs_root_mount()Al Viro1-4/+0
2020-01-15nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_typeAl Viro1-22/+4
2020-01-15nfs: lift setting mount_info from nfs4_remote{,_referral}_mountAl Viro1-32/+35
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro3-18/+14
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro2-22/+5
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells2-14/+10
2020-01-14keys: Fix request_key() cacheDavid Howells1-2/+2
2020-01-14parisc: fix map_pages() to actually populate upper directoryMike Rapoport1-1/+1
2020-01-14parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski1-2/+2
2020-01-13mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATEYang Shi1-1/+2
2020-01-13mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang1-1/+2
2020-01-13mm/page-writeback.c: improve arithmetic divisionsWen Yang1-1/+1
2020-01-13mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divideWen Yang1-2/+2
2020-01-13mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang1-2/+2
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka6-32/+34
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin2-31/+11
2020-01-13mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alignmentKirill A. Shutemov1-3/+4
2020-01-13mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD alignmentKirill A. Shutemov1-14/+24
2020-01-13mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand1-1/+8
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka2-22/+12
2020-01-12Linux 5.5-rc6Linus Torvalds1-1/+1
2020-01-12riscv: Fixup obvious bug for fp-regs resetGuo Ren1-1/+1
2020-01-12riscv: move sifive_l2_cache.h to include/socYash Shah3-5/+5
2020-01-10nvmet: fix per feat data len for get_featureAmit Engel1-1/+11
2020-01-10nvme: Translate more status codes to blk_status_tKeith Busch1-0/+2
2020-01-10HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2-5/+7
2020-01-10scsi: enclosure: Fix stale device oops with hot replugJames Bottomley1-2/+1
2020-01-10scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2020-01-09i2c: fix bus recovery stop mode timingRussell King1-3/+10
2020-01-09mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus1-0/+1
2020-01-09mtd: sm_ftl: fix NULL pointer warningArnd Bergmann1-1/+2
2020-01-09mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi1-1/+2
2020-01-09mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski1-4/+4
2020-01-09mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian3-13/+14
2020-01-09mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych1-7/+6
2020-01-09mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello1-2/+36
2020-01-09drm/i915/gen9: Clear residual context state on context switchAkeem G Abodunrin1-0/+8
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei4-7/+17