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
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
gfs2: read journal in large chunks
Abhi Das
1
-2
/
+2
2019-05-07
gfs2: Rename sd_log_le_{revoke,ordered}
Andreas Gruenbacher
1
-7
/
+7
2019-05-07
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
1
-1
/
+3
2019-05-07
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
1
-1
/
+2
2019-05-07
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
2018-10-15
gfs2: write revokes should traverse sd_ail1_list in reverse
Bob Peterson
1
-2
/
+2
2018-10-05
gfs2: slow the deluge of io error messages
Bob Peterson
1
-2
/
+5
2018-06-21
gfs2: call ktime_get_coarse_real_ts64() directly
Arnd Bergmann
1
-1
/
+1
2018-06-21
gfs2: Don't withdraw under a spin lock
Andreas Gruenbacher
1
-7
/
+19
2018-03-08
GFS2: Make function gfs2_remove_from_ail static
Bob Peterson
1
-1
/
+1
2018-01-23
GFS2: Log the reason for log flushes in every log header
Bob Peterson
1
-6
/
+8
2018-01-23
GFS2: Introduce new gfs2_log_header_v2
Bob Peterson
1
-19
/
+56
2018-01-22
gfs2: Get rid of gfs2_log_header_in
Andreas Gruenbacher
1
-1
/
+1
2017-12-22
gfs2: Trim the ordered write list in gfs2_ordered_write()
Abhi Das
1
-2
/
+5
2017-12-22
GFS2: Reduce code redundancy writing log headers
Bob Peterson
1
-14
/
+32
2017-08-25
GFS2: Withdraw for IO errors writing to the journal or statfs
Bob Peterson
1
-0
/
+9
2017-08-10
gfs2: forcibly flush ail to relieve memory pressure
Abhi Das
1
-0
/
+4
2017-07-05
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+0
2017-06-20
GFS2: Eliminate vestigial sd_log_flush_wrapped
Bob Peterson
1
-3
/
+0
2017-05-24
gfs2: Make flush bios explicitely sync
Jan Kara
1
-1
/
+1
2017-02-21
Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+15
2017-01-27
GFS2: Switch tr_touched to flag in transaction
Bob Peterson
1
-3
/
+3
2017-01-06
GFS2: Wake up io waiters whenever a flush is done
Bob Peterson
1
-1
/
+5
[next]