aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_metapage.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-12mm,jfs: move write_one_page/folio_write_one to jfsGravatar Christoph Hellwig 1-5/+34
2022-06-29jfs: Remove check for PageUptodateGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09jfs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-8/+8
2022-05-09jfs: Convert metadata pages to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-7/+7
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15jfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-6/+6
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-6/+3
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2020-09-21fs: Introduce i_blocks_per_pageGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-05-16jfs: simplify procfs codeGravatar Christoph Hellwig 1-13/+1
2017-11-02jfs: Add missing NULL pointer check in __get_metapageGravatar Juerg Haefliger 1-0/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-2/+2
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+5
2017-07-05JFS: do not ignore return code from write_one_page()Gravatar Dave Kleikamp 1-2/+5
2017-07-05mm: drop "wait" parameter from write_one_page()Gravatar Jeff Layton 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-4/+6
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-21/+21
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-4/+4
2015-04-15fs, jfs: remove slab object constructorGravatar David Rientjes 1-19/+12
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-4/+5
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-3/+2
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 1-3/+2
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-2/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-30jfs: Fix error handling in metapage_writepage()Gravatar Dave Kleikamp 1-5/+13
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-05-13JFS: switch to seq_filesGravatar Alexey Dobriyan 1-19/+17
2008-01-10JFS: simplify types to get rid of sparse warningGravatar Dave Kleikamp 1-14/+14
2008-01-03JFS is missing a memory barrierGravatar Nick Piggin 1-2/+2
2008-01-03JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesGravatar Dave Kleikamp 1-3/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-12Fix up more bio falloutGravatar Al Viro 1-3/+0
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-10/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-06-13JFS: Update print_hex_dump() syntaxGravatar Dave Kleikamp 1-2/+2
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionGravatar Dave Kleikamp 1-1/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-10/+8
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-01-17JFS: call io_schedule() instead of schedule() to avoid deadlockGravatar Dave Kleikamp 1-1/+1
2006-12-21[PATCH] Fix JFS after clear_page_dirty() removalGravatar Dave Kleikamp 1-14/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-6/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+1