summaryrefslogtreecommitdiff
path: root/fs/gfs2/sys.c
AgeCommit message (Expand)Author
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: improvements to sysfs statusBob Peterson
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-31gfs2: Add SDF_DEACTIVATING super block flagBob Peterson
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman
2022-02-02block: remove genhd.hChristoph Hellwig
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-04-08gfs2: Add new sysfs file for gfs2 statusBob Peterson
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher
2019-06-13gfs2: replace ktype default_attrs with default_groupsKimberly Brown
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-13gfs2: Fix error path kobject memory leakTobin C. Harding
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-05GFS2: constify attribute_group structures.Arvind Yadav
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-05-05gfs2: convert simple_str to kstrFabian Frederick
2015-01-13GFS2: fix sprintf format specifieralex chen
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-07GFS2: Convert gfs2_lm_withdraw to use fs_errJoe Perches
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches
2013-10-04GFS2: Remove obsolete quota tunableSteven Whitehouse
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-06-13GFS2: Add kobject release methodBob Peterson
2012-05-02gfs2: fix recovery during unmountDavid Teigland