summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: make timeout values more explicitWolfram Sang2024-05-071-3/+2
* gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher2024-04-291-6/+6
* gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher2024-04-241-3/+0
* gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher2024-04-091-2/+2
* gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2024-04-091-0/+4
* gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher2023-12-271-24/+16
* 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: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-5/+5
* gfs2: Mark withdraws as unlikelyAndreas Gruenbacher2023-12-201-1/+1
* gfs2: use is_subdir()Al Viro2023-12-201-11/+1
* Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-071-18/+11
|\
| * gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng2023-11-061-4/+6
| * gfs2: fs: derive f_fsid from s_uuidAmir Goldstein2023-11-061-0/+1
| * gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher2023-11-061-3/+3
| * gfs2: fix an oops in gfs2_permissionAl Viro2023-10-031-1/+1
| * gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher2023-09-181-10/+0
* | gfs2: convert to new timestamp accessorsJeff Layton2023-10-181-6/+6
|/
* Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-051-19/+9
|\
| * gfs2: Introduce new quota=quiet mount optionBob Peterson2023-09-051-0/+3
| * gfs2: Fix asynchronous thread destructionAndreas Gruenbacher2023-09-051-12/+4
| * gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher2023-09-051-7/+2
| * gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher2023-09-051-1/+1
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-5/+7
|\ \
| * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-5/+7
| |/
* / gfs2: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
|/
* gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-031-2/+2
* gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-031-15/+8
* gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-031-37/+135
* gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher2023-06-151-4/+4
* gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-151-1/+1
* gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2023-06-151-6/+6
* gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-151-1/+1
* gfs2: Fix possible data races in gfs2_show_options()Tuo Li2023-06-131-11/+15
* gfs2: Don't remember delete unless it's successfulBob Peterson2023-06-061-3/+3
* gfs2: ignore rindex_update failure in dinode_deallocBob Peterson2023-06-061-3/+1
* gfs2: Don't deref jdesc in evictBob Peterson2023-05-101-0/+8
* gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson2023-04-251-0/+9
* gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher2023-01-311-2/+6
* gfs2: Evict inodes cooperativelyAndreas Gruenbacher2023-01-311-0/+7
* gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher2023-01-311-3/+3
* gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher2023-01-311-1/+1
* gfs2: Move delete workqueue into super blockAndreas Gruenbacher2023-01-311-0/+2
* gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher2023-01-311-8/+16
* gfs2: gl_object races fixAndreas Gruenbacher2023-01-271-3/+1
* gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher2022-12-061-5/+2
* gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher2022-12-061-7/+14
* gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2022-12-061-13/+14
* gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher2022-12-021-14/+21
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-1/+2
|\