VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2019-11-05
jbd2: Reserve space for revoke descriptor blocks
Jan Kara
2019-08-11
jbd2: flush_descriptor(): Do not decrease buffer head's ref count
Chandan Rajendra
2019-05-10
jbd2: fix potential double free
Chengguang Xu
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-20
jbd2: remove NULL check before calling kmem_cache_destroy()
Wang Long
2017-12-17
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2017-03-15
jbd2: don't leak memory if setting up journal fails
Eric Biggers
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-02-22
jbd2: unify revoke and tag block checksum handling
Jan Kara
2016-02-22
jbd2: factor out common descriptor block initialization
Jan Kara
2016-02-22
jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records
Jan Kara
2015-10-17
jbd2: clean up feature test macros with predicate functions
Darrick J. Wong
2015-06-15
jbd2: get rid of open coded allocation retry loop
Michal Hocko
2015-05-14
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
Darrick J. Wong
2014-10-30
jbd2: use a better hash function for the revoke table
Theodore Ts'o
2014-08-28
jbd2: fix descriptor block size handling errors with journal_csum
Darrick J. Wong
2013-06-04
jbd2: remove journal_head from descriptor buffers
Jan Kara
2012-05-27
jbd2: checksum revocation blocks
Darrick J. Wong
2012-02-20
jbd2: use KMEM_CACHE instead of kmem_cache_create()
Yongqiang Yang
2011-12-28
jbd2: clear revoked flag on buffers before a new transaction started
Yongqiang Yang
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-08-18
remove SWRITE* I/O types
Christoph Hellwig
2009-04-14
jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records
Theodore Ts'o
2009-03-27
jbd2: Update locking coments
Jan Kara
2008-04-17
jdb2: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-17
jbd2: eliminate duplicated code in revocation table init/destroy functions
Duane Griffin
2008-04-28
jbd2: tidy up revoke cache initialisation and destruction
Duane Griffin
2008-03-30
jbd/jbd2 NULL noise
Al Viro
2008-01-28
jbd2: Mark jbd2 slabs as SLAB_TEMPORARY
Mingming Cao
2007-10-17
jbd2: JBD_XXX to JBD2_XXX naming cleanup
Mingming Cao
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-16
is_power_of_2(): jbd
vignesh babu
2007-05-09
fix file specification in comments
Uwe Kleine-König
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-10-11
[PATCH] jbd2: switch blks_type from sector_t to ull
Mingming Cao
2006-10-11
[PATCH] jbd2: sector_t conversion
Mingming Cao
2006-10-11
[PATCH] 64-bit jbd2 core
Zach Brown
2006-10-11
[PATCH] jbd2: rename slab
Johann Lombardi
2006-10-11
[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols
Mingming Cao
2006-10-11
[PATCH] jbd2: initial copy of files from jbd
Dave Kleikamp