aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland1-12/+21
2011-07-12GFS2: Fix race during filesystem mountSteven Whitehouse1-1/+6
2011-05-10GFS2: Use UUID field in generic superblockSteven Whitehouse1-2/+4
2010-10-06GFS2: Fix type mapping for demote_rq interfaceSteven Whitehouse1-1/+4
2010-09-29GFS2: Improve journal allocation via sysfsSteven Whitehouse1-8/+9
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse1-3/+54
2010-07-23gfs2: use workqueue instead of slow-workTejun Heo1-1/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-4/+2
2010-05-14GFS2: Fix typoSteven Whitehouse1-1/+1
2010-05-06GFS2: Add some useful messagesSteven Whitehouse1-0/+2
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-1/+1
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-1/+1
2010-03-01GFS2: Remove loopy umount codeSteven Whitehouse1-2/+0
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches1-13/+3
2009-12-03GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse1-4/+6
2009-12-03GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse1-2/+2
2009-09-09GFS2: Remove unused sysfs fileSteven Whitehouse1-8/+0
2009-08-17GFS2: Add sysfs link to deviceSteven Whitehouse1-0/+10
2009-08-17GFS2: Add some more info to ueventsSteven Whitehouse1-3/+10
2009-08-14GFS2: Fix permissions on "recover" fileSteven Whitehouse1-10/+10
2009-05-26GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse1-51/+1
2009-05-26GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse1-33/+8
2009-05-19GFS2: Umount recovery race fixSteven Whitehouse1-27/+26
2009-05-13GFS2: Remove a couple of unused sysfs entriesSteven Whitehouse1-13/+0
2009-05-13GFS2: Add commit= mount optionSteven Whitehouse1-58/+34
2009-03-24GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse1-0/+43
2009-03-24GFS2: Expose UUID via sysfs/ueventSteven Whitehouse1-0/+37
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-6/+148