aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-1/+1
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher1-1/+1
2023-08-07gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher1-4/+10
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher1-2/+1
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson1-0/+2
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-8/+26
2021-02-22gfs2: Rework the log space allocation logicAndreas Gruenbacher1-2/+2
2021-02-03gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher1-2/+8
2021-02-03gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher1-2/+1
2021-02-03gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher1-7/+12
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher1-0/+2
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher1-17/+23
2021-02-03gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher1-5/+3
2021-01-19gfs2: Minor debugging improvementAndreas Gruenbacher1-2/+2
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson1-0/+1
2020-08-07gfs2: print details on transactions that aren't properly endedBob Peterson1-13/+16
2020-06-05gfs2: new slab for transactionsBob Peterson1-4/+15
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson1-0/+2
2020-02-27gfs2: drain the ail2 list after io errorsBob Peterson1-0/+4
2020-01-28Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson1-3/+3
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-2/+1
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson1-0/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher1-1/+1
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-1/+1
2018-12-11gfs2: Remove vestigial bd_opsBob Peterson1-5/+3
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson1-7/+8
2018-06-04gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher1-19/+8
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-1/+2
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-1/+1
2018-01-17gfs2: Remove pointless BUG_ONAndreas Gruenbacher1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-10-31gfs2: Fix a harmless typoAndreas Gruenbacher1-1/+1
2017-01-30GFS2: Reduce contention on gfs2_log_lockBob Peterson1-2/+11
2017-01-27GFS2: Inline function meta_lo_addBob Peterson1-27/+22
2017-01-27GFS2: Switch tr_touched to flag in transactionBob Peterson1-9/+10
2015-10-01gfs2: Add missing else in trans_add_meta/dataBob Peterson1-0/+4
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-2/+2
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski1-4/+13
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick1-1/+1
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-38/+6
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-9/+10
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-6/+5
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse1-2/+0
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse1-2/+5
2014-02-21GFS2: Reduce struct gfs2_trans in sizeSteven Whitehouse1-1/+1
2013-06-19GFS2: fix warning messageBenjamin Marzinski1-1/+0
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski1-7/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-1/+3
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches1-1/+2
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski1-1/+3
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse1-23/+18
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse1-11/+26
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse1-10/+82
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse1-1/+11
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse1-1/+9
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski1-0/+8
2012-07-31gfs2: Convert to new freezing mechanismJan Kara1-0/+4
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson1-6/+6
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse1-13/+19
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson1-5/+0
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski1-0/+18
2009-05-13GFS2: Move journal live test at transaction startSteven Whitehouse1-6/+3
2009-03-24GFS2: Fix deadlock on journal flushSteven Whitehouse1-6/+10
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-2/+1
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsSteven Whitehouse1-15/+10
2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse1-5/+0
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Steven Whitehouse1-5/+5
2007-10-10[GFS2] Use slab operations for all gfs2_bufdata allocationsSteven Whitehouse1-2/+2
2007-10-10[GFS2] Replace revoke structure with bufdata structureSteven Whitehouse1-10/+10
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-3/+3
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse1-1/+0
2006-04-26[GFS2] Remove GL_NEVER_RECURSE flagSteven Whitehouse1-2/+1
2006-04-11[GFS2] Update journal accounting code.Steven Whitehouse1-10/+3
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse1-1/+1
2006-03-30[GFS2] Add missing {} in trans.cSteven Whitehouse1-1/+2
2006-03-29[GFS2] Update debugging codeSteven Whitehouse1-18/+14
2006-03-29[GFS2] Update locking in log.cSteven Whitehouse1-2/+2
2006-03-01[GFS2] Fix some bugsSteven Whitehouse1-7/+6
2006-03-01[GFS2] Remove uneeded memory allocationSteven Whitehouse1-18/+12
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-7/+12
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse1-2/+2
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse1-18/+1
2006-01-18[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structureSteven Whitehouse1-9/+9
2006-01-18[GFS2] Make the new argument to gfs2_trans_add_bh() actually do somethingSteven Whitehouse1-1/+1
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse1-1/+2
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+214