index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
gfs2: Fix case in which ail writes are done to jdata holes
Bob Peterson
1
-0
/
+2
2020-10-15
gfs2: make gfs2_ail1_empty_one return the count of active items
Bob Peterson
1
-4
/
+8
2020-10-15
gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe
Bob Peterson
1
-1
/
+1
2020-10-15
gfs2: add missing log_blocks trace points in gfs2_write_revokes
Bob Peterson
1
-2
/
+10
2020-10-15
gfs2: Fix bad comment for trans_drain
Bob Peterson
1
-1
/
+1
2020-10-15
gfs2: Make sure we don't miss any delayed withdraws
Andreas Gruenbacher
1
-30
/
+31
2020-08-24
gfs2: add some much needed cleanup for log flushes that fail
Bob Peterson
1
-0
/
+31
2020-08-07
gfs2: Fix inaccurate comment
Bob Peterson
1
-1
/
+1
2020-07-03
gfs2: eliminate GIF_ORDERED in favor of list_empty
Bob Peterson
1
-6
/
+9
2020-06-30
gfs2: fix trans slab error when withdraw occurs inside log_flush
Bob Peterson
1
-0
/
+10
2020-06-05
gfs2: fix use-after-free on transaction ail lists
Bob Peterson
1
-2
/
+9
2020-06-05
gfs2: new slab for transactions
Bob Peterson
1
-4
/
+5
2020-06-05
gfs2: initialize transaction tr_ailX_lists earlier
Bob Peterson
1
-2
/
+0
2020-06-05
gfs2: instrumentation wrt log_flush stuck
Bob Peterson
1
-9
/
+25
2020-05-08
gfs2: Grab glock reference sooner in gfs2_add_revoke
Andreas Gruenbacher
1
-3
/
+3
2020-05-08
gfs2: Fix use-after-free in gfs2_logd after withdraw
Bob Peterson
1
-0
/
+5
2020-03-30
gfs2: Fix oversight in gfs2_ail1_flush
Bob Peterson
1
-1
/
+2
2020-03-27
gfs2: instrumentation wrt ail1 stuck
Bob Peterson
1
-0
/
+40
2020-03-27
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
1
-3
/
+3
2020-03-06
gfs2: Additional information when gfs2_ail1_flush withdraws
Bob Peterson
1
-1
/
+4
2020-02-27
gfs2: flesh out delayed withdraw for gfs2_log_flush
Bob Peterson
1
-4
/
+8
2020-02-27
gfs2: drain the ail2 list after io errors
Bob Peterson
1
-10
/
+61
2020-02-27
gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails
Bob Peterson
1
-7
/
+13
2020-02-27
gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
Bob Peterson
1
-1
/
+1
2020-02-27
gfs2: Issue revokes more intelligently
Bob Peterson
1
-38
/
+36
2020-02-10
gfs2: log error reform
Bob Peterson
1
-4
/
+12
2020-02-10
gfs2: clear ail1 list when gfs2 withdraws
Bob Peterson
1
-4
/
+13
2020-02-10
gfs2: Introduce concept of a pending withdraw
Bob Peterson
1
-13
/
+8
2020-02-10
gfs2: Split gfs2_lm_withdraw into two functions
Andreas Gruenbacher
1
-8
/
+11
2020-01-28
Revert "gfs2: eliminate tr_num_revoke_rm"
Bob Peterson
1
-1
/
+2
2020-01-20
gfs2: Fix incorrect variable name
Andreas Gruenbacher
1
-5
/
+5
2020-01-07
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
1
-8
/
+4
2019-11-21
gfs2: Don't write log headers after file system withdraw
Bob Peterson
1
-1
/
+6
2019-11-14
gfs2: fix infinite loop in gfs2_ail1_flush on io error
Bob Peterson
1
-1
/
+2
2019-11-14
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
Bob Peterson
1
-0
/
+8
2019-11-14
gfs2: make gfs2_log_shutdown static
Bob Peterson
1
-1
/
+3
2019-11-12
gfs2: Remove active journal side effect from gfs2_write_log_header
Andreas Gruenbacher
1
-1
/
+2
2019-06-27
gfs2: eliminate tr_num_revoke_rm
Bob Peterson
1
-2
/
+1
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-06
Revert "gfs2: Replace gl_revokes with a GLF flag"
Bob Peterson
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
1
-4
/
+1
2019-05-08
gfs2: read journal in large chunks
Abhi Das
1
-2
/
+2
2019-05-08
gfs2: Rename sd_log_le_{revoke,ordered}
Andreas Gruenbacher
1
-7
/
+7
2019-05-08
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
1
-1
/
+3
2019-05-08
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
1
-1
/
+2
2019-05-08
gfs2: clean_journal improperly set sd_log_flush_head
Bob Peterson
1
-8
/
+16
2019-02-14
Revert "gfs2: read journal in large chunks to locate the head"
Bob Peterson
1
-2
/
+2
2018-12-11
gfs2: Remove vestigial bd_ops
Bob Peterson
1
-1
/
+0
2018-12-11
gfs2: read journal in large chunks to locate the head
Abhi Das
1
-2
/
+2
2018-12-11
gfs2: changes to gfs2_log_XXX_bio
Abhi Das
1
-2
/
+2
[next]