summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)8-22/+6
2021-06-29fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)1-10/+1
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)5-30/+4
2021-06-29mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-9/+1
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)3-26/+26
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig22-14/+42
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig5-30/+17
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig1-1/+0
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin4-12/+165
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin2-44/+80
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