summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* GFS2: use BIT() macroFabian Frederick2016-08-021-4/+4
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+2
|\
| * gfs2: use bio op accessorsMike Christie2016-06-071-1/+1
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* | gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher2016-06-271-1/+2
|/
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+1
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson2016-03-151-1/+1
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-2/+4
|\
| * gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-141-0/+3
| * GFS2: Delete an unnecessary check before the function call "iput"Markus Elfring2015-11-161-2/+1
* | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-3/+1
|/
* GFS2: Set s_mode before parsing mount optionsAndrew Price2015-09-231-1/+3
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+3
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-271-0/+1
|\
| * GFS2: mark the journal idle to fix ro mountsBenjamin Marzinski2015-05-011-0/+1
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
|/
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-101-0/+1
|\
| * gfs2: Set allowed quota typesJan Kara2014-11-101-0/+1
* | GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-13/+5
|/
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-9/+2
* GFS2: Prevent recovery before the local journal is setBob Peterson2014-06-021-0/+3
* GFS2: remove transaction glockBenjamin Marzinski2014-05-141-5/+17
* GFS2: Fix address space from page functionSteven Whitehouse2014-03-311-1/+1
* GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-8/+10
* GFS2: Move recovery variables to journal structure in memoryBob Peterson2014-03-071-2/+2
* GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-7/+7
* GFS2: Clean up journal extent mappingSteven Whitehouse2014-03-031-62/+1
* GFS2: Move log buffer lists into transactionSteven Whitehouse2014-02-241-2/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-1/+1
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* | GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse2014-01-161-1/+1
* | GFS2: Move quota bitmap operations under their own lockSteven Whitehouse2014-01-141-0/+1
* | GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-141-41/+1
* | GFS2: Add initialization for address space in super blockSteven Whitehouse2014-01-091-0/+1
* | GFS2: Use only a single address space for rgrpsSteven Whitehouse2014-01-031-0/+12
* | GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2013-12-131-1/+11
|/
* GFS2: Protect quota sync generationSteven Whitehouse2013-10-041-0/+1
* GFS2: Remove obsolete quota tunableSteven Whitehouse2013-10-041-1/+0
* GFS2: Don't flag consistency error if first mounter is a spectatorBob Peterson2013-09-051-2/+51
* GFS2: fix error propagation in init_threads()Alexey Khoroshilov2013-06-061-4/+4
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-1/+3
* GFS2: Reinstate withdraw ack systemSteven Whitehouse2013-02-131-0/+1
* GFS2: Use ->writepages for ordered writesSteven Whitehouse2013-01-291-0/+1
* GFS2: Clean up freeze codeSteven Whitehouse2013-01-291-2/+0
* GFS2: Speed up gfs2_rbm_from_blockBob Peterson2012-11-071-0/+3
* GFS2: Get rid of I_MUTEX_QUOTA usageJan Kara2012-09-241-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-07-241-12/+24
|\