aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
AgeCommit message (Expand)Author
2023-12-27gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher
2023-12-27gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher
2023-12-27gfs2: Minor gfs2_{freeze,thaw}_super cleanupAndreas Gruenbacher
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-12-20gfs2: use is_subdir()Al Viro
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro
2023-09-18gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher
2023-06-15gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher
2023-06-13gfs2: Fix possible data races in gfs2_show_options()Tuo Li
2023-06-06gfs2: Don't remember delete unless it's successfulBob Peterson
2023-06-06gfs2: ignore rindex_update failure in dinode_deallocBob Peterson
2023-05-10gfs2: Don't deref jdesc in evictBob Peterson
2023-04-25gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson
2023-01-31gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher
2023-01-31gfs2: Evict inodes cooperativelyAndreas Gruenbacher
2023-01-31gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher
2023-01-31gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher
2022-12-06gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher
2022-12-06gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher
2022-12-06gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher
2022-03-31Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher