aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-212-2/+2
|\
| * gfs2: more obvious initializations of mapping->hostAl Viro2024-05-032-2/+2
* | Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2024-05-1418-258/+320
|\ \ | |/ |/|
| * gfs2: make timeout values more explicitWolfram Sang2024-05-071-3/+2
| * gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)2024-05-031-8/+8
| * gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)2024-05-031-2/+2
| * gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)2024-05-021-33/+13
| * gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-04-291-29/+30
| * gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher2024-04-294-11/+11
| * gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher2024-04-241-20/+15
| * gfs2: do_xmote fixesAndreas Gruenbacher2024-04-241-19/+25
| * gfs2: finish_xmote cleanupAndreas Gruenbacher2024-04-241-8/+13
| * gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher2024-04-241-2/+8
| * gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher2024-04-246-16/+57
| * gfs2: Remove ill-placed consistency checkAndreas Gruenbacher2024-04-241-1/+0
| * gfs2: Fix lru_count accountingAndreas Gruenbacher2024-04-241-14/+13
| * gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher2024-04-091-11/+13
| * Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher2024-04-091-3/+1
| * gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2024-04-092-2/+3
| * gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher2024-04-091-1/+2
| * gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher2024-04-091-2/+1
| * gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher2024-04-094-14/+21
| * gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher2024-04-091-1/+1
| * gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2024-04-092-1/+6
| * gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher2024-04-091-0/+3
| * gfs2: Use [NO_]CREATE consistently for gfs2_glock_getAndreas Gruenbacher2024-04-091-1/+1
| * gfs2: Follow-up to flag rename in sysfs status fileAndreas Gruenbacher2024-04-091-1/+1
| * gfs2: Remove unnecessary gfs2_meta_check_ii argumentAndreas Gruenbacher2024-04-092-5/+5
| * gfs2: Get rid of newlines in log messagesAndreas Gruenbacher2024-04-093-30/+32
| * gfs2: Improve gfs2_consist_inode() usageAndrew Price2024-04-093-40/+53
* | Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2024-03-251-2/+3
|\|
| * gfs2: Fix invalid metadata access in punch_holeAndrew Price2024-03-111-2/+3
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+0
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
* | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-03-111-8/+8
|\ \ \
| * | | gfs2: adapt to breakup of struct file_lockJeff Layton2024-02-051-6/+5
| * | | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * | | gfs2: convert to using new filelock helpersJeff Layton2024-02-051-4/+4
| |/ /
* | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-03-111-1/+1
|\ \ \ | |_|/ |/| |
| * | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+1
| |/
* / Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher2024-02-022-18/+13
|/
* Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds2024-01-101-0/+1
|\
| * dlm: implement EXPORT_OP_ASYNC_LOCKAlexander Aring2023-11-161-0/+1
* | Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2024-01-1021-151/+182
|\ \
| * | gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher2023-12-272-25/+18
| * | gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher2023-12-271-0/+2
| * | gfs2: Minor gfs2_{freeze,thaw}_super cleanupAndreas Gruenbacher2023-12-271-13/+13
| * | gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-212-6/+2
| * | gfs2: Add missing set_freezable() for freezable kthreadKevin Hao2023-12-212-0/+2