Age | Commit message (Expand) | Author |
2023-07-04 | Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-07-03 | gfs2: gfs2_freeze_lock_shared cleanup | Andreas Gruenbacher |
2023-07-03 | gfs2: Replace sd_freeze_state with SDF_FROZEN flag | Andreas Gruenbacher |
2023-07-03 | gfs2: Rework freeze / thaw logic | Andreas Gruenbacher |
2023-06-15 | gfs2: Reconfiguring frozen filesystem already rejected | Andreas Gruenbacher |
2023-06-15 | gfs2: Rename gfs2_freeze_lock{ => _shared } | Andreas Gruenbacher |
2023-06-15 | gfs2: Rename remaining "transaction" glock references | Andreas Gruenbacher |
2023-05-31 | gfs2: use __bio_add_page for adding single page to bio | Johannes Thumshirn |
2023-04-18 | gfs2: Use gfs2_holder_initialized for jindex | Bob Peterson |
2023-01-31 | gfs2: Evict inodes cooperatively | Andreas Gruenbacher |
2023-01-31 | gfs2: Flush delete work before shrinking inode cache | Andreas Gruenbacher |
2023-01-31 | gfs2: Add SDF_DEACTIVATING super block flag | Bob Peterson |
2023-01-31 | gfs2: Move delete workqueue into super block | Andreas Gruenbacher |
2022-10-09 | gfs2: Merge branch 'for-next.nopid' into for-next | Andreas Gruenbacher |
2022-09-20 | gfs2: Check sb_bsize_shift after reading superblock | Andrew Price |
2022-08-26 | gfs2: Switch from strlcpy to strscpy | Andreas Gruenbacher |
2022-06-29 | gfs2: Revert 'Fix "truncate in progress" hang' | Andreas Gruenbacher |
2022-06-29 | gfs2: Mark the remaining process-independent glock holders as GL_NOPID | Andreas Gruenbacher |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2021-08-20 | gfs2: Mark journal inodes as "don't cache" | Bob Peterson |
2021-08-20 | gfs2: Don't release and reacquire local statfs bh | Bob Peterson |
2021-08-20 | gfs2: init system threads before freeze lock | Bob Peterson |
2021-07-20 | gfs2: Fix memory leak of object lsi on error return path | Colin Ian King |
2021-06-28 | gfs2: Fix error handling in init_statfs | Andreas Gruenbacher |
2021-04-09 | gfs2: Fix a number of kernel-doc warnings | Lee Jones |
2021-04-03 | gfs2: Remove unused variable sb_format | Andreas Gruenbacher |
2021-03-07 | gfs2: make function gfs2_make_fs_ro() to void type | Yang Li |
2021-02-23 | Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel... | Andreas Gruenbacher |
2021-02-22 | gfs2: Per-revoke accounting in transactions | Andreas Gruenbacher |
2021-02-08 | gfs2: Add trusted xattr support | Andreas Gruenbacher |
2021-02-08 | gfs2: Enable rgrplvb for sb_fs_format 1802 | Andrew Price |
2021-02-03 | gfs2: Get rid of sd_reserving_log | Andreas Gruenbacher |
2021-01-25 | gfs2: Fix invalid block size message | Andrew Price |
2020-12-23 | gfs2: move freeze glock outside the make_fs_rw and _ro functions | Bob Peterson |
2020-12-23 | gfs2: Add common helper for holding and releasing the freeze glock | Bob Peterson |
2020-10-29 | gfs2: don't initialize statfs_change inodes in spectator mode | Bob Peterson |
2020-10-29 | gfs2: init_journal's undo directive should also undo the statfs inodes | Bob Peterson |
2020-10-23 | gfs2: lookup local statfs inodes prior to journal recovery | Abhi Das |
2020-10-15 | gfs2: add validation checks for size of superblock | Anant Thazhemadam |
2020-10-14 | gfs2: use-after-free in sysfs deregistration | Jamie Iles |
2020-07-03 | gfs2: The freeze glock should never be frozen | Bob Peterson |
2020-07-03 | gfs2: read-only mounts should grab the sd_freeze_gl glock | Bob Peterson |
2020-06-02 | gfs2: Allow lock_nolock mount to specify jid=X | Bob Peterson |
2020-03-31 | Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds |
2020-02-27 | gfs2: Add verbose option to check_journal_clean | Bob Peterson |
2020-02-27 | gfs2: Force withdraw to replay journals and wait for it to finish | Bob Peterson |
2020-02-20 | gfs2: Allow some glocks to be used during withdraw | Bob Peterson |
2020-02-10 | gfs2: move check_journal_clean to util.c for future use | Bob Peterson |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-02-07 | gfs2: switch to use of errorfc() et.al. | Al Viro |