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
2021-04-09
ext4: fix debug format string warning
Arnd Bergmann
2021-04-09
ext4: annotate data race in jbd2_journal_dirty_metadata()
Jan Kara
2021-04-09
ext4: annotate data race in start_this_handle()
Jan Kara
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2020-12-17
jbd2: add a helper to find out number of fast commit blocks
Harshad Shirwadkar
2020-11-19
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
2020-11-07
jbd2: fix up sparse warnings in checkpoint code
Theodore Ts'o
2020-11-06
jbd2: don't start fast commit on aborted journal
Harshad Shirwadkar
2020-11-06
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
2020-11-06
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
2020-11-06
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
2020-11-06
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2020-11-06
jbd2: don't use state lock during commit path
Harshad Shirwadkar
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-06
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-10-21
jbd2: fast commit recovery path
Harshad Shirwadkar
2020-10-21
jbd2: add fast commit machinery
Harshad Shirwadkar
2020-10-21
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
2020-10-18
jbd2: avoid transaction reuse after reformatting
changfengnan
2020-10-18
jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()
Mauricio Faria de Oliveira
2020-10-18
jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()
Mauricio Faria de Oliveira
2020-08-19
jbd2: clean up checksum verification in do_one_pass()
Shijie Luo
2020-08-07
jbd2: fix incorrect code style
Xianting Tian
2020-08-07
jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()
zhangyi (F)
2020-08-07
jbd2: abort journal if free a async write error metadata buffer
zhangyi (F)
2020-08-06
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()
zhangyi (F)
2020-08-06
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
2020-06-15
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-12
ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers
zhangyi (F)
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-03
jbd2: avoid leaking transaction credits when unreserving handle
Jan Kara
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-03-05
jbd2: improve comments about freeing data buffers whose page mapping is NULL
zhangyi (F)
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
2020-02-21
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
2020-02-16
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-02-13
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer
zhangyi (F)
2020-02-13
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
zhangyi (F)
2020-02-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-03
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-01-25
jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()
zhangyi (F)
2020-01-25
jbd2: make sure ESHUTDOWN to be recorded in the journal superblock
zhangyi (F)
2020-01-25
ext4, jbd2: ensure panic when aborting with zero errno
zhangyi (F)
2020-01-25
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
zhangyi (F)
2020-01-25
jbd2_seq_info_next should increase position index
Vasily Averin
2020-01-25
jbd2: remove pointless assertion in __journal_remove_journal_head
Shijie Luo
2020-01-25
ext4,jbd2: fix comment and code style
Shijie Luo
2020-01-25
jbd2: delete the duplicated words in the comments
wangyan
2020-01-17
jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
Kai Li
2019-11-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2019-11-05
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
2019-11-05
jbd2: Fine tune estimate of necessary descriptor blocks
Jan Kara
2019-11-05
jbd2: Provide trace event for handle restarts
Jan Kara
2019-11-05
jbd2: Make credit checking more strict
Jan Kara
2019-11-05
jbd2: Rename h_buffer_credits to h_total_credits
Jan Kara
2019-11-05
jbd2: Reserve space for revoke descriptor blocks
Jan Kara
2019-11-05
jbd2: Drop jbd2_space_needed()
Jan Kara
2019-11-05
jbd2: Account descriptor blocks into t_outstanding_credits
Jan Kara
2019-11-05
jbd2: Factor out common parts of stopping and restarting a handle
Jan Kara
2019-11-05
jbd2: Drop pointless wakeup from jbd2_journal_stop()
Jan Kara
2019-11-05
jbd2: Drop pointless check from jbd2_journal_stop()
Jan Kara
2019-11-05
jbd2: Reorganize jbd2_journal_stop()
Jan Kara
2019-11-05
jbd2: Fix statistics for the number of logged blocks
Jan Kara
2019-11-05
jbd2: Completely fill journal descriptor blocks
Jan Kara
2019-11-05
jbd2: Fixup stale comment in commit code
Jan Kara
2019-10-21
jbd2: Free journal head outside of locked region
Thomas Gleixner
2019-10-21
jbd2: Make state lock a spinlock
Thomas Gleixner
2019-10-21
jbd2: Don't call __bforget() unnecessarily
Jan Kara
2019-10-21
jbd2: Drop unnecessary branch from jbd2_journal_forget()
Jan Kara
2019-10-21
jbd2: Move dropping of jh reference out of un/re-filing functions
Jan Kara
2019-10-21
jbd2: Simplify journal_unmap_buffer()
Thomas Gleixner
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-09-24
jbd2: remove jbd2_journal_inode_add_[write|wait]
Joseph Qi
2019-08-24
jbd2: add missing tracepoint for reserved handle
Xiaoguang Wang
2019-08-11
jbd2: flush_descriptor(): Do not decrease buffer head's ref count
Chandan Rajendra
2019-06-20
jbd2: drop declaration of journal_sync_buffer()
Theodore Ts'o
2019-06-20
jbd2: introduce jbd2_inode dirty range scoping
Ross Zwisler
2019-05-30
jbd2: fix typo in comment of journal_submit_inode_data_buffers
Liu Song
2019-05-30
jbd2: fix some print format mistakes
Gaowei Pu
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-10
jbd2: fix potential double free
Chengguang Xu
2019-04-06
jbd2: check superblock mapped prior to committing
Jiufei Xue
2019-04-06
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
Liu Song
2019-03-01
jbd2: jbd2_get_transaction does not need to return a value
Liu Song
2019-03-01
jbd2: fix invalid descriptor block checksum
luojiajun
2019-02-21
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
2019-02-14
jbd2: fold jbd2_superblock_csum_{verify,set} into their callers
Theodore Ts'o
2019-02-14
jbd2: fix race when writing superblock
Theodore Ts'o
2019-02-10
jbd2: discard dirty data when forgetting an un-journalled buffer
zhangyi (F)
2019-02-10
jbd2: clear dirty flag when revoking a buffer from an older transaction
zhangyi (F)
2019-01-31
jbd2: fix deadlock while checkpoint thread waits commit thread to finish
Xiaoguang Wang
2018-12-04
jbd2: clean up indentation issue, replace spaces with tab
Colin Ian King
2018-12-03
jbd2: avoid long hold times of j_state_lock while committing a transaction
Jan Kara
2018-10-05
jbd2: fix use after free in jbd2_log_do_checkpoint()
Jan Kara
2018-07-29
jbd2: replace current_kernel_time64 with ktime equivalent
Arnd Bergmann
2018-07-08
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2018-06-16
jbd2: don't mark block as modified if the handle is out of credits
Theodore Ts'o
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-20
jbd2: remove NULL check before calling kmem_cache_destroy()
Wang Long
2018-05-20
jbd2: remove bunch of empty lines with jbd2 debug
Wang Shilong
2018-04-18
ext4: set h_journal if there is a failure starting a reserved handle
Theodore Ts'o
2018-02-19
jbd2: if the journal is aborted then don't allow update of the log tail
Theodore Ts'o
2018-02-18
ext4: pass -ESHUTDOWN code to jbd2 layer
Theodore Ts'o
2018-02-18
jbd2: clarify bad journal block checksum message
Theodore Ts'o
2018-01-10
jbd2: fix sphinx kernel-doc build warnings
Tobin C. Harding
2017-12-17
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-11-03
ext4: Support for synchronous DAX faults
Jan Kara
2017-10-18
jbd2: convert timers to use timer_setup()
Kees Cook
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-06
jbd2: don't clear and reset errors after waiting on writeback
Jeff Layton
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-06-20
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
2017-05-21
jbd2: preserve original nofs flag during journal restart
Tahsin Erdogan
2017-05-18
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
2017-05-16
fs: jbd2: escape a string with special chars on a kernel-doc
Mauro Carvalho Chehab
2017-05-16
fs: jbd2: make jbd2_journal_start() kernel-doc parseable
Mauro Carvalho Chehab
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-05-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2017-05-04
jbd2: cleanup write flags handling from jbd2_write_superblock()
Jan Kara
2017-05-03
jbd2: make the whole kjournald2 kthread NOFS safe
Michal Hocko
2017-05-03
jbd2: mark the transaction context with the scope GFP_NOFS context
Michal Hocko
2017-04-29
jbd2: fix dbench4 performance regression for 'nobarrier' mounts
Jan Kara
2017-04-29
jbd2: Fix lockdep splat with generic/270 test
Jan Kara
2017-04-23
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
2017-03-15
jbd2: don't leak memory if setting up journal fails
Eric Biggers
2017-02-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2017-02-04
jbd2: don't leak modified metadata buffers on an aborted journal
Theodore Ts'o
2017-02-01
jbd2: fix use after free in kjournald2()
Sahitya Tummala
2017-01-14
fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex
Tejun Heo
2016-12-24
Replace with globally
Linus Torvalds
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-10-12
jbd2: fix incorrect unlock on j_list_lock
Taesoo Kim
2016-10-11
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
2016-09-22
jbd2: fix lockdep annotation in add_transaction_credits()
Jan Kara
2016-09-15
jbd2: move more common code into journal_init_common()
Geliang Tang
2016-07-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2016-07-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-06-30
jbd2: make journal y2038 safe
Arnd Bergmann
2016-06-30
jbd2: track more dependencies on transaction commit
Jan Kara
2016-06-30
jbd2: move lockdep tracking to journal_s
Jan Kara
2016-06-30
jbd2: move lockdep instrumentation for jbd2 handles
Jan Kara
2016-06-24
jbd2: get rid of superfluous __GFP_REPEAT
Michal Hocko
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2016-04-24
jbd2: add support for avoiding data writes during transaction commits
Jan Kara
2016-04-18
Merge branch 'master' into for-next
Jiri Kosina
2016-04-18
Doc: treewide : Fix typos in DocBook/filesystem.xml
Masanari Iida
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-13
jbd2: do not fail journal because of frozen_buffer allocation failure
Michal Hocko
2016-03-09
jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
OGAWA Hirofumi
2016-02-22
jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling
Jan Kara
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
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
2015-12-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2015-12-04
jbd2: fix null committed data return in undo_access
Junxiao Bi
2015-11-24
jbd2: Fix unreclaimed pages after truncate in data=journal mode
Jan Kara
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
Mel Gorman
2015-10-18
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-10-17
jbd2: fix checkpoint list cleanup
Jan Kara
2015-10-17
jbd2: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-15
jbd2: gate checksum calculations on crc driver presence, not sb flags
Darrick J. Wong
2015-08-04
jbd2: limit number of reserved credits
Lukas Czerner
2015-07-28
jbd2: avoid infinite loop when destroying aborted journal
Jan Kara
2015-07-23
ext4, jbd2: add REQ_FUA flag when recording an error in the superblock
Daeho Jeong
2015-07-12
jbd2: speedup jbd2_journal_dirty_metadata()
Jan Kara
2015-06-27
Revert "jbd2: speedup jbd2_journal_dirty_metadata()"
Linus Torvalds
2015-06-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-06-25
fs/jbd2/journal.c: use strreplace()
Rasmus Villemoes
2015-06-20
jbd2: speedup jbd2_journal_dirty_metadata()
Jan Kara
2015-06-15
jbd2: get rid of open coded allocation retry loop
Michal Hocko
2015-06-15
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
2015-06-15
jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()
Dmitry Monakhov
2015-06-08
jbd2: speedup jbd2_journal_get_[write|undo]_access()
Jan Kara
2015-06-08
jbd2: more simplifications in do_get_write_access()
Jan Kara
2015-06-08
jbd2: simplify error path on allocation failure in do_get_write_access()
Jan Kara
2015-06-08
jbd2: simplify code flow in do_get_write_access()
Jan Kara
2015-06-08
jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL
Michal Hocko
2015-05-14
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
Darrick J. Wong
2015-05-14
ext4: fix NULL pointer dereference when journal restart fails
Lukas Czerner
2015-01-19
jbd2: complain about descriptor block checksum errors
Darrick J. Wong
2014-12-12
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2014-12-01
jbd2: fix regression where we fail to initialize checksum seed when loading
Darrick J. Wong
2014-11-25
jbd2: remove unnecessary NULL check before iput()
Theodore Ts'o
2014-10-30
jbd2: use a better hash function for the revoke table
Theodore Ts'o
2014-09-18
jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list
Jan Kara
2014-09-18
jbd2: avoid pointless scanning of checkpoint lists
Jan Kara
2014-09-16
jbd2: jbd2_log_wait_for_space improve error detetcion
Dmitry Monakhov
2014-09-16
jbd2: free bh when descriptor block checksum fails
Darrick J. Wong
2014-09-11
jbd2: fix journal checksum feature flag handling
Darrick J. Wong
2014-09-04
jbd/jbd2: use non-movable memory for the jbd superblock
Gioh Kim