summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
AgeCommit message (Expand)Author
2014-01-14GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse
2013-06-03GFS2: Don't cache iopen glocksBob Peterson
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-24GFS2: Write out dirty inode metadata in delayed deletesBenjamin Marzinski
2012-09-24GFS2: Fix ->show_options() for statfs slowSteven Whitehouse
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-19GFS2: Reduce file fragmentationBob Peterson
2012-06-08GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-06-06GFS2: Extend the life of the reservationsBob Peterson
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-07GFS2: Flush pending glock work when evicting an inodeSteven Whitehouse
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse
2011-10-21GFS2: Fix inode allocation error pathSteven Whitehouse
2011-10-21GFS2: Make atime checks more efficientSteven Whitehouse
2011-07-15GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse
2011-04-20GFS2: Make ->write_inode() really writeSteven Whitehouse
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-18GFS2: remove iopen glocks from cache on failed deletesBenjamin Marzinski
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-25gfs2: invalidate_inodes() is no-op thereAl Viro