summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/journal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-7/+14
|\
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-7/+15
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+6
* | jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)2020-01-251-61/+42
* | jbd2: make sure ESHUTDOWN to be recorded in the journal superblockzhangyi (F)2020-01-251-2/+1
* | ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-01-251-11/+4
* | jbd2_seq_info_next should increase position indexVasily Averin2020-01-251-0/+1
* | jbd2: remove pointless assertion in __journal_remove_journal_headShijie Luo2020-01-251-1/+0
* | jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-01-171-1/+5
|/
* Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-051-1/+34
|\
| * jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-0/+21
| * jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara2019-11-051-0/+1
| * jbd2: Completely fill journal descriptor blocksJan Kara2019-11-051-1/+12
* | jbd2: Free journal head outside of locked regionThomas Gleixner2019-10-211-6/+14
* | jbd2: Make state lock a spinlockThomas Gleixner2019-10-211-4/+6
|/
* jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-241-2/+0
* jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o2019-06-201-3/+0
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-201-0/+4
* jbd2: fix some print format mistakesGaowei Pu2019-05-301-9/+9
* jbd2: fix potential double freeChengguang Xu2019-05-101-18/+31
* jbd2: check superblock mapped prior to committingJiufei Xue2019-04-061-0/+4
* jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o2019-02-141-25/+11
* jbd2: fix race when writing superblockTheodore Ts'o2019-02-141-25/+27
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-01-311-1/+1
* jbd2: remove NULL check before calling kmem_cache_destroy()Wang Long2018-05-201-11/+7
* jbd2: remove bunch of empty lines with jbd2 debugWang Shilong2018-05-201-1/+1
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-02-191-1/+4
* ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2018-02-181-6/+19
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-4/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+17
|\
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-031-0/+17
* | jbd2: convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
|/
* sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-2/+2
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-7/+21
|\ \ \
| * | | jbd2: cleanup write flags handling from jbd2_write_superblock()Jan Kara2017-05-041-7/+8
| * | | jbd2: fix dbench4 performance regression for 'nobarrier' mountsJan Kara2017-04-291-1/+1
| * | | jbd2: Fix lockdep splat with generic/270 testJan Kara2017-04-291-1/+14
| |/ /
* / / jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko2017-05-031-0/+9
|/ /
* / jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-151-11/+11
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-201-1/+1
|\
| * jbd2: fix use after free in kjournald2()Sahitya Tummala2017-02-011-1/+1
* | fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Tejun Heo2017-01-141-6/+6
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-7/+8
* jbd2: move more common code into journal_init_common()Geliang Tang2016-09-151-81/+50
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-0/+5
|\
| * jbd2: track more dependencies on transaction commitJan Kara2016-06-301-0/+1