| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-15 | Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 1 | -1/+2 |
| 2026-03-11 | jfs: fix corrupted list in dbUpdatePMap | Yun Zhou | 1 | -1/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-09-13 | treewide: remove MIGRATEPAGE_SUCCESS | David Hildenbrand | 1 | -4/+4 |
| 2025-07-14 | jfs: stop using write_cache_pages | Christoph Hellwig | 1 | -3/+5 |
| 2025-05-12 | jfs: implement migrate_folio for jfs_metapage_aops | Shivank Garg | 1 | -0/+106 |
| 2024-05-27 | jfs: Remove use of folio error flag | Matthew Wilcox (Oracle) | 1 | -22/+25 |
| 2024-05-27 | jfs: Change metapage->page to metapage->folio | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2024-05-27 | jfs: Convert force_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+8 |
| 2024-05-27 | jfs: Convert inc_io to take a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
| 2024-05-27 | jfs: Convert page_to_mp to folio_to_mp | Matthew Wilcox (Oracle) | 1 | -10/+12 |
| 2024-05-27 | jfs; Convert __invalidate_metapages to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2024-05-27 | jfs: Convert dec_io to take a folio | Matthew Wilcox (Oracle) | 1 | -15/+17 |
| 2024-05-24 | jfs: Convert drop_metapage and remove_metapage to take a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2024-05-24 | jfs; Convert release_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+10 |
| 2024-05-24 | jfs: Convert insert_metapage() to take a folio | Matthew Wilcox (Oracle) | 1 | -18/+13 |
| 2024-05-24 | jfs: Convert __get_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2024-05-24 | jfs: Convert metapage_writepage to metapage_write_folio | Matthew Wilcox (Oracle) | 1 | -34/+41 |
| 2024-05-24 | jfs: Convert metapage_read_folio to use folio APIs | Matthew Wilcox (Oracle) | 1 | -22/+13 |
| 2023-03-12 | mm,jfs: move write_one_page/folio_write_one to jfs | Christoph Hellwig | 1 | -5/+34 |
| 2022-06-29 | jfs: Remove check for PageUptodate | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-09 | jfs: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2022-05-09 | jfs: Convert metadata pages to read_folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -7/+7 |
| 2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | jfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -6/+3 |
| 2021-10-18 | mm/writeback: Add folio_redirty_for_writepage() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2020-09-21 | fs: Introduce i_blocks_per_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
| 2018-05-16 | jfs: simplify procfs code | Christoph Hellwig | 1 | -13/+1 |
| 2017-11-02 | jfs: Add missing NULL pointer check in __get_metapage | Juerg Haefliger | 1 | -0/+2 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -2/+2 |
| 2017-07-07 | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+5 |
| 2017-07-05 | JFS: do not ignore return code from write_one_page() | Dave Kleikamp | 1 | -2/+5 |
| 2017-07-05 | mm: drop "wait" parameter from write_one_page() | Jeff Layton | 1 | -2/+2 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -2/+2 |
| 2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
| 2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -2/+2 |
| 2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -4/+6 |
| 2016-05-29 | drop redundant ->owner initializations | Al Viro | 1 | -1/+0 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -21/+21 |
| 2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -4/+4 |
| 2015-04-15 | fs, jfs: remove slab object constructor | David Rientjes | 1 | -19/+12 |
| 2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -4/+5 |
| 2013-07-11 | Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 1 | -3/+2 |
| 2013-06-05 | jfs: Update jfs_error | Joe Perches | 1 | -3/+2 |
| 2013-05-21 | mm: change invalidatepage prototype to accept length | Lukas Czerner | 1 | -2/+3 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-01-30 | jfs: Fix error handling in metapage_writepage() | Dave Kleikamp | 1 | -5/+13 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-05-13 | JFS: switch to seq_files | Alexey Dobriyan | 1 | -19/+17 |
| 2008-01-10 | JFS: simplify types to get rid of sparse warning | Dave Kleikamp | 1 | -14/+14 |
| 2008-01-03 | JFS is missing a memory barrier | Nick Piggin | 1 | -2/+2 |
| 2008-01-03 | JFS: clear PAGECACHE_TAG_DIRTY for no-write pages | Dave Kleikamp | 1 | -3/+8 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |
| 2007-10-12 | Fix up more bio fallout | Al Viro | 1 | -3/+0 |
| 2007-10-10 | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 1 | -10/+2 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-06-13 | JFS: Update print_hex_dump() syntax | Dave Kleikamp | 1 | -2/+2 |
| 2007-06-06 | JFS: use print_hex_dump() rather than private dump_mem() function | Dave Kleikamp | 1 | -1/+2 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -10/+8 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
| 2007-01-17 | JFS: call io_schedule() instead of schedule() to avoid deadlock | Dave Kleikamp | 1 | -1/+1 |
| 2006-12-21 | [PATCH] Fix JFS after clear_page_dirty() removal | Dave Kleikamp | 1 | -14/+1 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-10-02 | JFS: White space cleanup | Dave Kleikamp | 1 | -6/+6 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+1 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2006-06-23 | [PATCH] read_mapping_page for address space | Pekka Enberg | 1 | -3/+2 |
| 2006-05-24 | JFS: Fix multiple errors in metapage_releasepage | Dave Kleikamp | 1 | -15/+5 |
| 2006-03-26 | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 1 | -2/+2 |
| 2006-03-26 | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 1 | -4/+3 |
| 2006-02-23 | JFS: kzalloc conversion | Eric Sesterhenn | 1 | -2/+1 |
| 2005-10-29 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -6/+6 |
| 2005-10-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 1 | -0/+6 |
| 2005-10-28 | [PATCH] gfp_t: fs/* | Al Viro | 1 | -2/+2 |
| 2005-10-03 | JFS: make special inodes play nicely with page balancing | Dave Kleikamp | 1 | -0/+6 |
| 2005-07-22 | JFS: Fix typo in last patch | Dave Kleikamp | 1 | -1/+1 |
| 2005-07-15 | JFS: fsync wrong behavior when I/O failure occurs | Qu Fuping | 1 | -1/+1 |
| 2005-07-14 | JFS: Remove bogus WARN_ON statement and some dead code | Dave Kleikamp | 1 | -9/+0 |
| 2005-05-04 | JFS: Fix sparse warning | Dave Kleikamp | 1 | -1/+1 |
| 2005-05-04 | JFS: fix sparse warnings by moving extern declarations to headers | Dave Kleikamp | 1 | -2/+2 |
| 2005-05-02 | [PATCH] JFS: Support page sizes greater than 4K | Dave Kleikamp | 1 | -306/+600 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+580 |