aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_metapage.c
AgeCommit message (Expand)Author
2017-11-02jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-05JFS: do not ignore return code from write_one_page()Dave Kleikamp
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-29drop redundant ->owner initializationsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-04-15fs, jfs: remove slab object constructorDavid Rientjes
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-06-05jfs: Update jfs_errorJoe Perches
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2011-03-10block: remove per-queue pluggingJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-01-30jfs: Fix error handling in metapage_writepage()Dave Kleikamp
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-05-13JFS: switch to seq_filesAlexey Dobriyan
2008-01-10JFS: simplify types to get rid of sparse warningDave Kleikamp
2008-01-03JFS is missing a memory barrierNick Piggin
2008-01-03JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-12Fix up more bio falloutAl Viro
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-01-17JFS: call io_schedule() instead of schedule() to avoid deadlockDave Kleikamp
2006-12-21[PATCH] Fix JFS after clear_page_dirty() removalDave Kleikamp
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-10-02JFS: White space cleanupDave Kleikamp
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg
2006-05-24JFS: Fix multiple errors in metapage_releasepageDave Kleikamp
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown
2006-02-23JFS: kzalloc conversionEric Sesterhenn
2005-10-29[PATCH] mm: split page table lockHugh Dickins
2005-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2005-10-28[PATCH] gfp_t: fs/*Al Viro
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp
2005-07-22JFS: Fix typo in last patchDave Kleikamp
2005-07-15JFS: fsync wrong behavior when I/O failure occursQu Fuping