aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/sys.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25GFS2: Fix recovery issues for spectatorsGravatar Bob Peterson 1-2/+9
2018-01-30gfs2: Add a few missing newlines in messagesGravatar Andreas Gruenbacher 1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2017-07-05GFS2: constify attribute_group structures.Gravatar Arvind Yadav 1-2/+2
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-17/+5
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-05-05gfs2: convert simple_str to kstrGravatar Fabian Frederick 1-18/+48
2015-01-13GFS2: fix sprintf format specifierGravatar alex chen 1-1/+1
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+5
2014-06-02GFS2: Prevent recovery before the local journal is setGravatar Bob Peterson 1-0/+3
2014-05-14GFS2: remove transaction glockGravatar Benjamin Marzinski 1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-03-07GFS2: Convert gfs2_lm_withdraw to use fs_errGravatar Joe Perches 1-3/+2
2014-03-07GFS2: Use pr_<level> more consistentlyGravatar Joe Perches 1-0/+2
2013-10-04GFS2: Remove obsolete quota tunableGravatar Steven Whitehouse 1-2/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+9
2013-02-26fs: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-9/+9
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+12
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidGravatar Eric W. Biederman 1-2/+12
2013-02-13GFS2: Reinstate withdraw ack systemGravatar Steven Whitehouse 1-1/+23
2013-01-29GFS2: Clean up freeze codeGravatar Steven Whitehouse 1-13/+11
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwGravatar Linus Torvalds 1-3/+18
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-1/+1
2012-06-13GFS2: Add kobject release methodGravatar Bob Peterson 1-3/+18
2012-05-02gfs2: fix recovery during unmountGravatar David Teigland 1-4/+6
2012-01-11GFS2: dlm based recovery coordinationGravatar David Teigland 1-12/+21
2011-07-12GFS2: Fix race during filesystem mountGravatar Steven Whitehouse 1-1/+6
2011-05-10GFS2: Use UUID field in generic superblockGravatar Steven Whitehouse 1-2/+4
2010-10-06GFS2: Fix type mapping for demote_rq interfaceGravatar Steven Whitehouse 1-1/+4
2010-09-29GFS2: Improve journal allocation via sysfsGravatar Steven Whitehouse 1-8/+9
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+2
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineGravatar Steven Whitehouse 1-3/+54
2010-07-23gfs2: use workqueue instead of slow-workGravatar Tejun Heo 1-1/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 1-4/+2
2010-05-14GFS2: Fix typoGravatar Steven Whitehouse 1-1/+1
2010-05-06GFS2: Add some useful messagesGravatar Steven Whitehouse 1-0/+2
2010-05-05GFS2: Various gfs2_logd improvementsGravatar Benjamin Marzinski 1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 1-1/+1
2010-03-01GFS2: Remove loopy umount codeGravatar Steven Whitehouse 1-2/+0
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsGravatar Joe Perches 1-13/+3
2009-12-03GFS2: Add proper error reporting to quota sync via sysfsGravatar Steven Whitehouse 1-4/+6
2009-12-03GFS2: Alter arguments of gfs2_quota/statfs_syncGravatar Steven Whitehouse 1-2/+2
2009-09-09GFS2: Remove unused sysfs fileGravatar Steven Whitehouse 1-8/+0
2009-08-17GFS2: Add sysfs link to deviceGravatar Steven Whitehouse 1-0/+10