summaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_metapage.c
Commit message (Expand)AuthorAge
* jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger2017-11-02
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-07-05
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-05
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * drop redundant ->owner initializationsAl Viro2016-05-29
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* fs, jfs: remove slab object constructorDavid Rientjes2015-04-15
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-07-11
|\
| * jfs: Update jfs_errorJoe Perches2013-06-05
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
|/
* block: remove per-queue pluggingJens Axboe2011-03-10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* jfs: Fix error handling in metapage_writepage()Dave Kleikamp2009-01-30
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* JFS: switch to seq_filesAlexey Dobriyan2008-05-13
* JFS: simplify types to get rid of sparse warningDave Kleikamp2008-01-10
* JFS is missing a memory barrierNick Piggin2008-01-03
* JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp2008-01-03
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* Fix up more bio falloutAl Viro2007-10-12
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* JFS: Update print_hex_dump() syntaxDave Kleikamp2007-06-13
* JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp2007-06-06
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* JFS: call io_schedule() instead of schedule() to avoid deadlockDave Kleikamp2007-01-17
* [PATCH] Fix JFS after clear_page_dirty() removalDave Kleikamp2006-12-21
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* JFS: White space cleanupDave Kleikamp2006-10-02
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-23
* JFS: Fix multiple errors in metapage_releasepageDave Kleikamp2006-05-24
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-26
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-26
* JFS: kzalloc conversionEric Sesterhenn2006-02-23
* [PATCH] mm: split page table lockHugh Dickins2005-10-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2005-10-28
|\
| * JFS: make special inodes play nicely with page balancingDave Kleikamp2005-10-03
* | [PATCH] gfp_t: fs/*Al Viro2005-10-28
|/
* JFS: Fix typo in last patchDave Kleikamp2005-07-22
* JFS: fsync wrong behavior when I/O failure occursQu Fuping2005-07-15