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
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-0
/
+1
|
\
|
*
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-03
1
-0
/
+1
*
|
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
2
-6
/
+5
*
|
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-15
/
+8
*
|
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
2020-05-29
1
-10
/
+5
*
|
Revert "gfs2: Don't demote a glock until its revokes are written"
Bob Peterson
2020-05-08
1
-3
/
+0
*
|
gfs2: If go_sync returns error, withdraw but skip invalidate
Bob Peterson
2020-05-08
1
-1
/
+2
*
|
gfs2: Grab glock reference sooner in gfs2_add_revoke
Andreas Gruenbacher
2020-05-08
1
-3
/
+3
*
|
gfs2: don't call quota_unhold if quotas are not locked
Bob Peterson
2020-05-08
1
-2
/
+1
*
|
gfs2: move privileged user check to gfs2_quota_lock_check
Bob Peterson
2020-05-08
2
-3
/
+3
*
|
gfs2: remove check for quotas on in gfs2_quota_check
Bob Peterson
2020-05-08
1
-3
/
+0
*
|
gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change
Bob Peterson
2020-05-08
1
-1
/
+3
*
|
gfs2: Fix problems regarding gfs2_qa_get and _put
Bob Peterson
2020-05-08
2
-4
/
+4
*
|
gfs2: More gfs2_find_jhead fixes
Andreas Gruenbacher
2020-05-08
1
-7
/
+12
*
|
gfs2: Another gfs2_walk_metadata fix
Andreas Gruenbacher
2020-05-08
1
-7
/
+9
*
|
gfs2: Fix use-after-free in gfs2_logd after withdraw
Bob Peterson
2020-05-08
1
-0
/
+5
*
|
gfs2: Fix BUG during unmount after file system withdraw
Bob Peterson
2020-05-08
1
-4
/
+6
*
|
gfs2: Fix error exit in do_xmote
Bob Peterson
2020-05-08
1
-1
/
+1
*
|
gfs2: fix withdraw sequence deadlock
Bob Peterson
2020-05-06
1
-1
/
+1
|
/
*
Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-03-31
27
-509
/
+1168
|
\
|
*
gfs2: Fix oversight in gfs2_ail1_flush
Bob Peterson
2020-03-30
1
-1
/
+2
|
*
gfs2: change from write to read lock for sd_log_flush_lock in journal replay
Bob Peterson
2020-03-27
1
-2
/
+2
|
*
gfs2: instrumentation wrt ail1 stuck
Bob Peterson
2020-03-27
1
-0
/
+40
|
*
gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink
Bob Peterson
2020-03-27
1
-2
/
+0
|
*
gfs2: Remove unnecessary gfs2_qa_{get,put} pairs
Andreas Gruenbacher
2020-03-27
1
-27
/
+1
|
*
gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
Andreas Gruenbacher
2020-03-27
6
-9
/
+13
|
*
gfs2: Change inode qa_data to allow multiple users
Bob Peterson
2020-03-27
10
-58
/
+101
|
*
gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
Bob Peterson
2020-03-27
8
-27
/
+17
|
*
gfs2: Switch to list_{first,last}_entry
Andreas Gruenbacher
2020-03-27
7
-19
/
+19
|
*
gfs2: Clean up inode initialization and teardown
Andreas Gruenbacher
2020-03-27
2
-27
/
+19
|
*
gfs2: Additional information when gfs2_ail1_flush withdraws
Bob Peterson
2020-03-06
1
-1
/
+4
|
*
gfs2: leaf_dealloc needs to allocate one more revoke
Bob Peterson
2020-02-27
1
-1
/
+2
|
*
gfs2: allow journal replay to hold sd_log_flush_lock
Bob Peterson
2020-02-27
1
-0
/
+5
|
*
gfs2: don't allow releasepage to free bd still used for revokes
Bob Peterson
2020-02-27
1
-3
/
+8
|
*
gfs2: flesh out delayed withdraw for gfs2_log_flush
Bob Peterson
2020-02-27
3
-12
/
+41
|
*
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
2020-02-27
3
-14
/
+34
|
*
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
2020-02-27
1
-0
/
+3
|
*
gfs2: drain the ail2 list after io errors
Bob Peterson
2020-02-27
2
-10
/
+65
|
*
gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails
Bob Peterson
2020-02-27
1
-7
/
+13
|
*
gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
Bob Peterson
2020-02-27
3
-2
/
+28
|
*
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
2020-02-27
1
-3
/
+28
|
*
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
Bob Peterson
2020-02-27
1
-0
/
+3
|
*
gfs2: Issue revokes more intelligently
Bob Peterson
2020-02-27
1
-38
/
+36
|
*
gfs2: Add verbose option to check_journal_clean
Bob Peterson
2020-02-27
3
-9
/
+20
|
*
gfs2: fix infinite loop when checking ail item count before go_inval
Bob Peterson
2020-02-27
2
-5
/
+15
|
*
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
2020-02-27
11
-31
/
+390
|
*
gfs2: Allow some glocks to be used during withdraw
Bob Peterson
2020-02-20
4
-10
/
+45
|
*
gfs2: move check_journal_clean to util.c for future use
Bob Peterson
2020-02-10
3
-42
/
+46
|
*
gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
Bob Peterson
2020-02-10
2
-0
/
+23
|
*
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2020-02-10
2
-4
/
+5
[next]