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
2021-12-04
gfs2: Fix __gfs2_holder_init function name in kernel-doc comment
Andreas Gruenbacher
1
-1
/
+1
2021-12-02
gfs2: gfs2_create_inode rework
Andreas Gruenbacher
1
-6
/
+10
2021-12-02
gfs2: gfs2_inode_lookup rework
Andreas Gruenbacher
1
-51
/
+33
2021-12-02
gfs2: gfs2_inode_lookup cleanup
Andreas Gruenbacher
1
-7
/
+2
2021-12-02
gfs2: Fix remote demote of weak glock holders
Andreas Gruenbacher
1
-3
/
+7
2021-11-10
gfs2: Prevent endless loops in gfs2_file_buffered_write
Andreas Gruenbacher
1
-0
/
+3
2021-11-08
gfs2: Fix "Introduce flag for glock holder auto-demotion"
Andreas Gruenbacher
1
-2
/
+2
2021-11-06
gfs2: Fix length of holes reported at end-of-file
Andreas Gruenbacher
1
-1
/
+1
2021-11-06
gfs2: release iopen glock early in evict
Bob Peterson
1
-7
/
+7
2021-11-05
gfs2: Fix atomic bug in gfs2_instantiate
Andreas Gruenbacher
1
-6
/
+2
2021-11-03
gfs2: Only dereference i->iov when iter_is_iovec(i)
Andreas Gruenbacher
1
-3
/
+3
2021-11-02
Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11
-136
/
+186
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-168
/
+498
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-10-25
gfs2: Fix unused value warning in do_gfs2_set_flags()
Tim Gardner
1
-1
/
+0
2021-10-25
gfs2: check context in gfs2_glock_put
Alexander Aring
1
-0
/
+3
2021-10-25
gfs2: Fix glock_hash_walk bugs
Andreas Gruenbacher
1
-10
/
+12
2021-10-25
gfs2: Cancel remote delete work asynchronously
Andreas Gruenbacher
1
-1
/
+1
2021-10-25
gfs2: set glock object after nq
Bob Peterson
1
-2
/
+2
2021-10-25
gfs2: remove RDF_UPTODATE flag
Bob Peterson
3
-24
/
+15
2021-10-25
gfs2: Eliminate GIF_INVALID flag
Bob Peterson
4
-11
/
+4
2021-10-25
gfs2: fix GL_SKIP node_scope problems
Bob Peterson
7
-20
/
+61
2021-10-25
gfs2: split glock instantiation off from do_promote
Bob Peterson
1
-3
/
+17
2021-10-25
gfs2: further simplify do_promote
Bob Peterson
1
-20
/
+23
2021-10-25
gfs2: re-factor function do_promote
Bob Peterson
1
-36
/
+35
2021-10-25
gfs2: Remove 'first' trace_gfs2_promote argument
Andreas Gruenbacher
2
-8
/
+5
2021-10-25
gfs2: change go_lock to go_instantiate
Bob Peterson
5
-9
/
+9
2021-10-25
gfs2: dump glocks from gfs2_consist_OBJ_i
Bob Peterson
1
-0
/
+2
2021-10-25
gfs2: dequeue iopen holder in gfs2_inode_lookup error
Bob Peterson
1
-0
/
+4
2021-10-25
gfs2: Save ip from gfs2_glock_nq_init
Andreas Gruenbacher
2
-7
/
+14
2021-10-25
gfs2: Allow append and immutable bits to coexist
Bob Peterson
1
-8
/
+2
2021-10-25
gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug
Bob Peterson
1
-8
/
+8
2021-10-25
gfs2: move GL_SKIP check from glops to do_promote
Bob Peterson
3
-15
/
+15
2021-10-25
gfs2: Add GL_SKIP holder flag to dump_holder
Bob Peterson
1
-0
/
+2
2021-10-25
gfs2: remove redundant check in gfs2_rgrp_go_lock
Bob Peterson
1
-2
/
+1
2021-10-25
gfs2: Fix mmap + page fault deadlocks for direct I/O
Andreas Gruenbacher
1
-12
/
+87
2021-10-24
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
1
-2
/
+2
2021-10-24
gfs2: Fix mmap + page fault deadlocks for buffered I/O
Andreas Gruenbacher
1
-5
/
+94
2021-10-20
gfs2: Eliminate ip->i_gh
Andreas Gruenbacher
2
-15
/
+22
2021-10-20
gfs2: Move the inode glock locking to gfs2_file_buffered_write
Andreas Gruenbacher
2
-59
/
+28
2021-10-20
gfs2: Introduce flag for glock holder auto-demotion
Bob Peterson
3
-36
/
+200
2021-10-20
gfs2: Clean up function may_grant
Andreas Gruenbacher
1
-50
/
+69
2021-10-20
gfs2: Add wrapper for iomap_file_buffered_write
Andreas Gruenbacher
1
-10
/
+17
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-2
/
+2
2021-09-10
locks: remove LOCK_MAND flock lock support
Jeff Layton
1
-2
/
+0
2021-09-09
Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2021-09-02
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+5
2021-08-31
Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+2
2021-08-31
Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-141
/
+139
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-3
/
+0
[next]