index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
lops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfs2: Clean up revokes on normal withdraws
Bob Peterson
2021-05-20
1
-1
/
+6
*
Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
2021-04-29
1
-5
/
+8
|
\
|
*
gfs2: Fix a number of kernel-doc warnings
Lee Jones
2021-04-09
1
-5
/
+8
*
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-1
/
+2
|
/
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
*
-
.
Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...
Andreas Gruenbacher
2021-02-23
1
-3
/
+7
|
\
\
|
|
*
gfs2: Per-revoke accounting in transactions
Andreas Gruenbacher
2021-02-22
1
-1
/
+0
|
|
*
gfs2: Rename gfs2_{write => flush}_revokes
Andreas Gruenbacher
2021-01-19
1
-1
/
+1
|
*
|
gfs2: Add local resource group locking
Andreas Gruenbacher
2021-02-17
1
-1
/
+5
|
*
|
gfs2: Add per-reservation reserved block accounting
Andreas Gruenbacher
2021-02-17
1
-0
/
+1
|
|
/
*
|
gfs2: keep bios separate for each journal
Bob Peterson
2021-01-25
1
-6
/
+8
*
|
gfs2: make gfs2_log_write_page static
Bob Peterson
2020-12-31
1
-1
/
+1
|
/
*
gfs2: Split up gfs2_meta_sync into inode and rgrp versions
Bob Peterson
2020-10-29
1
-26
/
+5
*
gfs2: Recover statfs info in journal head
Abhi Das
2020-10-23
1
-1
/
+1
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
2020-05-29
1
-10
/
+5
*
gfs2: More gfs2_find_jhead fixes
Andreas Gruenbacher
2020-05-08
1
-7
/
+12
*
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
2020-03-27
1
-3
/
+3
*
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
Bob Peterson
2020-02-27
1
-0
/
+3
*
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2020-02-10
1
-2
/
+3
*
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
2020-02-06
1
-1
/
+1
*
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
2020-01-07
1
-1
/
+1
*
gfs2: Another gfs2_find_jhead fix
Andreas Gruenbacher
2020-01-07
1
-24
/
+44
*
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
Bob Peterson
2019-11-14
1
-4
/
+1
*
gfs2: Remove active journal side effect from gfs2_write_log_header
Andreas Gruenbacher
2019-11-12
1
-14
/
+15
*
gfs2: dump fsid when dumping glock problems
Bob Peterson
2019-06-27
1
-1
/
+1
*
gfs2: Warn when a journal replay overwrites a rgrp with buffers
Bob Peterson
2019-06-27
1
-2
/
+20
*
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
|
Revert "gfs2: Replace gl_revokes with a GLF flag"
Bob Peterson
2019-06-06
1
-24
/
+9
|
/
*
Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2019-05-08
1
-22
/
+238
|
\
|
*
gfs2: read journal in large chunks
Abhi Das
2019-05-07
1
-6
/
+206
|
*
gfs2: Rename sd_log_le_{revoke,ordered}
Andreas Gruenbacher
2019-05-07
1
-2
/
+2
|
*
gfs2: Remove unnecessary extern declarations
Andreas Gruenbacher
2019-05-07
1
-3
/
+3
|
*
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
2019-05-07
1
-9
/
+24
|
*
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
2019-05-07
1
-2
/
+4
|
*
gfs2: clean_journal improperly set sd_log_flush_head
Bob Peterson
2019-05-07
1
-3
/
+3
*
|
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
1
-2
/
+1
|
/
*
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-08
1
-2
/
+4
|
\
|
*
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
1
-3
/
+6
*
|
Revert "gfs2: read journal in large chunks to locate the head"
Bob Peterson
2019-02-14
1
-184
/
+6
|
/
*
gfs2: read journal in large chunks to locate the head
Abhi Das
2018-12-11
1
-6
/
+184
*
gfs2: changes to gfs2_log_XXX_bio
Abhi Das
2018-12-11
1
-34
/
+39
*
gfs2: Rename bitmap.bi_{len => bytes}
Andreas Gruenbacher
2018-10-12
1
-1
/
+1
*
gfs2: Don't withdraw under a spin lock
Andreas Gruenbacher
2018-06-21
1
-1
/
+1
*
GFS2: Fix minor comment typo
Bob Peterson
2018-01-25
1
-1
/
+1
*
GFS2: Introduce new gfs2_log_header_v2
Bob Peterson
2018-01-23
1
-7
/
+9
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-1
/
+1
|
\
|
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
*
|
GFS2: Withdraw for IO errors writing to the journal or statfs
Bob Peterson
2017-08-25
1
-2
/
+5
|
/
[next]