index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
gfs2: Fix additional unlikely request cancelation race
Andreas Gruenbacher
3
-3
/
+14
2025-03-10
gfs2: Fix request cancelation bug
Andreas Gruenbacher
1
-7
/
+13
2025-03-10
gfs2: Check for empty queue in run_queue
Andreas Gruenbacher
1
-3
/
+8
2025-03-10
gfs2: Remove more dead code in add_to_queue
Andreas Gruenbacher
1
-12
/
+1
2025-03-10
gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE
Andreas Gruenbacher
4
-5
/
+9
2025-03-10
gfs2: glock holder GL_NOPID fix
Andreas Gruenbacher
1
-3
/
+1
2025-03-10
gfs2: Add GLF_PENDING_REPLY flag
Andreas Gruenbacher
3
-0
/
+7
2025-03-10
gfs2: Decode missing glock flags in tracepoints
Andreas Gruenbacher
1
-1
/
+6
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+5
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
2
-2
/
+2
2025-02-07
gfs2: switch to lockref_init(..., 1)
Andreas Gruenbacher
1
-2
/
+2
2025-02-07
gfs2: use lockref_init for gl_lockref
Andreas Gruenbacher
2
-2
/
+1
2025-02-06
iomap: pass private data to iomap_zero_range
Christoph Hellwig
1
-1
/
+2
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-18
/
+13
2025-01-27
gfs2_drevalidate(): use stable parent inode and name passed by caller
Al Viro
1
-16
/
+8
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+5
2025-01-20
Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
2
-2
/
+3
2025-01-16
gfs2: use lockref_init for qd_lockref
Christoph Hellwig
1
-2
/
+1
2025-01-14
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
Andreas Gruenbacher
1
-0
/
+1
2024-12-09
gfs2: reorder capability check last
Christian Göttsche
1
-2
/
+2
2024-11-26
Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
9
-114
/
+142
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-11-19
gfs2: Prevent inode creation race
Andreas Gruenbacher
1
-0
/
+7
2024-11-19
gfs2: Only defer deletes when we have an iopen glock
Andreas Gruenbacher
1
-4
/
+7
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-10
/
+2
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-1
/
+1
2024-11-05
gfs2: Simplify DLM_LKF_QUECVT use
Andreas Gruenbacher
1
-4
/
+25
2024-11-05
gfs2: gfs2_evict_inode clarification
Andreas Gruenbacher
1
-3
/
+3
2024-11-05
gfs2: Make gfs2_inode_refresh static
Andreas Gruenbacher
2
-3
/
+1
2024-11-05
gfs2: Use get_random_u32 in gfs2_orlov_skip
Andreas Gruenbacher
1
-3
/
+1
2024-11-05
gfs2: Randomize GLF_VERIFY_DELETE work delay
Andreas Gruenbacher
1
-1
/
+2
2024-11-05
gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
Andreas Gruenbacher
1
-2
/
+1
2024-11-05
gfs2: Update to the evict / remote delete documentation
Andreas Gruenbacher
2
-26
/
+11
2024-11-05
gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode
Andreas Gruenbacher
2
-12
/
+10
2024-11-05
gfs2: Clean up delete work processing
Andreas Gruenbacher
1
-7
/
+7
2024-11-05
gfs2: Minor delete_work_func cleanup
Andreas Gruenbacher
1
-2
/
+3
2024-11-05
gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock
Andreas Gruenbacher
1
-6
/
+14
2024-11-05
gfs2: Rename dinode_demise to evict_behavior
Andreas Gruenbacher
1
-18
/
+19
2024-11-05
gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
Andreas Gruenbacher
3
-4
/
+4
2024-11-05
gfs2: Faster gfs2_upgrade_iopen_glock wakeups
Andreas Gruenbacher
3
-18
/
+15
2024-10-22
KMSAN: uninit-value in inode_go_dump (5)
Qianqiang Liu
1
-0
/
+2
2024-10-07
get rid of ...lookup...fdget_rcu() family
Al Viro
1
-10
/
+2
2024-10-02
Merge patch series "Fixup NLM and kNFSD file lock callbacks"
Christian Brauner
2
-1
/
+2
2024-10-01
exportfs: Remove EXPORT_OP_ASYNC_LOCK
Benjamin Coddington
1
-1
/
+0
2024-09-25
gfs2: Fix unlinked inode cleanup
Andreas Gruenbacher
4
-3
/
+4
2024-09-25
gfs2: Allow immediate GLF_VERIFY_DELETE work
Andreas Gruenbacher
1
-5
/
+6
2024-09-24
gfs2: Initialize gl_no_formal_ino earlier
Andreas Gruenbacher
3
-2
/
+9
2024-09-24
gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE
Andreas Gruenbacher
2
-8
/
+8
2024-09-23
Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-51
/
+27
2024-09-12
gfs2/ocfs2: set FOP_ASYNC_LOCK
Benjamin Coddington
1
-0
/
+2
[prev]
[next]