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