index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-4
/
+5
2019-05-22
gfs2: Fix sign extension bug in gfs2_update_stats
Andreas Gruenbacher
1
-4
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-13
gfs2: Fix error path kobject memory leak
Tobin C. Harding
1
-7
/
+1
2019-05-08
Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
20
-293
/
+437
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-5
/
+2
2019-05-07
gfs2: read journal in large chunks
Abhi Das
8
-139
/
+219
2019-05-07
gfs2: Fix iomap write page reclaim deadlock
Andreas Gruenbacher
2
-44
/
+58
2019-05-07
gfs2: fix race between gfs2_freeze_func and unmount
Abhi Das
2
-3
/
+6
2019-05-07
gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}
Andreas Gruenbacher
6
-9
/
+9
2019-05-07
gfs2: Rename sd_log_le_{revoke,ordered}
Andreas Gruenbacher
6
-15
/
+15
2019-05-07
gfs2: Remove unnecessary extern declarations
Andreas Gruenbacher
2
-8
/
+3
2019-05-07
gfs2: Remove misleading comments in gfs2_evict_inode
Andreas Gruenbacher
1
-5
/
+0
2019-05-07
gfs2: Replace gl_revokes with a GLF flag
Bob Peterson
6
-15
/
+31
2019-05-07
gfs2: Fix occasional glock use-after-free
Andreas Gruenbacher
3
-3
/
+7
2019-05-07
gfs2: clean_journal improperly set sd_log_flush_head
Bob Peterson
9
-19
/
+57
2019-05-07
gfs2: Fix lru_count going negative
Ross Lagerwall
1
-9
/
+13
2019-05-07
gfs2: Fix loop in gfs2_rbm_find (v2)
Andreas Gruenbacher
1
-29
/
+25
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-2
/
+2
2019-05-07
Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-5
/
+10
2019-05-01
gfs2: switch to ->free_inode()
Al Viro
1
-9
/
+3
2019-05-01
iomap: Add a page_prepare callback
Andreas Gruenbacher
1
-5
/
+10
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2
-4
/
+2
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
1
-1
/
+0
2019-03-09
Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
5
-69
/
+20
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+8
2019-03-08
gfs2: Fix missed wakeups in find_insert_glock
Andreas Gruenbacher
1
-1
/
+1
2019-03-06
gfs2: Fix an incorrect gfs2_assert()
Tim Smith
1
-2
/
+2
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
1
-0
/
+2
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-1
/
+1
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2
-4
/
+8
2019-02-14
Revert "gfs2: read journal in large chunks to locate the head"
Bob Peterson
8
-192
/
+134
2019-01-31
gfs2: Revert "Fix loop in gfs2_rbm_find"
Andreas Gruenbacher
1
-1
/
+1
2019-01-23
gfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-66
/
+17
2018-12-27
Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
1
-5
/
+5
2018-12-18
gfs2: take jdata unstuff into account in do_grow
Bob Peterson
1
-0
/
+2
2018-12-12
gfs2: Dump nrpages for inodes and their glocks
Bob Peterson
6
-9
/
+17
2018-12-12
gfs2: Fix loop in gfs2_rbm_find
Andreas Gruenbacher
1
-1
/
+1
2018-12-11
gfs2: Get rid of potential double-freeing in gfs2_create_inode
Andreas Gruenbacher
1
-9
/
+9
2018-12-11
gfs2: Remove vestigial bd_ops
Bob Peterson
3
-7
/
+3
2018-12-11
gfs2: read journal in large chunks to locate the head
Abhi Das
8
-134
/
+192
2018-12-11
gfs2: add a helper function to get_log_header that can be used elsewhere
Abhi Das
2
-21
/
+35
2018-12-11
gfs2: changes to gfs2_log_XXX_bio
Abhi Das
3
-37
/
+42
2018-12-11
gfs2: add more timing info to journal recovery process
Abhi Das
2
-2
/
+8
2018-12-11
gfs2: Fix the gfs2_invalidatepage description
Andreas Gruenbacher
1
-3
/
+3
2018-12-11
gfs2: Clean up gfs2_is_{ordered,writeback}
Andreas Gruenbacher
3
-14
/
+11
2018-11-30
gfs2: properly initial file_lock used for unlock.
NeilBrown
1
-5
/
+5
2018-11-16
Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2
-28
/
+29
2018-11-16
gfs2: Fix iomap buffer head reference counting bug
Andreas Gruenbacher
1
-23
/
+17
[next]