aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-9/+2
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson1-0/+3
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-5/+17
2014-03-31GFS2: Fix address space from page functionSteven Whitehouse1-1/+1
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-8/+10
2014-03-07GFS2: Move recovery variables to journal structure in memoryBob Peterson1-2/+2
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-7/+7
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse1-62/+1
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse1-2/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse1-1/+1
2014-01-14GFS2: Move quota bitmap operations under their own lockSteven Whitehouse1-0/+1
2014-01-14GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse1-41/+1
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse1-0/+1
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse1-0/+12
2013-12-13GFS2: don't hold s_umount over blkdev_putSteven Whitehouse1-1/+11
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-10-04GFS2: Protect quota sync generationSteven Whitehouse1-0/+1
2013-10-04GFS2: Remove obsolete quota tunableSteven Whitehouse1-1/+0
2013-09-05GFS2: Don't flag consistency error if first mounter is a spectatorBob Peterson1-2/+51
2013-06-06GFS2: fix error propagation in init_threads()Alexey Khoroshilov1-4/+4
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+3
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse1-0/+1
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse1-0/+1
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse1-2/+0
2012-11-07GFS2: Speed up gfs2_rbm_from_blockBob Peterson1-0/+3
2012-09-24GFS2: Get rid of I_MUTEX_QUOTA usageJan Kara1-0/+8
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-12/+24
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+2
2012-06-13GFS2: Add kobject release methodBob Peterson1-12/+24
2012-05-22Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-6/+1
2012-05-02dlm: fixes for nodir modeDavid Teigland1-6/+1
2012-04-30GFS2: Eliminate vestigial sd_log_le_rgBob Peterson1-1/+0
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-1/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-05GFS2: Eliminate sd_rindex_mutexBob Peterson1-1/+0
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse1-0/+8
2012-02-28GFS2: Read resource groups on mountSteven Whitehouse1-0/+5
2012-01-11GFS2: let spectator mount do read only recoveryDavid Teigland1-1/+1
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland1-13/+16
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse1-1/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-21GFS2: Misc fixesSteven Whitehouse1-3/+0
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson1-2/+1
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-1/+1
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
2011-07-15GFS2: Add S_NOSEC supportSteven Whitehouse1-0/+1
2011-07-12GFS2: Fix race during filesystem mountSteven Whitehouse1-0/+3
2011-05-10GFS2: Use UUID field in generic superblockSteven Whitehouse1-19/+13
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson1-1/+1