Age | Commit message (Expand) | Author | Files | Lines |
2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig | 5 | -30/+17 |
2021-06-29 | fs: unexport __set_page_dirty | Christoph Hellwig | 1 | -1/+0 |
2021-06-29 | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin | 4 | -12/+165 |
2021-06-29 | writeback, cgroup: support switching multiple inodes at once | Roman Gushchin | 2 | -44/+80 |
2021-06-29 | writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() | Roman Gushchin | 1 | -8/+11 |
2021-06-29 | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin | 3 | -34/+62 |
2021-06-29 | writeback, cgroup: switch to rcu_work API in inode_switch_wbs() | Roman Gushchin | 1 | -14/+4 |
2021-06-29 | writeback, cgroup: increment isw_nr_in_flight before grabbing an inode | Roman Gushchin | 1 | -2/+3 |
2021-06-29 | writeback, cgroup: add smp_mb() to cgroup_writeback_umount() | Roman Gushchin | 1 | -0/+6 |
2021-06-29 | writeback, cgroup: do not switch inodes with I_WILL_FREE flag | Roman Gushchin | 1 | -4/+4 |
2021-06-29 | mm/page-writeback: use __this_cpu_inc() in account_page_dirtied() | Chi Wu | 1 | -1/+1 |
2021-06-29 | mm/page-writeback: update the comment of Dirty position control | Chi Wu | 1 | -1/+1 |
2021-06-29 | mm/page-writeback: Fix performance when BDI's share of ratio is 0. | Chi Wu | 1 | -4/+16 |
2021-06-29 | mm: page-writeback: kill get_writeback_state() comments | Kefeng Wang | 1 | -6/+3 |
2021-06-29 | virtio_balloon: specify page reporting order if needed | Gavin Shan | 1 | -0/+17 |
2021-06-29 | mm/page_reporting: allow driver to specify reporting order | Gavin Shan | 2 | -0/+9 |
2021-06-29 | mm/page_reporting: export reporting order as module parameter | Gavin Shan | 3 | -5/+15 |
2021-06-29 | mm/page_reporting: fix code style in __page_reporting_request() | Gavin Shan | 1 | -2/+2 |
2021-06-29 | mm: mmap_lock: use local locks instead of disabling preemption | Nicolas Saenz Julienne | 1 | -11/+22 |
2021-06-29 | mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage() | Anshuman Khandual | 1 | -12/+51 |
2021-06-29 | tools/vm/page_owner_sort.c: check malloc() return | Tang Bin | 1 | -0/+4 |
2021-06-29 | dax: fix ENOMEM handling in grab_mapping_entry() | Jan Kara | 1 | -1/+2 |
2021-06-29 | mm/kmemleak: fix possible wrong memory scanning period | Yanfei Xu | 1 | -6/+12 |
2021-06-29 | mm/slub: add taint after the errors are printed | Georgi Djakov | 1 | -2/+3 |
2021-06-29 | mm: slub: move sysfs slab alloc/free interfaces to debugfs | Faiyaz Mohammed | 3 | -93/+189 |
2021-06-29 | slub: force on no_hash_pointers when slub_debug is enabled | Stephen Boyd | 3 | -2/+22 |
2021-06-29 | slub: indicate slab_fix() uses printf formats | Joe Perches | 1 | -3/+4 |
2021-06-29 | slub: actually use 'message' in restore_bytes() | Stephen Boyd | 1 | -1/+1 |
2021-06-29 | slub: restore slub_debug=- behavior | Stephen Boyd | 1 | -0/+2 |
2021-06-29 | mm, slub: change run-time assertion in kmalloc_index() to compile-time | Hyeonggon Yoo | 3 | -9/+20 |
2021-06-29 | slub: remove resiliency_test() function | Oliver Glitta | 1 | -64/+0 |
2021-06-29 | mm/slub, kunit: add a KUnit test for SLUB debugging functionality | Oliver Glitta | 6 | -3/+212 |
2021-06-29 | kunit: make test->lock irq safe | Vlastimil Babka | 2 | -9/+14 |
2021-06-29 | slab: use __func__ to trace function name | gumingtao | 1 | -6/+6 |
2021-06-29 | doc: watchdog: modify the doc related to "watchdog/%u" | Wang Qing | 1 | -5/+5 |
2021-06-29 | doc: watchdog: modify the explanation related to watchdog thread | Wang Qing | 1 | -2/+2 |
2021-06-29 | kernel: watchdog: modify the explanation related to watchdog thread | Wang Qing | 1 | -8/+4 |
2021-06-29 | ocfs2: remove redundant initialization of variable ret | Colin Ian King | 1 | -1/+1 |
2021-06-29 | ocfs2: replace simple_strtoull() with kstrtoull() | Chen Huang | 1 | -2/+3 |
2021-06-29 | ocfs2: remove repeated uptodate check for buffer | Wan Jiabing | 1 | -2/+1 |
2021-06-29 | ocfs2: remove redundant assignment to pointer queue | Colin Ian King | 1 | -1/+1 |
2021-06-29 | ocfs2: fix snprintf() checking | Dan Carpenter | 2 | -11/+3 |
2021-06-29 | ocfs2: remove unnecessary INIT_LIST_HEAD() | Yang Yingliang | 1 | -2/+0 |
2021-06-29 | squashfs: add option to panic on errors | Vincent Whitchurch | 3 | -1/+91 |
2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi | 1 | -1/+1 |
2021-06-29 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 1 | -0/+16 |
2021-06-29 | streamline_config.pl: add softtabstop=4 for vim users | Steven Rostedt (VMware) | 1 | -0/+2 |
2021-06-29 | streamline_config.pl: make spacing consistent | Steven Rostedt (VMware) | 1 | -39/+39 |
2021-06-29 | ia64: mca_drv: fix incorrect array size calculation | Arnd Bergmann | 1 | -1/+1 |
2021-06-29 | ia64: headers: drop duplicated words | Randy Dunlap | 3 | -3/+3 |