Show patches with: none      |   73334 patches
« 1 2 ... 140 141 142733 734 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[16/34] maple_tree: Make test code work without debug enabled Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[15/34] maple_tree: Return error on mte_pivots() out of range Maple tree mas_{next,prev}_range() and cleanup - 1 - --- 2023-04-25 Liam R. Howlett New
[14/34] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[13/34] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[12/34] maple_tree: Use MAS_BUG_ON() from mas_topiary_range() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[11/34] maple_tree: Use MAS_BUG_ON() in mas_set_height() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[10/34] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[09/34] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[08/34] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[07/34] maple_tree: Convert BUG_ON() to MT_BUG_ON() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[06/34] maple_tree: Add debug BUG_ON and WARN_ON variants Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[05/34] maple_tree: Add format option to mt_dump() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[04/34] maple_tree: Clean up mas_dfs_postorder() Maple tree mas_{next,prev}_range() and cleanup - - - --- 2023-04-25 Liam R. Howlett New
[03/34] maple_tree: Avoid unnecessary ascending Maple tree mas_{next,prev}_range() and cleanup - 1 - --- 2023-04-25 Liam R. Howlett New
[02/34] maple_tree: Clean up mas_parent_enum() Maple tree mas_{next,prev}_range() and cleanup - 1 - --- 2023-04-25 Liam R. Howlett New
[01/34] maple_tree: Fix static analyser cppcheck issue Maple tree mas_{next,prev}_range() and cleanup - 1 - --- 2023-04-25 Liam R. Howlett New
[v4] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() [v4] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() 1 1 - --- 2023-04-25 Baolin Wang New
[V3,6/6] Add default quota limit mount options Untitled series #743020 - 1 - --- 2023-04-25 Carlos Maiolino New
[V3,2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL Untitled series #743020 - 1 - --- 2023-04-25 Carlos Maiolino New
[9/9] maple_tree: Move declaration of mas_empty_area_rev() to a better place fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[8/9] maple_tree: Remove the redundant check of mas->offset in mas_empty_area/area_rev() fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[7/9] maple_tree: Delete redundant code in mas_next_node() fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[6/9] maple_tree: Remove a confusing check fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[5/9] maple_tree: Remove an if statement that cannot be true fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[4/9] maple_tree: Update mtree_alloc_rrange() and mtree_alloc_range() testing fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[3/9] maple_tree: Modify the allocation method of mtree_alloc_range/rrange() fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[2/9] maple_tree: Make maple state reusable after mas_empty_area() fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[1/9] maple_tree: Fix allocation when min is equal to max in mas_empty_area/_area_rev() fix, rework and clean up for maple tree - - - --- 2023-04-25 Peng Zhang New
[v2,2/2] lru: allow large batched add large folio to lru list Reduce lock contention related with large folio - - 1 --- 2023-04-25 Yin, Fengwei New
[v2,1/2] THP: avoid lock when check whether THP is in deferred list Reduce lock contention related with large folio - - 1 --- 2023-04-25 Yin, Fengwei New
[v3] mm/gup: disallow GUP writing to file-backed mappings by default [v3] mm/gup: disallow GUP writing to file-backed mappings by default - - - --- 2023-04-25 Lorenzo Stoakes New
[GIT,PULL] ext4 changes for the 6.4 merge window [GIT,PULL] ext4 changes for the 6.4 merge window - - - --- 2023-04-25 Theodore Ts'o New
[v2,3/3] xfs: mark the inode for high-res timestamp update in getattr fs: multigrain timestamps - - - --- 2023-04-24 Jeff Layton New
[v2,2/3] shmem: mark for high-res timestamps on next update after getattr fs: multigrain timestamps - - - --- 2023-04-24 Jeff Layton New
[v2,1/3] fs: add infrastructure for multigrain inode i_m/ctime fs: multigrain timestamps - - - --- 2023-04-24 Jeff Layton New
[v3,2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() [v3,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn 1 - - --- 2023-04-24 Baolin Wang New
[v3,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn [v3,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn 1 2 - --- 2023-04-24 Baolin Wang New
[v4] of: fdt: Scan /memreserve/ last [v4] of: fdt: Scan /memreserve/ last - - - --- 2023-04-24 Lucas Tanure New
string: use __builtin_memcpy() in strlcpy/strlcat string: use __builtin_memcpy() in strlcpy/strlcat 1 1 - --- 2023-04-24 Alexander Potapenko New
[v2] mm/gup: disallow GUP writing to file-backed mappings by default [v2] mm/gup: disallow GUP writing to file-backed mappings by default - - - --- 2023-04-24 Lorenzo Stoakes New
[-V2] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible [-V2] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible - 2 - --- 2023-04-24 Huang, Ying New
[17/17] fs: add CONFIG_BUFFER_HEAD [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[16/17] block: use iomap for writes to block devices [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[15/17] block: stop setting ->direct_IO [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[14/17] block: open code __generic_file_write_iter for blkdev writes [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[13/17] block: don't plug in blkdev_write_iter [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[12/17] fuse: use direct_write_fallback [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[09/17] fs: factor out a direct_write_fallback helper [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[08/17] filemap: add a kiocb_invalidate_post_write helper [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[07/17] filemap: add a kiocb_invalidate_pages helper [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[06/17] filemap: add a kiocb_write_and_wait helper [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[05/17] filemap: update ki_pos in generic_perform_write [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[04/17] fs: remove emergency_thaw_bdev [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[03/17] fs: rename and move block_page_mkwrite_return [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops [01/17] fs: unexport buffer_check_dirty_writeback - - - --- 2023-04-24 Christoph Hellwig New
[01/17] fs: unexport buffer_check_dirty_writeback [01/17] fs: unexport buffer_check_dirty_writeback - 1 - --- 2023-04-24 Christoph Hellwig New
mmzone: Introduce for_each_populated_zone_pgdat() mmzone: Introduce for_each_populated_zone_pgdat() - - - --- 2023-04-24 Yajun Deng New
Fix some coding style errors in memblock.c Fix some coding style errors in memblock.c - - - --- 2023-04-23 Claudio Migliorelli New
[v2,2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() [v2,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn - 1 - --- 2023-04-23 Baolin Wang New
[v2,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn [v2,1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn 1 2 - --- 2023-04-23 Baolin Wang New
[next] mm/khugepaged: fix conflicting mods to collapse_file() [next] mm/khugepaged: fix conflicting mods to collapse_file() - - - --- 2023-04-23 Hugh Dickins New
[mm-stable,v2,3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM 2 - - --- 2023-04-22 David Hildenbrand New
[mm-stable,v2,2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM 1 - - --- 2023-04-22 David Hildenbrand New
[mm-stable,v2,1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0 mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM 1 - - --- 2023-04-22 David Hildenbrand New
mm/gup: disallow GUP writing to file-backed mappings by default mm/gup: disallow GUP writing to file-backed mappings by default - - - --- 2023-04-22 Lorenzo Stoakes New
[2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() [1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn - - - --- 2023-04-22 Baolin Wang New
[1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn [1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn - 2 - --- 2023-04-22 Baolin Wang New
[v12,3/3] selftests: Add selftests for cachestat cachestat: a new syscall for page cache state of files - - - --- 2023-04-21 Nhat Pham New
[v12,2/3] cachestat: implement cachestat syscall cachestat: a new syscall for page cache state of files - - - --- 2023-04-21 Nhat Pham New
[v12,1/3] workingset: refactor LRU refault to expose refault recency check cachestat: a new syscall for page cache state of files - - - --- 2023-04-21 Nhat Pham New
[v2,4/4] migrate_pages: Don't wait forever locking buffers in MIGRATE_SYNC_LIGHT migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT - - - --- 2023-04-21 Douglas Anderson New
[v2,3/4] migrate_pages: Don't wait forever locking pages in MIGRATE_SYNC_LIGHT migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT - - - --- 2023-04-21 Douglas Anderson New
[v2,2/4] buffer: Add lock_buffer_timeout() migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT - - - --- 2023-04-21 Douglas Anderson New
[v2,1/4] mm/filemap: Add folio_lock_timeout() migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT - - - --- 2023-04-21 Douglas Anderson New
[RFC,8/8] shmem: add support to customize block size on multiple PAGE_SIZE shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,7/8] shmem: add high order page support shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,6/8] shmem: consider block size in shmem_default_max_inodes() shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks() shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,4/8] shmem: add helpers to get block size shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,3/8] shmem: account for high order folios shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,2/8] shmem: convert to use folio_test_hwpoison() shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[RFC,1/8] shmem: replace BLOCKS_PER_PAGE with PAGE_SECTORS shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain New
[v2] kasan: use internal prototypes matching gcc-13 builtins [v2] kasan: use internal prototypes matching gcc-13 builtins - 1 - --- 2023-04-21 Arnd Bergmann New
[5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT block: simplify with PAGE_SECTORS_SHIFT - 1 - --- 2023-04-21 Luis Chamberlain New
[4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-04-21 Luis Chamberlain New
[3/5] iomap: simplify iomap_init() with PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-04-21 Luis Chamberlain New
[2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT 1 - - --- 2023-04-21 Luis Chamberlain New
[1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-04-21 Luis Chamberlain New
mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() 1 1 - --- 2023-04-21 Roman Gushchin New
[v5,5/5] cgroup: remove cgroup_rstat_flush_atomic() cgroup: eliminate atomic rstat flushing 2 - - --- 2023-04-21 Yosry Ahmed New
[v5,4/5] memcg: remove mem_cgroup_flush_stats_atomic() cgroup: eliminate atomic rstat flushing 1 - - --- 2023-04-21 Yosry Ahmed New
[v5,3/5] memcg: calculate root usage from global state cgroup: eliminate atomic rstat flushing 1 1 - --- 2023-04-21 Yosry Ahmed New
[v5,2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats() cgroup: eliminate atomic rstat flushing 2 1 - --- 2023-04-21 Yosry Ahmed New
[v5,1/5] writeback: move wb_over_bg_thresh() call outside lock section cgroup: eliminate atomic rstat flushing 2 2 - --- 2023-04-21 Yosry Ahmed New
[v3,4/4] mm/mmap: Regression fix for unmapped_area{_topdown} Fix mas_empty_area() search - - - --- 2023-04-21 Liam R. Howlett New
[v3,3/4] maple_tree: Fix mas_empty_area() search Fix mas_empty_area() search - - - --- 2023-04-21 Liam R. Howlett New
[v3,2/4] maple_tree: Update mtree_alloc_rrange() and mtree_alloc_range() testing Fix mas_empty_area() search - - - --- 2023-04-21 Liam R. Howlett New
[v3,1/4] maple_tree: Make maple state reusable after mas_empty_area_rev() Fix mas_empty_area() search - - - --- 2023-04-21 Liam R. Howlett New
« 1 2 ... 140 141 142733 734 »