summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-10/+14
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* GFS2: Check if iopen is held when deleting inodeBob Peterson2016-01-141-10/+16
* GFS2: Truncate address space mapping when deleting an inodeBob Peterson2015-12-181-1/+3
* GFS2: Wait for iopen glock dequeuesBob Peterson2015-12-181-3/+5
* gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski2015-12-141-4/+0
* gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-141-0/+12
* GFS2: Update master statfs buffer with sd_statfs_spin lockedBob Peterson2015-12-141-3/+2
* GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-141-3/+4
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-1/+1
* gfs2: Extended attribute readaheadAndreas Gruenbacher2015-11-161-0/+1
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+3
* writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-37/+75
* GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick2014-08-211-10/+10
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1
* GFS2: remove transaction glockBenjamin Marzinski2014-05-141-26/+43
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-041-20/+17
|\ \
| * | GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das2014-03-311-1/+6
| * | GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-8/+8
| * | GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-7/+7
| * | GFS2: Clean up journal extent mappingSteven Whitehouse2014-03-031-10/+2
| |/
* / mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-141-5/+38
* GFS2: Clean up reservation removalSteven Whitehouse2013-09-271-1/+1
* GFS2: Don't cache iopen glocksBob Peterson2013-06-031-1/+5
* GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson2013-04-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-3/+3
|\
| * gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman2013-02-131-2/+2
| * gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-131-1/+1
* | GFS2: Use ->writepages for ordered writesSteven Whitehouse2013-01-291-0/+1
* | GFS2: Clean up freeze codeSteven Whitehouse2013-01-291-57/+4
* | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-291-4/+4
|/
* GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-071-1/+2
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | GFS2: Write out dirty inode metadata in delayed deletesBenjamin Marzinski2012-09-241-0/+5
* | GFS2: Fix ->show_options() for statfs slowSteven Whitehouse2012-09-241-0/+2
* | GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse2012-09-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-07-241-7/+21
|\
| * GFS2: Reduce file fragmentationBob Peterson2012-07-191-0/+7
| * GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski2012-06-081-0/+12
| * GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-8/+1
| * GFS2: Extend the life of the reservationsBob Peterson2012-06-061-0/+2
* | quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+2
* | quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-221-1/+1
|/