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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
2021-06-29
1
-1
/
+1
*
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+2
*
Revert "gfs2: Fix mmap locking for write faults"
Andreas Gruenbacher
2021-06-01
1
-3
/
+1
*
gfs2: Fix use-after-free in gfs2_glock_shrink_scan
Hillf Danton
2021-05-31
1
-1
/
+1
*
gfs2: Fix mmap locking for write faults
Andreas Gruenbacher
2021-05-21
1
-1
/
+3
*
gfs2: Clean up revokes on normal withdraws
Bob Peterson
2021-05-20
5
-4
/
+12
*
gfs2: fix a deadlock on withdraw-during-mount
Bob Peterson
2021-05-20
1
-3
/
+21
*
gfs2: fix scheduling while atomic bug in glocks
Bob Peterson
2021-05-20
1
-0
/
+2
*
gfs2: Fix I_NEW check in gfs2_dinode_in
Bob Peterson
2021-05-20
1
-1
/
+1
*
gfs2: Prevent direct-I/O write fallback errors from getting lost
Andreas Gruenbacher
2021-05-20
1
-1
/
+4
*
mm: introduce and use mapping_empty()
Matthew Wilcox (Oracle)
2021-05-05
1
-2
/
+1
*
Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
2021-04-29
23
-243
/
+312
|
\
|
*
gfs2: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-20
2
-0
/
+3
|
*
gfs2: Fix a number of kernel-doc warnings
Lee Jones
2021-04-09
17
-113
/
+102
|
*
gfs2: Make gfs2_setattr_simple static
Andreas Gruenbacher
2021-04-08
2
-2
/
+1
|
*
gfs2: Add new sysfs file for gfs2 status
Bob Peterson
2021-04-08
1
-0
/
+67
|
*
gfs2: Silence possible null pointer dereference warning
Andreas Gruenbacher
2021-04-03
1
-1
/
+1
|
*
gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer
Andreas Gruenbacher
2021-04-03
3
-9
/
+8
|
*
gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent
Andreas Gruenbacher
2021-04-03
3
-26
/
+5
|
*
gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent
Andreas Gruenbacher
2021-04-03
5
-33
/
+53
|
*
gfs2: Add new gfs2_iomap_get helper
Andreas Gruenbacher
2021-04-03
3
-35
/
+41
|
*
gfs2: Remove unused variable sb_format
Andreas Gruenbacher
2021-04-03
2
-2
/
+0
|
*
gfs2: Fix dir.c function parameter descriptions
Bob Peterson
2021-04-03
1
-17
/
+22
|
*
gfs2: Eliminate gh parameter from go_xmote_bh func
Bob Peterson
2021-04-03
3
-3
/
+3
|
*
gfs2: don't create empty buffers for NO_CREATE
Bob Peterson
2021-04-03
1
-3
/
+7
*
|
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-27
3
-43
/
+27
|
\
\
|
*
|
gfs2: convert to fileattr
Miklos Szeredi
2021-04-12
3
-43
/
+27
|
|
/
*
|
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-27
1
-8
/
+14
|
\
\
|
*
|
gfs2: be careful with inode refresh
Al Viro
2021-03-12
1
-8
/
+14
*
|
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
3
-3
/
+5
|
|
/
|
/
|
*
|
Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-04-03
1
-5
/
+9
|
\
\
|
*
|
gfs2: report "already frozen/thawed" errors
Bob Peterson
2021-03-25
1
-4
/
+6
|
*
|
gfs2: Flag a withdraw if init_threads() fails
Andrew Price
2021-03-15
1
-1
/
+3
*
|
|
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
|
|
/
*
|
gfs2: bypass log flush if the journal is not live
Bob Peterson
2021-03-12
1
-1
/
+1
*
|
gfs2: bypass signal_our_withdraw if no journal
Bob Peterson
2021-03-12
1
-5
/
+10
*
|
gfs2: fix use-after-free in trans_drain
Bob Peterson
2021-03-07
2
-0
/
+6
*
|
gfs2: make function gfs2_make_fs_ro() to void type
Yang Li
2021-03-07
4
-13
/
+5
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-02-27
1
-2
/
+2
|
\
|
*
whack-a-mole: don't open-code iminor/imajor
Al Viro
2021-02-23
1
-2
/
+2
*
|
Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
2021-02-23
25
-660
/
+964
|
\
\
|
*
|
gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush
Bob Peterson
2021-02-23
1
-2
/
+7
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...
Andreas Gruenbacher
2021-02-23
19
-549
/
+777
|
|
\
\
\
|
|
|
*
|
gfs2: Per-revoke accounting in transactions
Andreas Gruenbacher
2021-02-22
7
-42
/
+131
|
|
|
*
|
gfs2: Rework the log space allocation logic
Andreas Gruenbacher
2021-02-22
3
-69
/
+104
|
|
|
*
|
gfs2: Minor calc_reserved cleanup
Andreas Gruenbacher
2021-02-22
1
-8
/
+5
|
|
|
*
|
gfs2: Move function gfs2_ail_empty_tr
Andreas Gruenbacher
2021-02-03
1
-17
/
+17
|
|
|
*
|
gfs2: Get rid of current_tail()
Andreas Gruenbacher
2021-02-03
3
-37
/
+44
|
|
|
*
|
gfs2: Use a tighter bound in gfs2_trans_begin
Andreas Gruenbacher
2021-02-03
1
-2
/
+8
[next]