aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-21GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick1-10/+10
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-26/+43
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-20/+17
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-31GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das1-1/+6
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-8/+8
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-7/+7
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse1-10/+2
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