summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-1/+1
* gfs2: Mark withdraws as unlikelyAndreas Gruenbacher2023-12-201-1/+1
* gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
* gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-031-2/+1
* gfs2: fix use-after-free in trans_drainBob Peterson2021-03-071-0/+2
* gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-221-8/+26
* gfs2: Rework the log space allocation logicAndreas Gruenbacher2021-02-221-2/+2
* gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher2021-02-031-2/+8
* gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher2021-02-031-2/+1
* gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher2021-02-031-7/+12
* gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-031-0/+2
* gfs2: Clean up on-stack transactionsAndreas Gruenbacher2021-02-031-17/+23
* gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2021-02-031-5/+3
* gfs2: Minor debugging improvementAndreas Gruenbacher2021-01-191-2/+2
* gfs2: add some much needed cleanup for log flushes that failBob Peterson2020-08-241-0/+1
* gfs2: print details on transactions that aren't properly endedBob Peterson2020-08-071-13/+16
* gfs2: new slab for transactionsBob Peterson2020-06-051-4/+15
* gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-06-051-0/+2
* gfs2: drain the ail2 list after io errorsBob Peterson2020-02-271-0/+4
* Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson2020-01-281-3/+3
* gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-071-2/+1
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-11-141-0/+2
* gfs2: eliminate tr_num_revoke_rmBob Peterson2019-06-271-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-071-1/+1
* gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-071-1/+1
* gfs2: Remove vestigial bd_opsBob Peterson2018-12-111-5/+3
* gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-051-7/+8
* gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher2018-06-041-19/+8
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-1/+2
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-1/+1
* gfs2: Remove pointless BUG_ONAndreas Gruenbacher2018-01-171-1/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* gfs2: Fix a harmless typoAndreas Gruenbacher2017-10-311-1/+1
* GFS2: Reduce contention on gfs2_log_lockBob Peterson2017-01-301-2/+11
* GFS2: Inline function meta_lo_addBob Peterson2017-01-271-27/+22
* GFS2: Switch tr_touched to flag in transactionBob Peterson2017-01-271-9/+10
* gfs2: Add missing else in trans_add_meta/dataBob Peterson2015-10-011-0/+4
* GFS2: Move glock superblock pointer to field gl_nameBob Peterson2015-09-031-2/+2
* GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-4/+13
* GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick2014-10-081-1/+1
* GFS2: remove transaction glockBenjamin Marzinski2014-05-141-38/+6
* GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-9/+10
* GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-6/+5
* GFS2: Move log buffer accounting to transactionSteven Whitehouse2014-02-241-2/+0
* GFS2: Move log buffer lists into transactionSteven Whitehouse2014-02-241-2/+5
* GFS2: Reduce struct gfs2_trans in sizeSteven Whitehouse2014-02-211-1/+1
* GFS2: fix warning messageBenjamin Marzinski2013-06-191-1/+0
* GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski2013-06-191-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2013-04-301-1/+3
|\