aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher1-5/+5
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-18/+20
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson1-3/+11
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson1-2/+4
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski1-14/+12
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick1-1/+1
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven1-2/+2
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into nextLinus Torvalds1-19/+32
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-19/+32
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse1-0/+2
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse1-4/+2
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse1-8/+10
2014-01-03GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse1-3/+3
2013-12-20GFS2: Wait for async DIO in glock state changesSteven Whitehouse1-2/+8
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-2/+2
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski1-5/+13
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski1-8/+0
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse1-2/+2
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman1-2/+2
2012-11-15GFS2: only use lvb on glocks that need itDavid Teigland1-1/+2
2012-11-07GFS2: Rename glops go_xmote_th to go_syncBob Peterson1-3/+3
2012-11-07GFS2: Review bug traps in glops.cSteven Whitehouse1-5/+5
2012-09-24GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_glEric Sandeen1-0/+1
2012-05-08GFS2: Remove redundant metadata block type checkBob Peterson1-5/+0
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse1-16/+16
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse1-10/+6
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson1-29/+13
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse1-4/+4
2011-10-21GFS2: Fix bug-trap in ail flush codeSteven Whitehouse1-4/+19
2011-07-15GFS2: Add S_NOSEC supportSteven Whitehouse1-1/+2
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson1-2/+0
2011-07-15GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse1-0/+2
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse1-2/+2
2011-07-12GFS2: force a log flush when invalidating the rindex glockBenjamin Marzinski1-1/+3
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse1-0/+113
2011-04-20GFS2: Clean up fsync()Steven Whitehouse1-17/+42
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse1-0/+4
2011-03-11GFS2: introduce AIL lockDave Chinner1-2/+8
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse1-14/+9
2010-12-16GFS2: Don't flush delete workqueue when releasing the transaction lockSteven Whitehouse1-1/+0
2010-10-06GFS2: Fix type mapping for demote_rq interfaceSteven Whitehouse1-1/+0
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse1-7/+9
2009-12-03GFS2: Use forget_all_cached_acls()Steven Whitehouse1-1/+4
2009-07-30GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski1-0/+21
2009-05-20GFS2: Improve resource group error handlingSteven Whitehouse1-19/+1