index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-07
gfs2: fix use-after-free in trans_drain
Bob Peterson
1
-0
/
+2
2021-02-22
gfs2: Per-revoke accounting in transactions
Andreas Gruenbacher
1
-8
/
+26
2021-02-22
gfs2: Rework the log space allocation logic
Andreas Gruenbacher
1
-2
/
+2
2021-02-03
gfs2: Use a tighter bound in gfs2_trans_begin
Andreas Gruenbacher
1
-2
/
+8
2021-02-03
gfs2: Clean up gfs2_log_reserve
Andreas Gruenbacher
1
-2
/
+1
2021-02-03
gfs2: Move lock flush locking to gfs2_trans_{begin,end}
Andreas Gruenbacher
1
-7
/
+12
2021-02-03
gfs2: Get rid of sd_reserving_log
Andreas Gruenbacher
1
-0
/
+2
2021-02-03
gfs2: Clean up on-stack transactions
Andreas Gruenbacher
1
-17
/
+23
2021-02-03
gfs2: Use sb_start_intwrite in gfs2_ail_empty_gl
Andreas Gruenbacher
1
-5
/
+3
2021-01-19
gfs2: Minor debugging improvement
Andreas Gruenbacher
1
-2
/
+2
2020-08-24
gfs2: add some much needed cleanup for log flushes that fail
Bob Peterson
1
-0
/
+1
2020-08-07
gfs2: print details on transactions that aren't properly ended
Bob Peterson
1
-13
/
+16
2020-06-05
gfs2: new slab for transactions
Bob Peterson
1
-4
/
+15
2020-06-05
gfs2: initialize transaction tr_ailX_lists earlier
Bob Peterson
1
-0
/
+2
2020-02-27
gfs2: drain the ail2 list after io errors
Bob Peterson
1
-0
/
+4
2020-01-28
Revert "gfs2: eliminate tr_num_revoke_rm"
Bob Peterson
1
-3
/
+3
2020-01-07
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
1
-2
/
+1
2019-11-14
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
Bob Peterson
1
-0
/
+2
2019-06-27
gfs2: eliminate tr_num_revoke_rm
Bob Peterson
1
-3
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
1
-4
/
+1
2019-05-07
gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}
Andreas Gruenbacher
1
-1
/
+1
2019-05-07
gfs2: Rename sd_log_le_{revoke,ordered}
Andreas Gruenbacher
1
-1
/
+1
2018-12-11
gfs2: Remove vestigial bd_ops
Bob Peterson
1
-5
/
+3
2018-10-05
gfs2: Use fs_* functions instead of pr_* function where we can
Bob Peterson
1
-7
/
+8
2018-06-04
gfs2: Remove ordered write mode handling from gfs2_trans_add_data
Andreas Gruenbacher
1
-19
/
+8
2018-01-23
GFS2: Log the reason for log flushes in every log header
Bob Peterson
1
-1
/
+2
2018-01-23
GFS2: Introduce new gfs2_log_header_v2
Bob Peterson
1
-1
/
+1
2018-01-17
gfs2: Remove pointless BUG_ON
Andreas Gruenbacher
1
-1
/
+0
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-10-31
gfs2: Fix a harmless typo
Andreas Gruenbacher
1
-1
/
+1
2017-01-30
GFS2: Reduce contention on gfs2_log_lock
Bob Peterson
1
-2
/
+11
2017-01-27
GFS2: Inline function meta_lo_add
Bob Peterson
1
-27
/
+22
2017-01-27
GFS2: Switch tr_touched to flag in transaction
Bob Peterson
1
-9
/
+10
2015-10-01
gfs2: Add missing else in trans_add_meta/data
Bob Peterson
1
-0
/
+4
2015-09-03
GFS2: Move glock superblock pointer to field gl_name
Bob Peterson
1
-2
/
+2
2014-11-17
GFS2: update freeze code to use freeze/thaw_super on all nodes
Benjamin Marzinski
1
-4
/
+13
2014-10-08
GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)
Fabian Frederick
1
-1
/
+1
2014-05-14
GFS2: remove transaction glock
Benjamin Marzinski
1
-38
/
+6
2014-03-07
GFS2: Use pr_<level> more consistently
Joe Perches
1
-9
/
+10
2014-03-06
GFS2: global conversion to pr_foo()
Fabian Frederick
1
-6
/
+5
2014-02-24
GFS2: Move log buffer accounting to transaction
Steven Whitehouse
1
-2
/
+0
2014-02-24
GFS2: Move log buffer lists into transaction
Steven Whitehouse
1
-2
/
+5
2014-02-21
GFS2: Reduce struct gfs2_trans in size
Steven Whitehouse
1
-1
/
+1
2013-06-19
GFS2: fix warning message
Benjamin Marzinski
1
-1
/
+0
2013-06-19
GFS2: aggressively issue revokes in gfs2_log_flush
Benjamin Marzinski
1
-7
/
+1
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
1
-1
/
+3
2013-04-29
gfs2: Convert print_symbol to %pSR
Joe Perches
1
-1
/
+2
2013-04-08
GFS2: replace gfs2_ail structure with gfs2_trans
Benjamin Marzinski
1
-1
/
+3
2013-01-29
GFS2: Use ->writepages for ordered writes
Steven Whitehouse
1
-23
/
+18
2013-01-29
GFS2: Merge gfs2_attach_bufdata() into trans.c
Steven Whitehouse
1
-11
/
+26
[next]