Show patches with: Submitter = Luis Chamberlain       |   150 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] fs/kernel_read_file: add support for duplicate detection module: avoid all memory pressure due to duplicates - - - --- 2023-05-24 Luis Chamberlain New
[1/3] mm/show_mem: simplify ifdef on si_meminfo_node() mm: random cleanups - - - --- 2024-03-14 Luis Chamberlain New
[1/5] block: move main block debugfs initialization to its own file blktrace: fix use after free - 2 - --- 2020-04-14 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
[1/6] shmem: remove check for folio lock on writepage() tmpfs: add the option to disable swap 1 - - --- 2023-03-02 Luis Chamberlain New
[1/7] module: move finished_loading() module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 Luis Chamberlain New
[2/2] module: add support to avoid duplicates early on load module: avoid all memory pressure due to duplicates - - 3 --- 2023-05-24 Luis Chamberlain New
[2/3] mm/compaction: add and use for_each_populated_zone_pgdat() helper mm: random cleanups - - - --- 2024-03-14 Luis Chamberlain New
[2/5] blktrace: fix debugfs use after free blktrace: fix use after free - 3 - --- 2020-04-14 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
[2/6] shmem: set shmem_writepage() variables early tmpfs: add the option to disable swap 1 1 - --- 2023-03-02 Luis Chamberlain New
[2/7] module: extract patient module check into helper module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 Luis Chamberlain New
[3/3] mm/vmstat: simplfy extfrag_show_print with fragmentation_index() mm: random cleanups - 2 - --- 2024-03-14 Luis Chamberlain New
[3/5] blktrace: refcount the request_queue during ioctl blktrace: fix use after free - 1 - --- 2020-04-14 Luis Chamberlain New
[3/5] iomap: simplify iomap_init() with PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-04-21 Luis Chamberlain New
[3/6] shmem: move reclaim check early on writepages() tmpfs: add the option to disable swap 1 1 - --- 2023-03-02 Luis Chamberlain New
[3/7] module: avoid allocation if module is already present and ready module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 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
[4/5] mm/swapfile: refcount block and queue before using blkcg_schedule_throttle() blktrace: fix use after free - - - --- 2020-04-14 Luis Chamberlain New
[4/6] shmem: skip page split if we're not reclaiming tmpfs: add the option to disable swap 1 1 - --- 2023-03-02 Luis Chamberlain New
[4/7] sempahore: add a helper for a concurrency limiter module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 Luis Chamberlain New
[5/5] block: revert back to synchronous request_queue removal blktrace: fix use after free - 1 - --- 2020-04-14 Luis Chamberlain 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
[5/6] shmem: update documentation tmpfs: add the option to disable swap - 2 - --- 2023-03-02 Luis Chamberlain New
[5/7] modules/kmod: replace implementation with a sempahore module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 Luis Chamberlain New
[6/6] shmem: add support to ignore swap tmpfs: add the option to disable swap 1 - - --- 2023-03-02 Luis Chamberlain New
[6/7] debugfs: add debugfs_create_atomic64_t for atomic64_t module: avoid userspace pressure on unwanted allocations 1 - - --- 2023-03-29 Luis Chamberlain New
[7/7] module: add debug stats to help identify memory pressure module: avoid userspace pressure on unwanted allocations - - - --- 2023-03-29 Luis Chamberlain New
[RFC,1/2] module: add debugging auto-load duplicate module support module: fix virtual memory wasted on finit_module() - - - --- 2023-04-14 Luis Chamberlain New
[RFC,1/2] shmem: set shmem_writepage() variables early tmpfs: add the option to disable swap - - - --- 2023-02-07 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
[RFC,2/2] kread: avoid duplicates module: fix virtual memory wasted on finit_module() - - - --- 2023-04-14 Luis Chamberlain New
[RFC,2/2] shmem: add support to ignore swap tmpfs: add the option to disable swap - - - --- 2023-02-07 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,3/8] shmem: account for high order folios 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,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,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,7/8] shmem: add high order page support shmem: add support for blocksize > PAGE_SIZE - - - --- 2023-04-21 Luis Chamberlain 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,v2,1/5] block: move main block debugfs initialization to its own file blktrace: fix use after free - - - --- 2020-04-09 Luis Chamberlain New
[RFC,v2,1/5] shmem: remove check for folio lock on writepage() tmpfs: add the option to disable swap - - - --- 2023-02-23 Luis Chamberlain New
[RFC,v2,1/8] page_flags: add is_folio_hwpoison() add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,2/5] blktrace: fix debugfs use after free blktrace: fix use after free - - - --- 2020-04-09 Luis Chamberlain New
[RFC,v2,2/5] shmem: set shmem_writepage() variables early tmpfs: add the option to disable swap - - - --- 2023-02-23 Luis Chamberlain New
[RFC,v2,2/8] shmem: convert to use is_folio_hwpoison() add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,3/5] blktrace: ref count the request_queue during ioctl blktrace: fix use after free - 1 - --- 2020-04-09 Luis Chamberlain New
[RFC,v2,3/5] shmem: move reclaim check early on writepages() tmpfs: add the option to disable swap - - - --- 2023-02-23 Luis Chamberlain New
[RFC,v2,3/8] shmem: account for high order folios add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,4/5] mm/swapfile: refcount block and queue before using blkcg_schedule_throttle() blktrace: fix use after free - - - --- 2020-04-09 Luis Chamberlain New
[RFC,v2,4/5] shmem: skip page split if we're not reclaiming tmpfs: add the option to disable swap - - - --- 2023-02-23 Luis Chamberlain New
[RFC,v2,4/8] shmem: add helpers to get block size add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,5/5] block: revert back to synchronous request_queue removal blktrace: fix use after free - - - --- 2020-04-09 Luis Chamberlain New
[RFC,v2,5/5] shmem: add support to ignore swap tmpfs: add the option to disable swap 1 - - --- 2023-02-23 Luis Chamberlain New
[RFC,v2,5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks() add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,6/8] shmem: consider block size in shmem_default_max_inodes() add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,7/8] shmem: add high order page support add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC,v2,8/8] shmem: add support to customize block size order add support for blocksize > PAGE_SIZE - - - --- 2023-05-26 Luis Chamberlain New
[RFC] mm/vmstat: add a single value debugfs fragmentation metric [RFC] mm/vmstat: add a single value debugfs fragmentation metric - - - --- 2024-03-14 Luis Chamberlain New
[sysctl-next] mm: fix unused variable kernel warning when SYSCTL=n [sysctl-next] mm: fix unused variable kernel warning when SYSCTL=n 1 - - --- 2022-04-15 Luis Chamberlain New
[v2,01/10] block: move main block debugfs initialization to its own file block: fix blktrace debugfs use after free - 2 - --- 2020-04-19 Luis Chamberlain New
[v2,02/10] blktrace: move blktrace debugfs creation to helper function block: fix blktrace debugfs use after free - 1 - --- 2020-04-19 Luis Chamberlain New
[v2,03/10] blktrace: fix debugfs use after free block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,04/10] block: revert back to synchronous request_queue removal block: fix blktrace debugfs use after free - 1 - --- 2020-04-19 Luis Chamberlain New
[v2,05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,07/10] blktrace: move debugfs file creation to its own function block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,08/10] blktrace: add checks for created debugfs files on setup block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,09/10] block: panic if block debugfs dir is not created block: fix blktrace debugfs use after free - - - --- 2020-04-19 Luis Chamberlain New
[v2,1/2] Change DEFINE_SEMAPHORE() to take a number argument kmod: simplify with a semaphore - 2 - --- 2023-04-05 Luis Chamberlain New
[v2,1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures - - - --- 2018-05-10 Luis Chamberlain New
[v2,1/2] test_xarray: add tests for advanced multi-index use test_xarray: advanced API multi-index tests - - 1 --- 2024-01-31 Luis Chamberlain New
[v2,1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-05-26 Luis Chamberlain New
[v2,1/6] module: fix kmemleak annotations for non init ELF sections module: avoid userspace pressure on unwanted allocations 1 - - --- 2023-04-05 Luis Chamberlain New
[v2,1/6] shmem: remove check for folio lock on writepage() tmpfs: add the option to disable swap 1 1 - --- 2023-03-09 Luis Chamberlain New
[v2,10/10] block: put_device() if device_add() fails block: fix blktrace debugfs use after free - 1 - --- 2020-04-19 Luis Chamberlain New
[v2,2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures - - - --- 2018-05-10 Luis Chamberlain New
[v2,2/2] modules/kmod: replace implementation with a sempahore kmod: simplify with a semaphore - 2 - --- 2023-04-05 Luis Chamberlain New
[v2,2/2] XArray: add cmpxchg order test test_xarray: advanced API multi-index tests - - - --- 2024-01-31 Luis Chamberlain New
[v2,2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT 1 1 - --- 2023-05-26 Luis Chamberlain New
[v2,2/6] module: move finished_loading() module: avoid userspace pressure on unwanted allocations - 1 - --- 2023-04-05 Luis Chamberlain New
[v2,2/6] shmem: set shmem_writepage() variables early tmpfs: add the option to disable swap 1 1 - --- 2023-03-09 Luis Chamberlain New
[v2,3/5] iomap: simplify iomap_init() with PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT - 2 - --- 2023-05-26 Luis Chamberlain New
[v2,3/6] module: extract patient module check into helper module: avoid userspace pressure on unwanted allocations - - - --- 2023-04-05 Luis Chamberlain New
[v2,3/6] shmem: move reclaim check early on writepages() tmpfs: add the option to disable swap 1 2 - --- 2023-03-09 Luis Chamberlain New
[v2,4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT block: simplify with PAGE_SECTORS_SHIFT - - - --- 2023-05-26 Luis Chamberlain New
[v2,4/6] module: avoid allocation if module is already present and ready module: avoid userspace pressure on unwanted allocations - - - --- 2023-04-05 Luis Chamberlain New
[v2,4/6] shmem: skip page split if we're not reclaiming tmpfs: add the option to disable swap 1 2 - --- 2023-03-09 Luis Chamberlain New
[v2,5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT block: simplify with PAGE_SECTORS_SHIFT - 1 - --- 2023-05-26 Luis Chamberlain New
[v2,5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t module: avoid userspace pressure on unwanted allocations 1 - - --- 2023-04-05 Luis Chamberlain New
[v2,5/6] shmem: update documentation tmpfs: add the option to disable swap - 2 - --- 2023-03-09 Luis Chamberlain New
[v2,6/6] module: add debug stats to help identify memory pressure module: avoid userspace pressure on unwanted allocations - - - --- 2023-04-05 Luis Chamberlain New
[v2,6/6] shmem: add support to ignore swap tmpfs: add the option to disable swap 1 - - --- 2023-03-09 Luis Chamberlain New
[v2] mm: expand documentation over __read_mostly [v2] mm: expand documentation over __read_mostly 2 1 - --- 2020-05-07 Luis Chamberlain New
[v2] mm: expland documentation over __read_mostly 1 - - --- 2018-05-08 Luis Chamberlain New
[v2] module: add debugging auto-load duplicate module support [v2] module: add debugging auto-load duplicate module support - - - --- 2023-04-20 Luis Chamberlain New
[v2] tmpfs.5: extend with new noswap documentation [v2] tmpfs.5: extend with new noswap documentation - - - --- 2023-09-20 Luis Chamberlain New
[v3,1/2] Change DEFINE_SEMAPHORE() to take a number argument modules/kmod: replace implementation with a sempahore - - - --- 2023-04-14 Luis Chamberlain New
[v3,1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures - - - --- 2018-05-10 Luis Chamberlain New
[v3,1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS block: simplify with PAGE_SECTORS_SHIFT 1 1 - --- 2023-09-15 Luis Chamberlain New
« 1 2 »