summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: avoid dozens of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva11 days1-8/+7
* jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi2024-08-261-1/+1
* jbd2: fix kernel-doc for j_transaction_overhead_buffersRandy Dunlap2024-08-261-1/+1
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-0/+10
|\
| * mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan2024-07-121-0/+10
* | jbd2: precompute number of transaction descriptor blocksJan Kara2024-07-081-0/+7
* | jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2024-07-081-5/+0
|/
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-2/+2
|\
| * use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-2/+2
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-8/+4
|\ \
| * | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-8/+4
| |/
* | jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin2024-05-091-2/+2
* | jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin2024-05-091-1/+3
|/
* jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng2024-01-041-11/+0
* jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng2024-01-041-0/+26
* jbd2: increase the journal IO's priorityZhang Yi2023-11-301-0/+3
* jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng2023-10-041-1/+1
* jbd2: remove unused t_handle_lockWang Jianjian2023-08-051-5/+0
* jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-101-0/+1
* jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-6/+0
* jbd2: continue to record log between each mountZhang Yi2023-06-261-2/+7
* jbd2: remove j_format_versionZhang Yi2023-06-261-5/+0
* jbd2: switch to check format version in superblock directlyZhang Yi2023-06-261-3/+14
* jbd2: remove unused feature macrosZhang Yi2023-06-261-11/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-0/+8
|\
| * ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2023-03-111-0/+8
* | jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-181-2/+0
|/
* jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara2022-12-081-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-4/+2
|\
| * jbd2: unexport jbd2_log_start_commit()Jan Kara2022-08-021-1/+0
| * jbd2: remove unused exports for jbd2 debuggingJan Kara2022-08-021-1/+0
| * jbd2: rename jbd_debug() to jbd2_debug()Jan Kara2022-08-021-2/+2
* | fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-141-1/+1
|/
* jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\
| * ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+2
* | jbd2: kill t_handle_lock transaction spinlockRitesh Harjani2022-02-251-3/+0
|/
* jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-031-1/+3
* jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani2022-02-031-7/+0
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-1/+1
* ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-081-4/+2
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+26
* jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2021-06-241-0/+11
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-1/+5
* jbd2: avoid -Wempty-body warningsArnd Bergmann2021-04-051-1/+1
* Updated locking documentation for transaction_tAlexander Lochmann2021-04-021-6/+12
* ext4: updated locking documentation for journal_tAlexander Lochmann2021-04-021-5/+8
* jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-171-1/+8
* Updated locking documentation for transaction_tAlexander Lochmann2020-12-031-2/+3
* jbd2: fix kernel-doc markupsMauro Carvalho Chehab2020-11-191-1/+1