index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
lops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
Revert "gfs2: Fix use of bio_chain"
Andreas Gruenbacher
1
-1
/
+1
2026-01-02
gfs2: Fix use of bio_chain
Andreas Gruenbacher
1
-1
/
+1
2025-05-22
gfs2: No more gfs2_find_jhead caching
Andreas Gruenbacher
1
-5
/
+2
2025-05-22
gfs2: Minor comments fix
Andreas Gruenbacher
1
-2
/
+2
2025-04-24
gfs2: Fix usage of bio->bi_status in gfs2_end_log_write
Andrew Price
1
-2
/
+4
2025-03-12
gfs2: Fix a NULL vs IS_ERR() bug in gfs2_find_jhead()
Dan Carpenter
1
-2
/
+2
2025-03-10
gfs2: Convert gfs2_end_log_write_bh() to work on a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2025-03-10
gfs2: Convert gfs2_find_jhead() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2025-03-10
gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_search()
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-03-10
gfs2: Use b_folio in gfs2_check_magic()
Matthew Wilcox (Oracle)
1
-4
/
+2
2025-03-10
gfs2: Use b_folio in gfs2_log_write_bh()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-20
gfs2: Remove use of error flag in journal reads
Matthew Wilcox (Oracle)
1
-14
/
+7
2023-09-05
gfs2: Use mapping->gfp_mask for metadata inodes
Andreas Gruenbacher
1
-4
/
+3
2023-07-03
gfs2: Use memcpy_{from,to}_page where appropriate
Andreas Gruenbacher
1
-7
/
+5
2023-07-03
gfs2: Convert remaining kmap_atomic calls to kmap_local_page
Andreas Gruenbacher
1
-6
/
+7
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-14
/
+14
2022-08-02
gfs2: Convert gfs2_jhead_process_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2022-07-14
fs/gfs2: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-2
/
+2
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
1
-1
/
+0
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-5
/
+3
2021-08-19
gfs2: be more verbose replaying invalid rgrp blocks
Bob Peterson
1
-15
/
+29
2021-05-20
gfs2: Clean up revokes on normal withdraws
Bob Peterson
1
-1
/
+6
2021-04-29
Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
1
-5
/
+8
2021-04-09
gfs2: Fix a number of kernel-doc warnings
Lee Jones
1
-5
/
+8
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2021-02-23
Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...
Andreas Gruenbacher
1
-3
/
+7
2021-02-22
gfs2: Per-revoke accounting in transactions
Andreas Gruenbacher
1
-1
/
+0
2021-02-17
gfs2: Add local resource group locking
Andreas Gruenbacher
1
-1
/
+5
2021-02-17
gfs2: Add per-reservation reserved block accounting
Andreas Gruenbacher
1
-0
/
+1
2021-01-25
gfs2: keep bios separate for each journal
Bob Peterson
1
-6
/
+8
2021-01-19
gfs2: Rename gfs2_{write => flush}_revokes
Andreas Gruenbacher
1
-1
/
+1
2020-12-31
gfs2: make gfs2_log_write_page static
Bob Peterson
1
-1
/
+1
2020-10-29
gfs2: Split up gfs2_meta_sync into inode and rgrp versions
Bob Peterson
1
-26
/
+5
2020-10-23
gfs2: Recover statfs info in journal head
Abhi Das
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-05-29
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
1
-10
/
+5
2020-05-08
gfs2: More gfs2_find_jhead fixes
Andreas Gruenbacher
1
-7
/
+12
2020-03-27
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
1
-3
/
+3
2020-02-27
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
Bob Peterson
1
-0
/
+3
2020-02-10
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
1
-2
/
+3
2020-02-06
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
1
-1
/
+1
2020-01-07
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
1
-1
/
+1
2020-01-07
gfs2: Another gfs2_find_jhead fix
Andreas Gruenbacher
1
-24
/
+44
2019-11-14
gfs2: fix glock reference problem in gfs2_trans_remove_revoke
Bob Peterson
1
-4
/
+1
2019-11-12
gfs2: Remove active journal side effect from gfs2_write_log_header
Andreas Gruenbacher
1
-14
/
+15
2019-06-27
gfs2: dump fsid when dumping glock problems
Bob Peterson
1
-1
/
+1
2019-06-27
gfs2: Warn when a journal replay overwrites a rgrp with buffers
Bob Peterson
1
-2
/
+20
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
-24
/
+9
[next]