index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
/
jfs_metapage.c
Age
Commit message (
Expand
)
Author
2021-10-18
mm/writeback: Add folio_redirty_for_writepage()
Matthew Wilcox (Oracle)
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-05-16
jfs: simplify procfs code
Christoph Hellwig
2017-11-02
jfs: Add missing NULL pointer check in __get_metapage
Juerg Haefliger
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-07-07
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-05
JFS: do not ignore return code from write_one_page()
Dave Kleikamp
2017-07-05
mm: drop "wait" parameter from write_one_page()
Jeff Layton
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-05-29
drop redundant ->owner initializations
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-04-15
fs, jfs: remove slab object constructor
David Rientjes
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-07-11
Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2013-06-05
jfs: Update jfs_error
Joe Perches
2013-05-21
mm: change invalidatepage prototype to accept length
Lukas Czerner
2011-03-10
block: remove per-queue plugging
Jens Axboe
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-01-30
jfs: Fix error handling in metapage_writepage()
Dave Kleikamp
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-05-13
JFS: switch to seq_files
Alexey Dobriyan
2008-01-10
JFS: simplify types to get rid of sparse warning
Dave Kleikamp
2008-01-03
JFS is missing a memory barrier
Nick Piggin
2008-01-03
JFS: clear PAGECACHE_TAG_DIRTY for no-write pages
Dave Kleikamp
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-12
Fix up more bio fallout
Al Viro
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-06-13
JFS: Update print_hex_dump() syntax
Dave Kleikamp
2007-06-06
JFS: use print_hex_dump() rather than private dump_mem() function
Dave Kleikamp
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-01-17
JFS: call io_schedule() instead of schedule() to avoid deadlock
Dave Kleikamp
2006-12-21
[PATCH] Fix JFS after clear_page_dirty() removal
Dave Kleikamp
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-10-02
JFS: White space cleanup
Dave Kleikamp
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-23
[PATCH] read_mapping_page for address space
Pekka Enberg
2006-05-24
JFS: Fix multiple errors in metapage_releasepage
Dave Kleikamp
2006-03-26
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
2006-03-26
[PATCH] Make address_space_operations->invalidatepage return void
NeilBrown
2006-02-23
JFS: kzalloc conversion
Eric Sesterhenn
2005-10-29
[PATCH] mm: split page table lock
Hugh Dickins
2005-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
[next]