aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-1/+1
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+9
2023-09-05gfs2: improvements to sysfs statusBob Peterson1-2/+8
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher1-1/+1
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-2/+2
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher1-0/+2
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2023-01-31gfs2: Add SDF_DEACTIVATING super block flagBob Peterson1-0/+2
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-3/+3
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+1
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-2/+1
2021-04-08gfs2: Add new sysfs file for gfs2 statusBob Peterson1-0/+67
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles1-1/+4
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-0/+2
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher1-1/+2
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-1/+1
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher1-2/+1
2019-06-13gfs2: replace ktype default_attrs with default_groupsKimberly Brown1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-13gfs2: Fix error path kobject memory leakTobin C. Harding1-7/+1
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson1-2/+9
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+2
2017-07-05GFS2: constify attribute_group structures.Arvind Yadav1-2/+2
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-17/+5
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-05gfs2: convert simple_str to kstrFabian Frederick1-18/+48
2015-01-13GFS2: fix sprintf format specifieralex chen1-1/+1
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into nextLinus Torvalds1-2/+5
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson1-0/+3
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-03-07GFS2: Convert gfs2_lm_withdraw to use fs_errJoe Perches1-3/+2
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-0/+2
2013-10-04GFS2: Remove obsolete quota tunableSteven Whitehouse1-2/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+9
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-9/+9
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+12
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman1-2/+12
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse1-1/+23
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse1-13/+11
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-3/+18
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara1-1/+1
2012-06-13GFS2: Add kobject release methodBob Peterson1-3/+18
2012-05-02gfs2: fix recovery during unmountDavid Teigland1-4/+6