index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfs2: Fix regression in freeze_go_sync
Bob Peterson
2020-11-18
1
-1
/
+12
*
gfs2: Fix case in which ail writes are done to jdata holes
Bob Peterson
2020-11-12
2
-1
/
+3
*
Revert "gfs2: Ignore journal log writes for jdata holes"
Bob Peterson
2020-11-12
1
-6
/
+2
*
gfs2: fix possible reference leak in gfs2_check_blk_type
Zhang Qilong
2020-11-12
1
-5
/
+5
*
gfs2: Wake up when sd_glock_disposal becomes zero
Alexander Aring
2020-11-03
1
-1
/
+2
*
gfs2: Don't call cancel_delayed_work_sync from within delete work function
Andreas Gruenbacher
2020-11-02
1
-1
/
+2
*
gfs2: check for live vs. read-only file system in gfs2_fitrim
Bob Peterson
2020-10-29
1
-0
/
+3
*
gfs2: don't initialize statfs_change inodes in spectator mode
Bob Peterson
2020-10-29
1
-4
/
+8
*
gfs2: Split up gfs2_meta_sync into inode and rgrp versions
Bob Peterson
2020-10-29
5
-40
/
+52
*
gfs2: init_journal's undo directive should also undo the statfs inodes
Bob Peterson
2020-10-29
1
-1
/
+1
*
gfs2: Add missing truncate_inode_pages_final for sd_aspace
Bob Peterson
2020-10-29
1
-0
/
+1
*
gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
Bob Peterson
2020-10-29
1
-1
/
+1
*
gfs2: Recover statfs info in journal head
Abhi Das
2020-10-23
3
-1
/
+106
*
gfs2: lookup local statfs inodes prior to journal recovery
Abhi Das
2020-10-23
4
-36
/
+139
*
gfs2: Add fields for statfs info in struct gfs2_log_header_host
Abhi Das
2020-10-20
4
-1
/
+11
*
gfs2: Ignore subsequent errors after withdraw in rgrp_go_sync
Andreas Gruenbacher
2020-10-20
1
-1
/
+1
*
gfs2: Eliminate gl_vm
Bob Peterson
2020-10-20
3
-30
/
+16
*
gfs2: Only access gl_delete for iopen glocks
Bob Peterson
2020-10-20
1
-4
/
+7
*
gfs2: Fix comments to glock_hash_walk
Bob Peterson
2020-10-20
1
-2
/
+1
*
gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)
Bob Peterson
2020-10-15
3
-10
/
+3
*
gfs2: Ignore journal log writes for jdata holes
Bob Peterson
2020-10-15
1
-2
/
+6
*
gfs2: simplify gfs2_block_map
Bob Peterson
2020-10-15
1
-9
/
+5
*
gfs2: Only set PageChecked if we have a transaction
Bob Peterson
2020-10-15
1
-1
/
+2
*
gfs2: don't lock sd_ail_lock in gfs2_releasepage
Bob Peterson
2020-10-15
1
-3
/
+0
*
gfs2: make gfs2_ail1_empty_one return the count of active items
Bob Peterson
2020-10-15
1
-4
/
+8
*
gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe
Bob Peterson
2020-10-15
6
-12
/
+86
*
gfs2: enhance log_blocks trace point to show log blocks free
Bob Peterson
2020-10-15
1
-2
/
+4
*
gfs2: add missing log_blocks trace points in gfs2_write_revokes
Bob Peterson
2020-10-15
1
-2
/
+10
*
gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm
Bob Peterson
2020-10-15
1
-5
/
+10
*
gfs2: add validation checks for size of superblock
Anant Thazhemadam
2020-10-15
1
-7
/
+11
*
gfs2: use-after-free in sysfs deregistration
Jamie Iles
2020-10-14
4
-18
/
+11
*
gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump
Andrew Price
2020-10-14
4
-9
/
+15
*
gfs2: use iomap for buffered I/O in ordered and writeback mode
Christoph Hellwig
2020-10-14
3
-34
/
+57
*
gfs2: call truncate_inode_pages_final for address space glocks
Bob Peterson
2020-10-14
1
-1
/
+6
*
gfs2: simplify the logic in gfs2_evict_inode
Bob Peterson
2020-10-14
1
-9
/
+4
*
gfs2: factor evict_linked_inode out of gfs2_evict_inode
Bob Peterson
2020-10-14
1
-18
/
+34
*
gfs2: further simplify gfs2_evict_inode with new func evict_should_delete
Bob Peterson
2020-10-14
1
-45
/
+77
*
gfs2: factor evict_unlinked_inode out of gfs2_evict_inode
Bob Peterson
2020-10-14
1
-27
/
+40
*
gfs2: rename variable error to ret in gfs2_evict_inode
Bob Peterson
2020-10-14
1
-18
/
+18
*
gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
2020-10-14
1
-18
/
+2
*
gfs2: Fix bad comment for trans_drain
Bob Peterson
2020-10-14
1
-1
/
+1
*
gfs2: Make sure we don't miss any delayed withdraws
Andreas Gruenbacher
2020-10-14
3
-30
/
+43
*
Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-28
2
-0
/
+32
|
\
|
*
gfs2: add some much needed cleanup for log flushes that fail
Bob Peterson
2020-08-24
2
-0
/
+32
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
2
-3
/
+3
|
/
*
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-08-10
6
-61
/
+81
|
\
|
*
gfs2: When gfs2_dirty_inode gets a glock error, dump the glock
Bob Peterson
2020-08-07
1
-0
/
+1
|
*
gfs2: Never call gfs2_block_zero_range with an open transaction
Bob Peterson
2020-08-07
1
-30
/
+39
|
*
gfs2: print details on transactions that aren't properly ended
Bob Peterson
2020-08-07
1
-13
/
+16
|
*
gfs2: Fix inaccurate comment
Bob Peterson
2020-08-07
1
-1
/
+1
[next]