summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-29writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin1-8/+11
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin3-34/+62
2021-06-29writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin1-14/+4
2021-06-29writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin1-2/+3
2021-06-29writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin1-0/+6
2021-06-29writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin1-4/+4
2021-06-29mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()Chi Wu1-1/+1
2021-06-29mm/page-writeback: update the comment of Dirty position controlChi Wu1-1/+1
2021-06-29mm/page-writeback: Fix performance when BDI's share of ratio is 0.Chi Wu1-4/+16
2021-06-29mm: page-writeback: kill get_writeback_state() commentsKefeng Wang1-6/+3
2021-06-29virtio_balloon: specify page reporting order if neededGavin Shan1-0/+17
2021-06-29mm/page_reporting: allow driver to specify reporting orderGavin Shan2-0/+9
2021-06-29mm/page_reporting: export reporting order as module parameterGavin Shan3-5/+15
2021-06-29mm/page_reporting: fix code style in __page_reporting_request()Gavin Shan1-2/+2
2021-06-29mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne1-11/+22
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual1-12/+51
2021-06-29tools/vm/page_owner_sort.c: check malloc() returnTang Bin1-0/+4
2021-06-29dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara1-1/+2
2021-06-29mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu1-6/+12
2021-06-29mm/slub: add taint after the errors are printedGeorgi Djakov1-2/+3
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed3-93/+189
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd3-2/+22
2021-06-29slub: indicate slab_fix() uses printf formatsJoe Perches1-3/+4
2021-06-29slub: actually use 'message' in restore_bytes()Stephen Boyd1-1/+1
2021-06-29slub: restore slub_debug=- behaviorStephen Boyd1-0/+2
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo3-9/+20
2021-06-29slub: remove resiliency_test() functionOliver Glitta1-64/+0
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta6-3/+212
2021-06-29kunit: make test->lock irq safeVlastimil Babka2-9/+14
2021-06-29slab: use __func__ to trace function namegumingtao1-6/+6
2021-06-29doc: watchdog: modify the doc related to "watchdog/%u"Wang Qing1-5/+5
2021-06-29doc: watchdog: modify the explanation related to watchdog threadWang Qing1-2/+2
2021-06-29kernel: watchdog: modify the explanation related to watchdog threadWang Qing1-8/+4
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing1-2/+1
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King1-1/+1
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter2-11/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch3-1/+91
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi1-1/+1
2021-06-29scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+16
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)1-0/+2
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)1-39/+39
2021-06-29ia64: mca_drv: fix incorrect array size calculationArnd Bergmann1-1/+1
2021-06-29ia64: headers: drop duplicated wordsRandy Dunlap3-3/+3
2021-06-29kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek1-7/+12
2021-06-29kthread: switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2021-06-29mm/page_alloc: correct return value of populated elements if bulk array is po...Mel Gorman1-1/+1
2021-06-29mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2-37/+58