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-08-28
Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+32
2020-08-24
gfs2: add some much needed cleanup for log flushes that fail
Bob Peterson
2
-0
/
+32
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-11
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
6
-61
/
+81
2020-08-07
gfs2: When gfs2_dirty_inode gets a glock error, dump the glock
Bob Peterson
1
-0
/
+1
2020-08-07
gfs2: Never call gfs2_block_zero_range with an open transaction
Bob Peterson
1
-30
/
+39
2020-08-07
gfs2: print details on transactions that aren't properly ended
Bob Peterson
1
-13
/
+16
2020-08-07
gfs2: Fix inaccurate comment
Bob Peterson
1
-1
/
+1
2020-08-07
Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+2
2020-08-05
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
1
-1
/
+2
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+3
2020-08-03
gfs2: Fix refcount leak in gfs2_glock_poke
Andreas Gruenbacher
1
-1
/
+3
2020-08-03
gfs2: Pass glock holder to gfs2_file_direct_{read,write}
Andreas Gruenbacher
1
-16
/
+15
2020-08-03
gfs2: Add some flags missing from glock output
Bob Peterson
1
-0
/
+6
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
3
-3
/
+3
2020-07-08
gfs2: Rework read and page fault locking
Andreas Gruenbacher
2
-46
/
+51
2020-07-03
gfs2: The freeze glock should never be frozen
Bob Peterson
2
-8
/
+11
2020-07-03
gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE
Bob Peterson
2
-11
/
+9
2020-07-03
gfs2: read-only mounts should grab the sd_freeze_gl glock
Bob Peterson
1
-1
/
+11
2020-07-03
gfs2: freeze should work on read-only mounts
Bob Peterson
1
-4
/
+6
2020-07-03
gfs2: eliminate GIF_ORDERED in favor of list_empty
Bob Peterson
4
-9
/
+12
2020-06-30
gfs2: Don't sleep during glock hash walk
Andreas Gruenbacher
1
-1
/
+4
2020-06-30
gfs2: fix trans slab error when withdraw occurs inside log_flush
Bob Peterson
1
-0
/
+10
2020-06-30
gfs2: Don't return NULL from gfs2_inode_lookup
Andreas Gruenbacher
1
-1
/
+2
2020-06-08
Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
16
-76
/
+396
2020-06-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2020-06-05
Merge branch 'gfs2-iopen' into for-next
Andreas Gruenbacher
9
-38
/
+289
2020-06-05
gfs2: fix use-after-free on transaction ail lists
Bob Peterson
1
-2
/
+9
2020-06-05
gfs2: new slab for transactions
Bob Peterson
6
-8
/
+32
2020-06-05
gfs2: initialize transaction tr_ailX_lists earlier
Bob Peterson
3
-2
/
+4
2020-06-05
gfs2: Smarter iopen glock waiting
Andreas Gruenbacher
2
-5
/
+40
2020-06-05
gfs2: Wake up when setting GLF_DEMOTE
Andreas Gruenbacher
1
-4
/
+14
2020-06-05
gfs2: Check inode generation number in delete_work_func
Andreas Gruenbacher
2
-2
/
+7
2020-06-05
gfs2: Move inode generation number check into gfs2_inode_lookup
Andreas Gruenbacher
1
-9
/
+24
2020-06-05
gfs2: Minor gfs2_lookup_by_inum cleanup
Andreas Gruenbacher
4
-5
/
+14
2020-06-05
gfs2: Try harder to delete inodes locally
Andreas Gruenbacher
1
-6
/
+47
2020-06-05
gfs2: Give up the iopen glock on contention
Andreas Gruenbacher
3
-2
/
+57
2020-06-05
gfs2: Turn gl_delete into a delayed work
Andreas Gruenbacher
7
-8
/
+65
2020-06-05
gfs2: Keep track of deleted inode generations in LVBs
Andreas Gruenbacher
4
-1
/
+26
2020-06-05
gfs2: Allow ASPACE glocks to also have an lvb
Bob Peterson
1
-4
/
+3
2020-06-05
gfs2: instrumentation wrt log_flush stuck
Bob Peterson
1
-9
/
+25
2020-06-05
gfs2: introduce new gfs2_glock_assert_withdraw
Bob Peterson
2
-3
/
+13
2020-06-05
gfs2: print mapping->nrpages in glock dump for address space glocks
Bob Peterson
1
-9
/
+16
2020-06-04
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-06-02
gfs2: Only do glock put in gfs2_create_inode for free inodes
Bob Peterson
1
-1
/
+2
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2
-6
/
+5
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-15
/
+8
2020-06-02
gfs2: Allow lock_nolock mount to specify jid=X
Bob Peterson
1
-1
/
+1
2020-06-02
gfs2: Don't ignore inode write errors during inode_go_sync
Bob Peterson
1
-3
/
+5
2020-05-29
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
1
-10
/
+5
[next]