index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
gfs2: Clean up inode initialization and teardown
Andreas Gruenbacher
2
-27
/
+19
2020-03-06
gfs2: Additional information when gfs2_ail1_flush withdraws
Bob Peterson
1
-1
/
+4
2020-02-27
gfs2: leaf_dealloc needs to allocate one more revoke
Bob Peterson
1
-1
/
+2
2020-02-27
gfs2: allow journal replay to hold sd_log_flush_lock
Bob Peterson
1
-0
/
+5
2020-02-27
gfs2: don't allow releasepage to free bd still used for revokes
Bob Peterson
1
-3
/
+8
2020-02-27
gfs2: flesh out delayed withdraw for gfs2_log_flush
Bob Peterson
3
-12
/
+41
2020-02-27
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
3
-14
/
+34
2020-02-27
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
1
-0
/
+3
2020-02-27
gfs2: drain the ail2 list after io errors
Bob Peterson
2
-10
/
+65
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
3
-2
/
+28
2020-02-27
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
1
-3
/
+28
2020-02-27
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
Bob Peterson
1
-0
/
+3
2020-02-27
gfs2: Issue revokes more intelligently
Bob Peterson
1
-38
/
+36
2020-02-27
gfs2: Add verbose option to check_journal_clean
Bob Peterson
3
-9
/
+20
2020-02-27
gfs2: fix infinite loop when checking ail item count before go_inval
Bob Peterson
2
-5
/
+15
2020-02-27
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
11
-31
/
+390
2020-02-20
gfs2: Allow some glocks to be used during withdraw
Bob Peterson
4
-10
/
+45
2020-02-10
gfs2: move check_journal_clean to util.c for future use
Bob Peterson
3
-42
/
+46
2020-02-10
gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
Bob Peterson
2
-0
/
+23
2020-02-10
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2
-4
/
+5
2020-02-10
gfs2: log error reform
Bob Peterson
3
-9
/
+16
2020-02-10
gfs2: Rework how rgrp buffer_heads are managed
Bob Peterson
5
-36
/
+6
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
4
-21
/
+27
2020-02-10
gfs2: Return bool from gfs2_assert functions
Andreas Gruenbacher
2
-25
/
+24
2020-02-10
gfs2: Turn gfs2_consist into void functions
Andreas Gruenbacher
2
-21
/
+15
2020-02-10
gfs2: Remove usused cluster_wide arguments of gfs2_consist functions
Andreas Gruenbacher
2
-9
/
+9
2020-02-10
gfs2: Report errors before withdraw
Andreas Gruenbacher
1
-25
/
+23
2020-02-10
gfs2: Split gfs2_lm_withdraw into two functions
Andreas Gruenbacher
5
-70
/
+82
2020-02-06
gfs2: fix O_SYNC write handling
Andreas Gruenbacher
1
-30
/
+21
2020-02-06
gfs2: move setting current->backing_dev_info
Christoph Hellwig
1
-11
/
+10
2020-02-06
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
1
-1
/
+1
2020-01-28
Revert "gfs2: eliminate tr_num_revoke_rm"
Bob Peterson
3
-4
/
+6
2020-01-21
gfs2: remove unused LBIT macros
Alex Shi
1
-10
/
+0
2020-01-21
fs/gfs2: remove unused IS_DINODE and IS_LEAF macros
Alex Shi
1
-3
/
+0
2020-01-20
gfs2: Remove GFS2_MIN_LVB_SIZE define
Andreas Gruenbacher
2
-3
/
+1
2020-01-20
gfs2: Fix incorrect variable name
Andreas Gruenbacher
2
-6
/
+6
2020-01-15
gfs2: Avoid access time thrashing in gfs2_inode_lookup
Andreas Gruenbacher
1
-5
/
+5
2020-01-08
gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepage
Bob Peterson
1
-3
/
+1
2020-01-07
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
7
-14
/
+12
2020-01-07
gfs2: Another gfs2_find_jhead fix
Andreas Gruenbacher
1
-24
/
+44
2019-12-06
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
19
-92
/
+152
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+30
2019-11-30
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-3
/
+6
2019-11-21
gfs2: Don't write log headers after file system withdraw
Bob Peterson
1
-1
/
+6
2019-11-21
gfs2: Remove duplicate call from gfs2_create_inode
Andreas Gruenbacher
1
-1
/
+0
2019-11-19
gfs2: clean up iopen glock mess in gfs2_create_inode
Bob Peterson
1
-6
/
+7
2019-11-15
gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS
Bob Peterson
1
-1
/
+8
2019-11-15
gfs2: Abort gfs2_freeze if io error is seen
Bob Peterson
1
-7
/
+12
[next]