summaryrefslogtreecommitdiff
path: root/fs/jbd2/transaction.c (follow)
Commit message (Expand)AuthorAge
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-09-03
* jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-09-03
* jbd2: fix data races at struct journal_headQian Cai2020-03-20
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-28
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-23
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-23
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-07-11
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-02
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-12
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-28
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-07
|\
| * jbd2: fix null committed data return in undo_accessJunxiao Bi2015-12-04
| * jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara2015-11-24
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
|/
* jbd2: limit number of reserved creditsLukas Czerner2015-08-04
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-07-12
* Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-27
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-06-20
* jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara2015-06-08
* jbd2: more simplifications in do_get_write_access()Jan Kara2015-06-08
* jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara2015-06-08
* jbd2: simplify code flow in do_get_write_access()Jan Kara2015-06-08
* jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko2015-06-08
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-14
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-05
* jbd2: improve error messages for inconsistent journal headsTheodore Ts'o2014-03-12
* jbd2: minimize region locked by j_list_lock in jbd2_journal_forget()Theodore Ts'o2014-03-09
* jbd2: minimize region locked by j_list_lock in journal_get_create_access()Theodore Ts'o2014-03-09
* jbd2: check jh->b_transaction without taking j_list_lockTheodore Ts'o2014-03-09
* jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter2014-02-17
* jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov2013-12-08
* jbd2: revise KERN_EMERG error messagesJan Kara2013-12-08
* jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o2013-12-08
* jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o2013-07-01
* jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-01
* jbd2: optimize jbd2_journal_force_commitDmitry Monakhov2013-06-12
* jbd2: transaction reservation supportJan Kara2013-06-04
* jbd2: fix race in t_outstanding_credits update in jbd2_journal_extend()Jan Kara2013-06-04
* jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-04
* jbd2: remove outdated commentJan Kara2013-06-04
* jbd2: refine waiting for shadow buffersJan Kara2013-06-04
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-04
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-04
* jbd2: change jbd2_journal_invalidatepage to accept lengthLukas Czerner2013-05-21
* jbd2: trace when lock_buffer in do_get_write_access takes a long timeTheodore Ts'o2013-04-21
* jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-19
* jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-11
* jbd2: fix ERR_PTR dereference in jbd2__journal_startDmitry Monakhov2013-03-02
* jbd2: add tracepoints which provide per-handle statistics Theodore Ts'o2013-02-08