index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
gfs2: Remove ill-placed consistency check
Andreas Gruenbacher
1
-1
/
+0
2024-04-24
gfs2: Fix lru_count accounting
Andreas Gruenbacher
1
-14
/
+13
2024-04-09
gfs2: Fix "Make glock lru list scanning safer"
Andreas Gruenbacher
1
-11
/
+13
2024-04-09
Revert "gfs2: fix glock shrinker ref issues"
Andreas Gruenbacher
1
-3
/
+1
2024-04-09
gfs2: Fix "ignore unlock failures after withdraw"
Andreas Gruenbacher
2
-2
/
+3
2024-04-09
gfs2: Get rid of unnecessary test_and_set_bit
Andreas Gruenbacher
1
-1
/
+2
2024-04-09
gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru
Andreas Gruenbacher
1
-2
/
+1
2024-04-09
gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async
Andreas Gruenbacher
4
-14
/
+21
2024-04-09
gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
Andreas Gruenbacher
1
-1
/
+1
2024-04-09
gfs2: Fix NULL pointer dereference in gfs2_log_flush
Andreas Gruenbacher
2
-1
/
+6
2024-04-09
gfs2: Don't forget to complete delayed withdraw
Andreas Gruenbacher
1
-0
/
+3
2024-04-09
gfs2: Use [NO_]CREATE consistently for gfs2_glock_get
Andreas Gruenbacher
1
-1
/
+1
2024-04-09
gfs2: Follow-up to flag rename in sysfs status file
Andreas Gruenbacher
1
-1
/
+1
2024-04-09
gfs2: Remove unnecessary gfs2_meta_check_ii argument
Andreas Gruenbacher
2
-5
/
+5
2024-04-09
gfs2: Get rid of newlines in log messages
Andreas Gruenbacher
3
-30
/
+32
2024-04-09
gfs2: Improve gfs2_consist_inode() usage
Andrew Price
3
-40
/
+53
2024-03-25
Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
1
-2
/
+3
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-1
/
+0
2024-03-11
Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-8
/
+8
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2024-03-11
gfs2: Fix invalid metadata access in punch_hole
Andrew Price
1
-2
/
+3
2024-02-08
fs: super_set_uuid()
Kent Overstreet
1
-1
/
+1
2024-02-05
gfs2: adapt to breakup of struct file_lock
Jeff Layton
1
-6
/
+5
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
gfs2: convert to using new filelock helpers
Jeff Layton
1
-4
/
+4
2024-02-02
Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"
Andreas Gruenbacher
2
-18
/
+13
2024-02-01
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
1
-1
/
+1
2024-01-10
Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-0
/
+1
2024-01-10
Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
21
-151
/
+182
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-28
/
+25
2023-12-29
fs: remove the bh_end_io argument from __block_write_full_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-29
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-27
gfs2: Fix freeze consistency check in log_write_header
Andreas Gruenbacher
2
-25
/
+18
2023-12-27
gfs2: Refcounting fix in gfs2_thaw_super
Andreas Gruenbacher
1
-0
/
+2
2023-12-27
gfs2: Minor gfs2_{freeze,thaw}_super cleanup
Andreas Gruenbacher
1
-13
/
+13
2023-12-21
gfs2: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2
-6
/
+2
2023-12-21
gfs2: Add missing set_freezable() for freezable kthread
Kevin Hao
2
-0
/
+2
2023-12-20
gfs2: Remove use of error flag in journal reads
Matthew Wilcox (Oracle)
1
-14
/
+7
2023-12-20
gfs2: Lift withdraw check out of gfs2_ail1_empty
Andreas Gruenbacher
1
-5
/
+12
2023-12-20
gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
Andreas Gruenbacher
15
-41
/
+46
2023-12-20
gfs2: Mark withdraws as unlikely
Andreas Gruenbacher
8
-15
/
+15
2023-12-20
gfs2: Minor gfs2_ail1_empty cleanup
Andreas Gruenbacher
1
-8
/
+9
2023-12-20
gfs2: use is_subdir()
Al Viro
1
-11
/
+1
2023-12-20
gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing
Al Viro
1
-2
/
+0
2023-12-18
gfs2: Use GL_NOBLOCK flag for non-blocking lookups
Abhi Das
2
-13
/
+18
2023-12-18
gfs2: Add GL_NOBLOCK flag
Andreas Gruenbacher
2
-1
/
+39
2023-12-18
gfs2: rgrp: fix kernel-doc warnings
Randy Dunlap
1
-5
/
+5
2023-12-18
gfs2: fix kernel BUG in gfs2_quota_cleanup
Edward Adam Davis
1
-1
/
+2
2023-12-18
gfs2: Fix inode_go_instantiate description
Andreas Gruenbacher
1
-1
/
+1
[prev]
[next]