index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
gfs2: Recover statfs info in journal head
Abhi Das
3
-1
/
+106
2020-10-23
gfs2: lookup local statfs inodes prior to journal recovery
Abhi Das
4
-36
/
+139
2020-10-20
gfs2: Add fields for statfs info in struct gfs2_log_header_host
Abhi Das
4
-1
/
+11
2020-10-20
gfs2: Ignore subsequent errors after withdraw in rgrp_go_sync
Andreas Gruenbacher
1
-1
/
+1
2020-10-20
gfs2: Eliminate gl_vm
Bob Peterson
3
-30
/
+16
2020-10-20
gfs2: Only access gl_delete for iopen glocks
Bob Peterson
1
-4
/
+7
2020-10-20
gfs2: Fix comments to glock_hash_walk
Bob Peterson
1
-2
/
+1
2020-10-15
gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)
Bob Peterson
3
-10
/
+3
2020-10-15
gfs2: Ignore journal log writes for jdata holes
Bob Peterson
1
-2
/
+6
2020-10-15
gfs2: simplify gfs2_block_map
Bob Peterson
1
-9
/
+5
2020-10-15
gfs2: Only set PageChecked if we have a transaction
Bob Peterson
1
-1
/
+2
2020-10-15
gfs2: don't lock sd_ail_lock in gfs2_releasepage
Bob Peterson
1
-3
/
+0
2020-10-15
gfs2: make gfs2_ail1_empty_one return the count of active items
Bob Peterson
1
-4
/
+8
2020-10-15
gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe
Bob Peterson
6
-12
/
+86
2020-10-15
gfs2: enhance log_blocks trace point to show log blocks free
Bob Peterson
1
-2
/
+4
2020-10-15
gfs2: add missing log_blocks trace points in gfs2_write_revokes
Bob Peterson
1
-2
/
+10
2020-10-15
gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm
Bob Peterson
1
-5
/
+10
2020-10-15
gfs2: add validation checks for size of superblock
Anant Thazhemadam
1
-7
/
+11
2020-10-14
gfs2: use-after-free in sysfs deregistration
Jamie Iles
4
-18
/
+11
2020-10-14
gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump
Andrew Price
4
-9
/
+15
2020-10-14
gfs2: use iomap for buffered I/O in ordered and writeback mode
Christoph Hellwig
3
-34
/
+57
2020-10-14
gfs2: call truncate_inode_pages_final for address space glocks
Bob Peterson
1
-1
/
+6
2020-10-14
gfs2: simplify the logic in gfs2_evict_inode
Bob Peterson
1
-9
/
+4
2020-10-14
gfs2: factor evict_linked_inode out of gfs2_evict_inode
Bob Peterson
1
-18
/
+34
2020-10-14
gfs2: further simplify gfs2_evict_inode with new func evict_should_delete
Bob Peterson
1
-45
/
+77
2020-10-14
gfs2: factor evict_unlinked_inode out of gfs2_evict_inode
Bob Peterson
1
-27
/
+40
2020-10-14
gfs2: rename variable error to ret in gfs2_evict_inode
Bob Peterson
1
-18
/
+18
2020-10-14
gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-18
/
+2
2020-10-14
gfs2: Fix bad comment for trans_drain
Bob Peterson
1
-1
/
+1
2020-10-14
gfs2: Make sure we don't miss any delayed withdraws
Andreas Gruenbacher
3
-30
/
+43
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-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-10
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-06
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-07
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
[next]